Annotation of parser3/ChangeLog, revision 1.151
1.151 ! moko 1: 2020-12-20 moko
! 2:
! 3: * src/: include/pa_http.h, main/pa_http.C,
! 4: targets/cgi/pa_sapi_info.h: SERVER_PORT now available
! 5:
! 6: 2020-12-17 moko
! 7:
! 8: * tests/: 405.html, results/405.processed: test for split by regex
! 9: added (related to feature #1160)
! 10:
! 11: * src/classes/string.C: split by regex implemented (feature #1160)
! 12:
! 13: * src/classes/string.C: minor
! 14:
! 15: * tests/: 404.html, results/404.processed: test for whitespace
! 16: string is now OK for table argument (related to feature #1169)
! 17:
! 18: * src/: classes/image.C, classes/string.C, classes/table.C,
! 19: types/pa_vmethod_frame.C: whitespace string is now OK for table
! 20: argument (as with hash) (implements feature #1169)
! 21:
! 22: * src/classes/op.C: Exception.add_comment used to avoid MAX_LENGTH
! 23: limit for comment (fixes bug #1102)
! 24:
! 25: * src/targets/cgi/parser3.C: +HAVE_TLS check
! 26:
! 27: * src/main/pa_http.C: no HAVE_TLS -> no multithreads mode
! 28:
! 29: * src/include/pa_config_includes.h: HAVE_TLS used
! 30:
! 31: * configure.ac: +TLS check
! 32:
! 33: * src/main/pa_http.C: content logging added
! 34:
! 35: * src/targets/cgi/: pa_sapi_info.h, parser3.C:
! 36: clear_response_headers added
! 37:
! 38: 2020-12-16 moko
! 39:
! 40: * buildall: as we now use threads, libatomic_ops still required for
! 41: some OS.
! 42:
! 43: * src/main/pa_request.C: whitespace
! 44:
! 45: * src/: include/pa_request.h, main/pa_request.C:
! 46: Request::Exception_trace::table extracted and used
! 47:
! 48: * src/main/pa_request.C: moving output_result call outside of try
! 49: as network exceptions should not be handled by parser code
! 50:
! 51: * src/: include/pa_http.h, main/pa_http.C: HTTPD_DEBUG added for
! 52: logging network exchange
! 53:
! 54: * src/targets/cgi/: pa_sapi_info.h, parser3.C: do not send error
! 55: via network if it was network write error.
! 56:
! 57: * src/targets/cgi/parser3.C: log -> pa_log
! 58:
! 59: * src/targets/cgi/parser3.C: pa_get_thread_id() used for logging
! 60:
! 61: * src/main/pa_threads.C: getpid() if no gettid() found
! 62:
! 63: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
! 64: we need to ignore "void" connections from browsers (browsers open
! 65: connections in advance and they will be empty if user does not
! 66: request more pages)
! 67:
! 68: 2020-12-15 moko
! 69:
! 70: * src/targets/cgi/parser3.C: avoid previous uri in logs
! 71:
! 72: * src/targets/cgi/: pa_sapi_info.h, parser3.C: global ::request and
! 73: RequestController not needed in httpd mode
! 74:
! 75: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
! 76: classes/classes.h, classes/curl.C, classes/date.C,
! 77: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
! 78: classes/hashfile.C, classes/image.C, classes/inet.C,
! 79: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
! 80: classes/memcached.C, classes/memory.C, classes/op.C,
! 81: classes/reflection.C, classes/regex.C, classes/response.C,
! 82: classes/string.C, classes/table.C, classes/void.C,
! 83: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
! 84: include/pa_array.h, include/pa_base64.h,
! 85: include/pa_cache_managers.h, include/pa_charset.h,
! 86: include/pa_charsets.h, include/pa_common.h,
! 87: include/pa_config_fixed.h, include/pa_config_includes.h,
! 88: include/pa_dictionary.h, include/pa_dir.h,
! 89: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
! 90: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
! 91: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
! 92: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
! 93: include/pa_request_charsets.h, include/pa_request_info.h,
! 94: include/pa_sapi.h, include/pa_socks.h,
! 95: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
! 96: include/pa_stack.h, include/pa_string.h,
! 97: include/pa_stylesheet_connection.h,
! 98: include/pa_stylesheet_manager.h, include/pa_symbols.h,
! 99: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
! 100: include/pa_uue.h, include/pa_xml_exception.h,
! 101: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
! 102: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
! 103: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
! 104: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
! 105: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
! 106: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
! 107: main/compile.tab.C, main/compile.y, main/compile_tools.C,
! 108: main/compile_tools.h, main/execute.C, main/pa_base64.C,
! 109: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
! 110: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
! 111: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
! 112: main/pa_http.C, main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
! 113: main/pa_random.C, main/pa_request.C, main/pa_socks.C,
! 114: main/pa_sql_driver_manager.C, main/pa_string.C,
! 115: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
! 116: main/pa_symbols.C, main/pa_table.C, main/pa_threads.C,
! 117: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
! 118: main/untaint.C, sql/pa_sql_driver.h,
! 119: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
! 120: targets/apache/pa_httpd.h, targets/cgi/parser3.C,
! 121: targets/isapi/parser3isapi.C, types/pa_junction.h,
! 122: types/pa_method.h, types/pa_property.h, types/pa_value.C,
! 123: types/pa_value.h, types/pa_vbool.h, types/pa_vcaller_wrapper.h,
! 124: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
! 125: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
! 126: types/pa_vdate.C, types/pa_vdate.h, types/pa_vdouble.h,
! 127: types/pa_venv.C, types/pa_venv.h, types/pa_vfile.C,
! 128: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
! 129: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.C,
! 130: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
! 131: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
! 132: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
! 133: types/pa_vmath.h, types/pa_vmemcached.C, types/pa_vmemcached.h,
! 134: types/pa_vmemory.h, types/pa_vmethod_frame.C,
! 135: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
! 136: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
! 137: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
! 138: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
! 139: types/pa_vstateless_object.h, types/pa_vstatus.C,
! 140: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
! 141: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
! 142: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
! 143: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
! 144: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
! 145:
! 146: * src/main/pa_request.C: old compilers support
! 147:
! 148: * tests/: 362.html, results/362.processed: test updated after
! 149: changes after upgrade to libxml2-2.9.9 were made (related to bug
! 150: #1108)
! 151:
! 152: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltStylesheet_auto_ptr
! 153: removed, as xsltFreeStylesheet has side effects on original doc.
! 154: compiled stylesheet no longer cached as with libxml2-2.9.9 it was
! 155: not updated after xdoc modification (part 3 of test 362).
! 156: (related to bug #1108)
! 157:
! 158: * src/targets/isapi/parser3isapi.C: +pa_strcat
! 159:
! 160: * src/: classes/memory.C, include/pa_memory.h,
! 161: targets/apache/mod_parser3_core.C, targets/isapi/parser3isapi.C:
! 162: PA_GC_GCOLLECT used
! 163:
! 164: * src/include/pa_memory.h: +PA_GC_COLLECT
! 165:
! 166: * src/targets/cgi/parser3.C: msvs support fixes
! 167:
! 168: * src/lib/gc/include/gc.h: more cleanup
! 169:
! 170: * src/: include/pa_threads.h, main/pa_threads.C: win32 fixes
! 171:
! 172: * src/: include/pa_http.h, main/pa_http.C, main/pa_request.C,
! 173: targets/cgi/parser3.C: $main:HTTPD.mode implemented
! 174:
! 175: * src/include/pa_config_includes.h: +HAVE_PTHREAD_H
! 176:
! 177: * configure.ac: pthread.h added to checked headers
! 178:
! 179: * src/classes/table.C: string stream is back :)
! 180:
! 181: * src/classes/memory.C: GC_generate_random_backtrace no longer
! 182: exists
! 183:
! 184: * src/main/pa_globals.C: GC_dont_gc replaced
! 185:
! 186: * src/lib/gc/include/gc.h: major cleanup, only used functions are
! 187: left to simplify adding new functions. depricated GC_dont_gc
! 188: replaced with GC_disable and GC_enable calls.
! 189:
! 190: * src/lib/cord/: cordxtra.c, include/cord.h: cleanup:
! 191: CORD_from_file* not used and thus removed
! 192:
! 193: * src/lib/gc/include/gc_allocator.h: minor cleanup
! 194:
! 195: 2020-12-14 moko
! 196:
! 197: * src/classes/: curl.C, memory.C, table.C: every TLS should be
! 198: referenced elsewhere, or GC will collect it.
! 199:
! 200: * src/: include/pa_xml_io.h, main/pa_stylesheet_connection.C,
! 201: main/pa_xml_io.C: bugfix: TLS variables should be referenced
! 202: elsewhere, or GC will collect them (and we'll get GPF in
! 203: multithreaded enviroment). May be it can be also fixed by some
! 204: GC call, not sure. But this fix costs nothing (but hours of
! 205: debugging to find the issue :).
! 206:
1.150 moko 207: 2020-12-11 moko
208:
209: * configure.ac: gettid() check added
210:
211: * src/main/pa_threads.C: HAVE_GETTID used
212:
213: * src/include/pa_config_auto.h.in: +HAVE_GETTID
214:
215: * src/: include/pa_threads.h, main/pa_threads.C: now unified
216: version for isapi/cgi/apache
217:
218: * buildall: threads are now required.
219:
220: * src/: targets/apache/ApacheModuleParser3Core.vcproj,
221: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
222: main/main.vcproj: pa_threads.C moved to main
223:
224: * src/targets/: apache/pa_threads.C, cgi/pa_threads.C,
225: isapi/pa_threads.C: pa_threads.C moved to main
226:
227: * src/: main/Makefile.am, targets/cgi/Makefile.am,
228: targets/apache/Makefile.am: pa_threads.C moved to main
229:
230: * src/classes/xdoc.C: Stylesheet_connection_ptr changed a bit
231:
232: * src/: include/pa_stylesheet_connection.h,
233: main/pa_stylesheet_manager.C: Stylesheet_connection_ptr simplfied
234: and weird GPF in multithreaded httpd is gone
235:
236: * src/include/: pa_stylesheet_connection.h,
237: pa_sql_driver_manager.h: whitespace
238:
239: * src/main/pa_sql_driver_manager.C: timeout 60 sec -> 10 sec
240:
241: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
242: main/pa_stylesheet_manager.C: whitespace, warning war
243:
244: * src/: include/pa_threads.h, targets/apache/pa_threads.C,
245: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C:
246: parser_multithreaded never used
247:
248: * src/main/pa_http.C: no ALARM in MULTITHREADED httpd server mode
249:
250: 2020-12-10 moko
251:
252: * src/: include/pa_config_includes.h, include/pa_http.h,
253: main/pa_http.C, targets/cgi/parser3.C: initial support for
254: MULTITHREADED and PARALLEL httpd server modes
255:
256: * src/main/pa_globals.C: GC_java_finalization is depricated
257:
258: 2020-12-09 moko
259:
260: * etc/auto.p.in: + @httpd-main
261:
262: * src/: include/pa_common.h, main/pa_request.C,
263: targets/cgi/pa_sapi_info.h: Range Requests (rfc7233) now really
264: work
265:
266: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
267: slow file_read_binary no longer used, send_range added
268:
269: 2020-12-08 moko
270:
271: * src/main/pa_request.C: >4Gb support
272:
273: * src/targets/cgi/parser3.C: msvc warning war
274:
275: * src/: include/pa_config_includes.h, main/pa_http.C,
276: main/pa_request.C: msvc warnings war
277:
278: * src/classes/image.C: warning war
279:
280: * src/classes/table.C: MSVC warning war
281:
282: * src/targets/cgi/parser3.C: msvc warnings war
283:
284: * src/targets/apache/mod_parser3_core.C: SYSTEM_CONFIG_FILE support
285: added
286:
1.149 moko 287: 2020-12-07 moko
288:
1.150 moko 289: * configure.ac: SYSTEM_LOG_FILE no longer required as cheat used to
290: avoid logging beside system-wide auto.p
291:
292: * src/targets/cgi/parser3.C: SYSTEM_CONFIG_FILE used
293:
294: * configure, configure.ac, src/include/pa_config_auto.h.in:
295: configure options added:
296:
297: --with-system-cfg=FILE to specify system-wide auto.p
298: --with-system-log=FILE to specify system-wide parser3.log
299:
300: * Makefile.am: bin no longer exists
301:
302: * configure, configure.ac: auto.p moved to etc to simplify debian
303: package
304:
305: * buildall: auto.p and parser3.charsets moved to their default
306: location after install
307:
308: * etc/: Makefile.am, auto.p.in: auto.p moved to etc directory
309:
310: * aclocal.m4, configure: automake 1.15 -> 1.16.1
311:
1.149 moko 312: * src/targets/cgi/parser3.C: locate_config call returned to
313: original place as it requires pa_thread_request() under Windows
314:
315: * src/targets/cgi/parser3.C: renaming
316:
317: 2020-12-06 moko
318:
319: * src/: main/pa_globals.C, targets/cgi/parser3.C: thread request
320: check added
321:
322: 2020-12-04 moko
323:
324: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
325: main/pa_request.C: unified uint64_t lseek implemented to support
326: >4Gb files under x86, including Windows
327:
328: 2020-12-02 moko
329:
330: * src/main/pa_common.C: minor bugfix: $.limit() should be checked
331: with max_file_size
332:
333: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
334: support for processing files sized >4Gb on 32 bit planforms
335:
336: * tests/399.html: file moved
337:
338: * src/: include/pa_string.h, main/pa_string.C: long long -> int64_t
339:
340: * src/targets/cgi/pa_sapi_info.h: warning war
341:
342: * src/: main/pa_http.C, targets/isapi/parser3isapi.C: windows
343: warning war
344:
345: 2020-12-01 moko
346:
347: * src/classes/image.C: mp4 extended size (>4Gb) support added
348:
349: * src/classes/image.C: for "size not found" exception to be shown
350: if size not found until eof
351:
352: * src/classes/image.C: long -> off_t (which is 64 bits even on 32
353: bit linux)
354:
355: * src/classes/image.C: ^image::measure[] now supports mp4 (feature
356: #1188)
357:
358: 2020-11-30 moko
359:
360: * src/classes/image.C: definitions moved closer to code
361:
362: * tests/: 395.bmp, 395.html, 396.html, 396.tiff, 395_dir/1.bmp,
363: 395_dir/2.tiff, 395_dir/3_VP8.webp, 395_dir/3_VP8L.webp,
364: 395_dir/3_VP8X.webp, results/395.processed,
365: results/396.processed: tests for ^image::measure[] .webp support
366: added, all image files moved into one directory (related to
367: feature #1188)
368:
369: * src/classes/image.C: ^image::measure[] now supports webp (feature
370: #1188)
371:
1.148 moko 372: 2020-11-29 moko
373:
374: * src/main/pa_request.C: CONF_OPTION added to unify @conf options
375: processing, unnessesary defines removed
376:
377: 2020-11-24 moko
378:
379: * tests/results/: 099.processed, 100.processed, 205.processed,
380: 309.processed, 310.processed: Content-Disposition: inline
381: returned
382:
383: * tests/: 099.html, 237.html, 403.html, outputs/403.processed,
384: results/auto.p: test for $response:body[ $.file[<file>] $.name[]
385: ] added (related to bug #1204)
386:
387: * src/main/pa_request.C: $response:body[ $file[<file>.ext] $.name[]
388: ] supported to avoid Content-Disposition: inline;
389: filename="<file>.ext" but still set Content-Type for ext (related
390: to bug #1204)
391:
1.147 moko 392: 2020-11-22 moko
393:
394: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
395: types/pa_vfile.C: pa_filename added to avoid useless rsplit
396:
397: * src/main/pa_request.C: content_disposition_inline returned.
398:
399: 2020-11-17 moko
400:
401: * src/main/pa_request.C: empty main method name support
402:
403: * src/: main/pa_common.C, targets/cgi/parser3.C: httpd
404: config_handler added, stdout flush added.
405:
406: 2020-11-16 moko
407:
408: * src/targets/cgi/parser3.C: filespec_4log added, pa_strcat used.
409:
410: * tests/results/: 099.processed, 205.processed, 237.processed,
411: 309.processed, 310.processed: Content-Disposition: inline is not
412: required and should not contain filename="<name>"
413:
414: * src/: include/pa_common.h, main/pa_common.C, main/pa_exception.C,
415: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
416: targets/isapi/parser3isapi.C: pa_strcat implemented and used
417:
1.146 moko 418: 2020-11-14 moko
419:
420: * src/targets/cgi/parser3.C: spelling
421:
422: * src/targets/cgi/parser3.C: renaming
423:
424: * src/targets/cgi/parser3.C: args_skip removed, locate_config
425: relocated
426:
427: * src/targets/cgi/parser3.C: execution_canceled was for sigpipe
428: before request processing, which is weired
429:
430: 2020-11-13 moko
431:
432: * src/main/pa_http.C: pa_recv added with timeout support, thus read
433: copied in httpd.
434:
435: 2020-11-12 moko
436:
437: * src/main/pa_http.C: ALARM code unified to be used in httpd
438:
439: * src/: include/pa_request.h, main/pa_request.C,
440: targets/cgi/pa_sapi_info.h: pa_httpd_timeout added
441:
442: * src/main/pa_http.C: URI validation added
443:
444: * src/targets/cgi/parser3.C: filespec_to_process now variable,
445: can't be empty but can be null. httpd-main is now main method
446: name for httpd mode
447:
448: 2020-11-11 moko
449:
450: * src/main/pa_request.C: path_translated can be null in httpd mode
451:
452: * src/: classes/curl.C, classes/file.C, classes/hashfile.C,
453: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
454: classes/xdoc.C, include/pa_request.h, main/execute.C,
455: main/pa_request.C: r.absolute -> r.full_disk_path
456:
457: * src/targets/cgi/parser3.C: if filename to process is not
458: specified, auto.p should be present.
459:
1.145 moko 460: 2020-11-03 moko
461:
462: * src/: classes/op.C, include/pa_request.h: unused argument removed
463:
464: * src/main/pa_request.C: content_disposition_inline is the default,
465: not required.
466:
1.144 moko 467: 2020-10-29 moko
468:
469: * src/: classes/op.C, include/pa_request.h, main/pa_request.C:
470: ^use[file; $.main(true) ] implemented for auto.p processing and
471: path_translated changing to correct relative files path
472: calculation in httpd mode
473:
474: * src/: include/pa_request.h, main/pa_request.C:
475: fail_on_read_problem removed, as it allways true, as if should
476: be.
477:
478: * src/: include/pa_request.h, main/pa_request.C,
479: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
480: targets/isapi/parser3isapi.C: clearing config_filespec when
481: config was not found, thus flag not required and removed.
482:
483: 2020-10-28 moko
484:
485: * tests/: 402.html, results/402.processed: error reporting test
486:
487: * src/main/execute.C: better error reporting when
488: $result[^hash::create[]] in @main.
489:
490: * src/main/: execute.C, pa_request.C: frame.result() should be used
491: + minor optimization
492:
493: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
494: main/pa_xml_io.C: execute_*_method simplified and unified
495:
496: 2020-10-27 moko
497:
498: * tests/: 306.html, results/306.processed: a bit more testing. :)
499:
500: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
501: types/pa_vclass.h, types/pa_vconsole.h, types/pa_vcookie.C,
502: types/pa_vdate.C, types/pa_venv.C, types/pa_vform.C,
503: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmemcached.C,
504: types/pa_vmethod_frame.h, types/pa_vobject.C,
505: types/pa_vrequest.C, types/pa_vresponse.C, types/pa_vtable.C,
506: types/pa_vxnode.C: optimization: PUT_ELEMENT_REPLACED_ELEMENT no
507: longer used in object-prototype mode
508:
509: * src/: include/pa_sapi.h, targets/apache/mod_parser3_core.C,
510: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C,
511: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_venv.h,
512: types/pa_vform.C, types/pa_vform.h: + $env:name[value] and
513: $form:name[value] features
514:
1.143 moko 515: 2020-10-18 moko
516:
517: * src/targets/cgi/Makefile.am: + pa_sapi_info.h
518:
519: 2020-10-15 moko
520:
521: * src/main/pa_http.C: url no longer needed as
522: ALTER_EXCEPTION_SOURCE is used
523:
524: * src/: classes/curl.C, include/pa_common.h, main/pa_common.C,
525: main/pa_http.C: check_file_size filespec is now optional
526:
527: * src/: classes/curl.C, include/pa_exception.h,
528: main/pa_exception.C, main/pa_http.C: ALTER_EXCEPTION_SOURCE and
529: ALTER_EXCEPTION_COMMENT added for better error reporting
530:
531: * tests/: 379-curl.html, 379.html, results/223-curl.processed,
532: results/346-curl.processed, results/379-curl.processed,
533: results/379.processed: test results updated as load now provides
534: better error reporting + curl responses updated
535:
536: 2020-10-14 moko
537:
538: * src/: classes/date.C, include/pa_string.h, main/pa_http.C,
539: main/pa_string.C, targets/apache/mod_parser3_core.C,
540: targets/cgi/parser3.C: pa_atoi / pa_atoui / pa_atoul usage
541: checked. 10 is now default base, no hex autodetect by default
542:
543: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
544: connection socket closing in destructor + accept exception
545: handling
546:
547: * src/targets/cgi/parser3.C: warning war
548:
549: * src/: include/pa_http.h, include/pa_sapi.h, main/pa_http.C,
550: main/pa_request.C, targets/apache/mod_parser3_core.C,
551: targets/cgi/pa_sapi_info.h, targets/cgi/parser3.C: global try
552: exception handling unified
553:
554: 2020-10-13 moko
555:
556: * src/targets/isapi/parser3isapi.C: reverted to atoi to avoid hex
557: autodetection
558:
559: * src/targets/apache/mod_parser3_core.C: reverted to atoi
560:
561: * src/: main/pa_http.C, targets/cgi/pa_sapi_info.h: warning war
562:
563: * src/main/pa_http.C: warning war
564:
1.142 moko 565: 2020-10-12 moko
566:
1.143 moko 567: * src/: main/pa_request.C, targets/apache/mod_parser3_core.C,
568: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: excaption in
569: unhandled exception code optimization
570:
571: * src/targets/cgi/parser3.C: request_info now global variable
572:
573: * src/main/pa_http.C: http_read_response moved to HTTP_response
574: class
575:
576: * src/: include/pa_http.h, main/pa_http.C,
577: targets/cgi/pa_sapi_info.h: read_post implemented
578:
1.142 moko 579: * src/: include/pa_http.h, main/pa_http.C, targets/cgi/parser3.C:
580: [host:]port syntax support in httpd mode
581:
582: * src/: include/pa_http.h, targets/cgi/pa_sapi_info.h,
583: targets/cgi/parser3.C: populate_env added
584:
585: * src/include/pa_hash.h: to make get(char *) compiling in
586: HashStringString
587:
588: 2020-10-10 moko
589:
590: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
591: targets/cgi/pa_sapi_info.h: ResponseHeaders -> HTTP_Headers
592:
593: * src/: include/pa_http.h, include/pa_request_info.h,
594: main/pa_http.C, main/pa_string.C,
595: targets/apache/mod_parser3_core.C, targets/cgi/pa_sapi_info.h,
596: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
597: types/pa_vrequest.C: initial httpd mode implementation
598:
1.141 moko 599: 2020-10-04 moko
600:
601: * src/targets/cgi/parser3.C: options together
602:
603: 2020-09-30 moko
604:
605: * src/main/pa_http.C: renamed
606:
1.140 moko 607: 2020-08-14 moko
608:
609: * configure, configure.ac, parser3.sln, src/lib/Makefile.am,
610: src/targets/cgi/Makefile.am: no httpd as separate library
611:
612: 2020-08-13 moko
613:
614: * src/targets/cgi/parser3.C: SAPI::die used in exception in
615: unhandled exception handler to report 500 instead of 200 it was
616: before.
617:
618: * src/targets/apache/mod_parser3_core.C: minor cleanup
619:
620: * src/: include/pa_sapi.h, main/untaint.C,
621: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
622: targets/isapi/parser3isapi.C: SAPI::abort was used only once,
623: thus replaced with SAPI::die and removed
624:
625: * src/targets/: apache/mod_parser3_core.C, isapi/parser3isapi.C,
626: cgi/parser3.C: whitespace
627:
628: * src/targets/cgi/parser3.C: locate_config() extracted, whitespace.
629:
630: 2020-08-12 moko
631:
632: * src/targets/cgi/parser3.C: duplicate info in signal logging
633: removed, whitespace was: SIGPIPE received while executing code.
634: uri=/_tmp.html, method=GET, cl=0 [uri=/_tmp.html, method=GET,
635: cl=0]
636:
637: * parser3.sln: + httpd.vcproj
638:
639: 2020-08-11 moko
640:
641: * src/targets/cgi/Makefile.am: +libhttpd
642:
643: * configure.ac, src/lib/Makefile.am: +libhttpd
644:
1.139 moko 645: 2020-07-13 moko
646:
647: * tests/: 401.html, results/401.processed: test for hash key does
648: not keep language, but tainted in foreach.
649:
1.138 moko 650: 2020-07-01 moko
651:
652: * tests/: 235.html, results/235.processed: test result updated as
653: messages before attachments implemented (feature #1176)
654:
1.137 moko 655: 2020-06-27 moko
656:
657: * tests/: 400.html, results/400.processed: test updated to check
658: ^return{code}
659:
660: * src/classes/op.C: bugfix: ^return{code} or ^return(expre+ssion)
661: fixed
662:
663: 2020-06-26 moko
664:
665: * tests/: 400.html, results/400.processed: test for OPTIMIZE_RESULT
666: added (related to https://www.parser.ru/forum/?id=85319)
667:
668: * src/types/pa_vmethod_frame.h: bugfix: OPTIMIZE_RESULT failed,
669: when $result assignment was last statement in the method
670: (https://www.parser.ru/forum/?id=85319)
671:
1.136 moko 672: 2020-05-23 moko
673:
674: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h:
675: whitespace, unused level removed
676:
677: 2020-05-19 moko
678:
679: * src/types/pa_vmail.C: whitespace
680:
681: * src/types/pa_vmail.C: files should be processed last (related to
682: feature #1176)
683:
1.135 moko 684: 2020-05-12 moko
685:
686: * src/include/pa_memory.h: no new/delete checks for for FreeBSD1X.X
687: due to https://bugs.llvm.org/show_bug.cgi?id=40161 bug
688:
689: * configure.ac: FreeBSD1X.X check added to avoid
690: https://bugs.llvm.org/show_bug.cgi?id=40161 bug.
691:
1.134 moko 692: 2020-02-26 moko
693:
694: * src/main/pa_common.C: entry_exists -> entry_ifdir to fix Windows
695: compilation issue (related to bug #1201)
696:
697: * src/main/pa_common.C: entry_readable -> entry_exists,
698: undocumented access(fname, R_OK) call removed (fixes bug #1201)
699: -f and -d now works under Windows in UTF-8 with Russian
700: filenames.
701:
702: * src/types/pa_vmail.C: g_mime_stream_pipe_new used by gmime author
703: advice (related to feature #1199)
704:
705: 2020-02-25 moko
706:
707: * buildall: --silent removed
708:
709: * configure.ac: gmime-3.0 support
710:
711: * buildall: --with-system-mailreceive option added to build with
712: system libgmime
713:
714: * src/types/pa_vmail.C: avoiding
715: https://github.com/jstedfast/gmime/issues/83 "feature" (related
716: to feature #1199)
717:
1.133 moko 718: 2020-02-18 moko
719:
720: * src/classes/op.C: windows x64 debug mode compile fix
721:
722: * src/main/pa_globals.C: no longer required due to -MD -> -MT
723: change (releated to feature #1200)
724:
725: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
726: lib/gd/gd.vcproj, lib/json/json.vcproj, lib/ltdl/ltdl.vcproj,
727: lib/md5/md5.vcproj, lib/memcached/memcached.vcproj,
728: lib/pcre/pcre_internal.vcproj, lib/punycode/punycode.vcproj,
729: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
730: targets/apache/ApacheModuleParser3.vcproj,
731: targets/apache/ApacheModuleParser3Core.vcproj,
732: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
733: types/types.vcproj: -MD -> -MT to remove msvcp71.dll/etc
734: dependency (related to feature #1200)
735:
1.132 moko 736: 2020-02-12 moko
737:
738: * src/types/pa_vmail.C: minimize diff
739:
740: * src/types/pa_vmail.C: libgmime 3.X support (implements feature
741: #1199)
742:
1.131 moko 743: 2020-01-18 moko
744:
745: * tests/: 388-sql.html, results/388-sql.processed: +postprocess
746:
1.130 moko 747: 2019-12-28 moko
748:
749: * src/targets/cgi/parser3.C: avoid empty ?
750:
751: 2019-12-27 moko
752:
753: * src/targets/cgi/parser3.C: PATH_INFO check in reinventing
754: DOCUMENT_ROOT (related to feature #1164)
755:
756: * src/targets/cgi/parser3.C: IIS5 support removed to simplify
757: fcgiwrap setup (implements feature #1164)
758:
759: * src/targets/cgi/parser3.C: real_parser_handler logic simplified,
760: but no issues found (related to feature #1164)
761:
762: * src/targets/cgi/parser3.C: actualized
763:
764: 2019-12-26 moko
765:
766: * src/targets/apache/ApacheModuleParser3.vcproj: apache stop/start
767: removed
768:
769: * src/targets/isapi/parser3isapi.vcproj: inetinfo stop/start
770: removed
771:
772: * src/: lib/gc/include/gc.h, main/pa_globals.C: As we log
773: allocation errors, we don't want default gc warnings (without
774: timestamp and URI).
775:
776: * src/: classes/memory.C, main/pa_globals.C,
777: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
778: targets/isapi/parser3isapi.C: GC_dont_gc=1 moved to
779: pa_globals_init
780:
781: * src/main/pa_globals.C: setup_hex_value() removed, static array
782: initialization used (optimization)
783:
784: * src/: main/pa_globals.C, targets/apache/mod_parser3_core.C,
785: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
786: pa_socks_init/pa_socks_done moved inside pa_globals_init
787: (optimization)
788:
1.129 moko 789: 2019-12-09 moko
790:
791: * src/include/pa_config_fixed.h: warning war
792:
1.128 moko 793: 2019-12-08 moko
794:
795: * src/main/main.vcproj: compile.y - ExcludedFromBuild, as we
796: process grammar under Unix.
797:
798: 2019-12-07 moko
799:
800: * tests/389.html: For Windows XP. :)
801:
802: * tests/388-sql.html: Windows compatibility added
803:
804: 2019-12-06 moko
805:
806: * src/targets/cgi/parser3.C: warning war
807:
808: * src/main/pa_string.C: + COMPILE_ASSERT(sizeof(String::Languages)
809: == sizeof(CORD)) to avoid aligning bugs in future
810:
811: * src/: include/pa_config_fixed.h, main/pa_globals.C: simplified to
812: XML_STATIC
813:
814: * src/include/pa_request.h: StackItem() not required
815:
816: * src/include/pa_stack.h: warning war
817:
818: * src/include/pa_config_includes.h: GCC warning silenced
819:
820: * src/include/pa_memory.h: warning war: the program should also
821: define 'void operator delete [](void*, std::size_t)'
822: [-Wsized-deallocation]
823:
824: * src/types/: pa_vregex.h, pa_vtable.h: warning war
825:
826: * src/classes/string.C: not reqired cast removed
827:
828: * src/classes/string.C: not reqired cast removed
829:
830: 2019-12-05 moko
831:
832: * src/lib/sdbm/pa_file_io.C: warning war
833:
834: * src/include/pa_string.h: bugfix for Windows x64: enum Language ->
835: enum Language : size_t - required for VS2015+ to make
836: sizeof(Languages::opt) == sizeof(CORD), will be 16 byte under x64
837: without it (related to feature #1198)
838:
839: 2019-12-04 moko
840:
841: * src/main/pa_base64.C: unsigned char -> uchar
842:
843: * src/main/: main.vcproj, pa_globals.C: libpcre now linked same way
844: as other libs
845:
846: * src/include/pa_version.h: +amd64
847:
848: 2019-12-03 moko
849:
850: * src/: classes/classes.vcproj, types/types.vcproj: sync debug with
851: release
852:
853: * src/include/pa_config_includes.h: warning war
854:
855: * src/classes/image.C: warning war
856:
857: * src/main/pa_globals.C: x64 libs support
858:
859: * src/include/pa_config_includes.h: warning war
860:
861: * src/types/pa_method.h: warning war
862:
1.127 moko 863: 2019-11-28 moko
864:
865: * src/classes/math.C: vs2003 compatibility + warning war
866:
867: * buildall: libxslt-1.1.29 -> libxslt-1.1.34, libxml2-2.9.4 ->
868: libxml2-2.9.9 (related to feature #1136)
869:
870: * src/classes/xdoc.C: xmlHashScanner declaration changed, using
871: typecast for more compatibility (related to feature #1136)
872:
873: * buildall: --direct-download option added, gc-7.6.2 -> gc-8.0.4 +
874: libatomic no longer required, pcre-8.40 -> pcre-8.43 (related to
875: feature #1136)
876:
877: 2019-11-26 moko
878:
879: * src/main/: compile_tools.C, compile_tools.h: invalid assert
880: removed (it was failing in $$var case), condition added
881:
1.126 moko 882: 2019-11-25 moko
883:
884: * tests/: 397.html, 399.html, results/141.processed,
885: results/399.processed: base64 options tested
886:
887: * src/: classes/math.C, main/pa_http.C: base64 options used
888:
889: * src/main/pa_base64.C: base64 encode rewritten, base64 options
890: implemented (feature #986)
891:
892: * src/main/pa_cache_managers.C: whitespace
893:
894: * tests/: 397.html, 399.html, results/399.processed: tests for
895: ^base64 encode options added (related to feature #986)
896:
897: * src/: classes/file.C, include/pa_base64.h, main/pa_base64.C:
898: pa_base64_encode(file) removed - more memory, but faster and less
899: code (related fo feature #986)
900:
901: 2019-11-24 moko
902:
903: * tests/: 155.html, results/155.processed: limit and offset in
904: ^table::load[] now supported, thus test added
905:
906: * src/: classes/file.C, classes/table.C, include/pa_common.h,
907: main/pa_common.C: optimization: offset and limit options parsing
908: moved inside file_load.
909:
910: 2019-11-23 moko
911:
912: * src/: classes/file.C, classes/op.C, include/pa_common.h,
913: main/pa_common.C, main/pa_request.C, types/pa_vform.C:
914: optimization: file_read replaced with simplified file_read_binary
915:
916: * src/: classes/op.C, main/pa_common.C, main/pa_request.C,
917: types/pa_vform.C: whitespace
918:
919: * src/: include/pa_common.h, main/pa_common.C: never used params
920: removed
921:
922: 2019-11-21 moko
923:
924: * tests/: 193.html, results/193.processed, results/389.processed:
925: test results updated as now base64 does not discard tail without
926: padding (related to feature #986)
927:
928: 2019-11-20 moko
929:
930: * src/: classes/file.C, classes/string.C, include/pa_base64.h,
931: main/pa_base64.C: optimization: void pa_base64_decode -> size_t
932: pa_base64_decode (related to feature #986)
933:
934: * tests/398.html: tests for base64 decode added (related to feature
935: #986)
936:
937: * src/main/pa_base64.C: base64_decode rewritten - padding option
938: support, padding inside base 64 supported (related to feature
939: #096)
940:
941: 2019-11-19 moko
942:
943: * src/include/pa_memory.h: CHECK_DELETE_USAGE tested to work under
944: FreeBSD 12
945:
1.125 moko 946: 2019-11-16 moko
947:
948: * src/main/pa_base64.C: base64_decode converted to C++, url-safe
949: support added, step support removed (related to #986)
950:
951: 2019-11-15 moko
952:
953: * src/classes/math.C: using log since log2 is not present on
954: FreeBSD < 8.4 (related to feature #1177)
955:
956: * src/: include/pa_base64.h, main/pa_base64.C: whitespace,
957: pa_base64_size extracted and used for files as well (related to
958: feature 986)
959:
960: 2019-11-14 moko
961:
962: * tests/: 397.html, results/397.processed: + content check
963:
964: * tests/: 141.html, results/141.processed: make test resuls more
965: readable
966:
967: * tests/: 397.html, results/193.processed, results/397.processed:
968: test results updated after \x00 character was disabled in
969: math:convert string mode (related to feature #1177)
970:
971: * src/classes/: math.C, string.C: \\x00 character disabled while
972: converting to string (as in base64, related to feature #1177)
973:
974: * src/classes/file.C: more correct arguments separation
975:
976: * src/: classes/file.C, classes/math.C, classes/string.C,
977: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
978: main/pa_http.C, types/pa_vfile.C, types/pa_vmail.C: base64
979: options added, but not yet implemented (related to feature #986)
980:
981: * src/classes/math.C: whitespace
982:
983: 2019-11-13 moko
984:
985: * tests/: 397.html, results/397.processed: +tainting test (related
986: to feature #1177)
987:
988: * src/classes/math.C: as we now produce not only digits, result
989: should be tainted (related to feature #1177)
990:
991: * src/main/pa_base64.C: whitespace
992:
993: * src/: include/Makefile.am, main/Makefile.am, main/main.vcproj,
994: include/pa_base64.h, include/pa_common.h, main/pa_base64.C,
995: main/pa_common.C: pa_base64.h and pa_base64.C added, base64
996: implementation moved from pa_common.h and pa_common.C
997:
998: 2019-11-12 moko
999:
1000: * tests/: 275.html, results/275.processed: out of range test fixed,
1001: as ^math:convert now supports arbitrary precision
1002:
1003: 2019-11-11 moko
1004:
1005: * tests/results/389.processed: uctualized error message
1006:
1007: * tests/: 389.html, 397.html, results/397.processed: tests for
1008: ^math:convert added (related to feature #1177)
1009:
1010: * src/classes/math.C: ^math:convert now supports arbitrary
1011: precision, alphabet support added (implements feature #1177)
1012:
1.124 moko 1013: 2019-11-06 moko
1014:
1015: * tests/: 181.html, results/181.processed: entities usage added,
1016: more entites load tests (related to bug #842 discussion)
1017:
1018: 2019-11-05 moko
1019:
1020: * src/main/pa_xml_io.C: bugfix: no more extra http://localhost/
1021: call from xmlFileOpen if http://localhost/<file> was not found
1022: (related to bug #842)
1023:
1024: * src/main/pa_xml_io.C: rename
1025:
1026: * src/main/pa_xml_io.C: +MemoryStream constructor
1027:
1028: * src/main/pa_xml_io.C: whitespace
1029:
1.123 moko 1030: 2019-10-31 moko
1031:
1032: * src/classes/xdoc.C: XML_PARSE_OPTIONS (XML_PARSE_DTDLOAD |
1033: XML_PARSE_NOENT) added to fix entities load, (related to feature
1034: #1181)
1035:
1.122 moko 1036: 2019-10-25 moko
1037:
1038: * tests/: 388-sql.html, results/388-sql.processed: more multiple
1039: queries tests
1040:
1041: 2019-10-24 moko
1042:
1043: * tests/: 388-sql.html, results/388-sql.processed: support for
1044: pgsql driver test
1045:
1046: * tests/: 388-sql.html, results/388-sql.processed:
1047: multi_statements=1 now tested, mysql test now supported
1048: (connection must be specified in [parser3] section in .my.cnf)
1049: related to issues #1195 and #1194
1050:
1.121 moko 1051: 2019-09-11 moko
1052:
1053: * src/classes/int.C: whitespace
1054:
1055: * tests/: 388-sql.html, results/388-sql.processed: +duplicate key
1056: exception test
1057:
1058: * tests/results/388-sql.processed: sql queries now shown (related
1059: to feature #1196)
1060:
1061: * src/sql/pa_sql_driver.h: to keep new SQL drivers more compatible
1062: with old parser versions.
1063:
1064: * src/: classes/file.C, classes/hash.C, classes/string.C,
1065: classes/table.C, classes/void.C, include/pa_sql_connection.h,
1066: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: Show query
1067: instead of connect string in query_event_handlers exceptions
1068: (implements feature #1196)
1069:
1.120 moko 1070: 2019-09-06 moko
1071:
1072: * tests/388-sql.html: mysql compat
1073:
1074: * src/: classes/hash.C, classes/string.C, classes/table.C,
1075: classes/void.C, include/pa_common.h, main/pa_common.C: cleanup:
1076: sql_ variables declaration moved to pa_common.h
1077:
1.116 moko 1078: 2019-01-15 moko
1079:
1080: * src/classes/curl.C: ^curl:info[] - OrderedHashString used, items
1081: logically sorted
1082:
1083: 2018-12-27 moko
1084:
1085: * src/include/pa_config_includes.h: warning war:
1086: -Wdeprecated-register added for C++ 17
1087:
1088: 2018-10-15 moko
1089:
1090: * configure.ac: FreeBSD 11.2 can be build with ./configure
1091: --with-gc=/usr/local/lib/ --with-pcre=/usr/local/
1092: --with-xml=/usr/local/
1093:
1094: 2018-09-24 moko
1095:
1096: * tests/: 396.html, 396.tiff, results/396.processed: test for
1097: ^image::measure[] now supports tiff added (related to feature
1098: #1188)
1099:
1100: * src/classes/image.C: ^image::measure[] now supports tiff
1101: (implements feature #1188)
1102:
1103: 2018-09-20 moko
1104:
1105: * tests/: 395.bmp, 395.html, results/395.processed: test for bmp
1106: files measure added (related to ticket #1188)
1107:
1108: * src/classes/image.C: measure of bmp files implemented (related to
1109: ticket #1188)
1110:
1111: 2018-09-18 moko
1112:
1113: * tests/: 394-curl.html, results/394-curl.processed,
1114: results/auto.p: test for bug #1187 (max_file_size check for head
1115: requests) added
1116:
1117: 2018-08-24 moko
1118:
1119: * src/classes/curl.C: CURLOPT_NOBODY value used to check if
1120: response content-length check is required (fixes bug #1187)
1121:
1122: 2018-05-11 moko
1123:
1124: * tests/: 157.html, results/157.processed: test for ^file:copy[..;
1125: $.append(bool) ] option added (related to feature #919)
1126:
1127: * src/classes/file.C: ^file:copy[..; $.append(bool) ] option added
1128: from misha@ patch (implements feature #919)
1129:
1130: 2018-03-22 moko
1131:
1132: * src/main/pa_request.C: $response:download[ $.file[file.namef] ]
1133: worked rather slow (about 1mb/sec) with 10kb buffer, replaced it
1134: with 128kb buffer. Now works at least 12 times faster. :) May be
1135: Windows-only problem.
1136:
1137: * src/lib/cord/cord.vcproj: Profile * complete cleanup (VS 2003
1138: build fix)
1139:
1140: 2018-02-03 moko
1141:
1142: * src/main/execute.C: removes irrelevant lines from exception stack
1143: trace when exceptions occurs in assigment (fixes bug #1165)
1144:
1145: * tests/: 393.html, results/393.processed: test for behavour after
1146: "Property can not be created, already exists field with that
1147: name" exception removed (related to feature #1183)
1148:
1149: * src/types/pa_vclass.C: "Property can not be created, already
1150: exists field with that name" exception removed (implements
1151: feature #1183)
1152:
1153: 2018-01-19 moko
1154:
1155: * src/classes/string.C: whitespace
1156:
1157: * src/classes/string.C: whitespace
1158:
1159: * tests/: 392.html, results/392.processed: test for
1160: ^regex::create[$regex] added (related to feature #1135)
1161:
1162: * src/: classes/regex.C, types/pa_vregex.C, types/pa_vregex.h:
1163: ^regex::create[$regex] added (implements feature #1135)
1164:
1165: * src/types/: pa_vclass.C, pa_vclass.h: CLASS_GETTER_UNPROTECTED
1166: commented define added (related to feature #1157)
1167:
1168: 2018-01-17 moko
1169:
1170: * buildall: gc 7.6.0 -> 7.6.2 (related to feature #1136)
1171:
1172: 2018-01-15 moko
1173:
1174: * tests/: 390.html, results/390.processed: real path replaced by
1175: stub
1176:
1177: * tests/: 391.html, results/391.processed: test for feature #1181
1178: (XML_PARSE_HUGE exception) added
1179:
1180: 2018-01-11 moko
1181:
1182: * src/classes/xdoc.C: xmlReadMemory/xmlReadFile now used with
1183: XML_PARSE_HUGE option passed by default (implements feature
1184: #1181)
1185:
1186: * src/classes/string.C: whitespace
1187:
1188: 2017-12-10 moko
1189:
1190: * tests/: 389.html, 390.html, results/389.processed,
1191: results/390.processed: image code coverage tests added (related
1192: to feature #1125)
1193:
1194: 2017-12-08 moko
1195:
1196: * tests/: 346-curl.html, 388-sql.html, 389.html,
1197: results/346-curl.processed, results/388-sql.processed,
1198: results/389.processed: more code coverage tests
1199:
1200: * tests/: 264.html, results/264.processed: code coverage for
1201: ^file::exec[]
1202:
1203: 2017-12-07 moko
1204:
1205: * tests/: 174.html, 388-sql.html, 389.html,
1206: results/388-sql.processed, results/389.processed,
1207: results/174.processed: more coverage tests
1208:
1209: * src/classes/math.C: exception text actualized
1210:
1211: 2017-12-06 moko
1212:
1213: * tests/388-sql.html: $SQL can be here
1214:
1215: * tests/results/auto.p: $SQL not required here
1216:
1217: * tests/: 388-sql.html, 389.html, Makefile,
1218: results/388-sql.processed, results/389.processed, results/auto.p:
1219: code coverage tests for sql (using sqlite) and int/double/bool
1220: added (related to feature #1125)
1221:
1222: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
1223: lib/json/json.vcproj, lib/md5/md5.vcproj,
1224: lib/memcached/memcached.vcproj, lib/punycode/punycode.vcproj,
1225: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/main.vcproj,
1226: targets/apache/ApacheModuleParser3Core.vcproj,
1227: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
1228: types/types.vcproj: gc\include no longer required
1229:
1230: * src/lib/: cord/cord.vcproj, gd/gd.vcproj: gc\include no longer
1231: required
1232:
1233: * src/: classes/Makefile.am, classes/table.C,
1234: include/pa_config_includes.h, include/pa_string.h,
1235: lib/cord/Makefile.am, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1236: lib/gd/Makefile.am, lib/json/Makefile.am, lib/sdbm/Makefile.am,
1237: lib/smtp/Makefile.am, main/Makefile.am, main/untaint.C,
1238: targets/apache/Makefile.am, targets/cgi/Makefile.am,
1239: types/Makefile.am: to be sure that our version of gc.h/cord.h is
1240: used, we now include it directly
1241:
1242: 2017-12-04 moko
1243:
1244: * src/lib/: gd/gd.vcproj, md5/md5.vcproj,
1245: memcached/memcached.vcproj, punycode/punycode.vcproj,
1246: sdbm/sdbm.vcproj, smtp/smtp.vcproj: includes unified, gc added
1247: where required
1248:
1249: * src/: classes/memory.C, include/pa_config_includes.h: GC_DEBUG
1250: now can be used to trace memory allocations
1251:
1252: * src/: classes/table.C, include/pa_config_includes.h,
1253: include/pa_memory.h, lib/cord/cordbscs.c, lib/cord/cordxtra.c,
1254: main/pa_globals.C: PA_DEBUG_DISABLE_GC works again, pa_gc_*
1255: method removes, libcord also can work without libgc
1256:
1257: * src/classes/json.C: pa_gc_malloc_atomic should not be used
1258:
1259: 2017-11-29 moko
1260:
1261: * src/classes/curl.C: no exception if some of ^curl:info[] elements
1262: are not present (related to feature #1173)
1263:
1264: * tests/346-curl.html: test updated to test curl content-length bug
1265: (related to feature #1173)
1266:
1267: * tests/results/346-curl.processed: more test for content-length
1268: curl bug (related to feature #1173)
1269:
1270: * tests/results/346-curl.processed: test results updated after
1271: #1173 implemented
1272:
1273: 2017-11-28 moko
1274:
1275: * src/classes/curl.C: another libcurl Content-length bug walkaround
1276: (related to feature #1173)
1277:
1278: 2017-11-27 moko
1279:
1280: * src/: classes/curl.C, lib/curl/curl.h: ^curl:options
1281: $.http_version[version string] added (implements feature #1173),
1282: CURLOPT_POSTFIELDSIZE is set to 0 now only for old versions,
1283: where $post(true) bug existed.
1284:
1285: 2017-11-18 moko
1286:
1287: * src/include/pa_memory.h: warning war (related to feature #1170)
1288:
1289: * src/include/pa_pool.h: RedHat 7.3 compatibility fixed (related to
1290: feature #1170)
1291:
1292: 2017-11-17 moko
1293:
1294: * src/include/pa_memory.h: CHECK_DELETE_USAGE define added as
1295: std::basic_stringstream used in ^table.csv-string[] is compatible
1296: with delete usage check only under Debian 9 (related to feature
1297: #1170)
1298:
1299: 2017-11-16 moko
1300:
1301: * src/: classes/curl.C, classes/hash.C, classes/json.C,
1302: classes/table.C, classes/xdoc.C, include/pa_config_includes.h,
1303: include/pa_hash.h, include/pa_memory.h, include/pa_pool.h,
1304: main/pa_charset.C, main/pa_memory.C, main/pa_xml_io.C,
1305: sql/pa_sql_driver.h, types/pa_value.h, types/pa_vmemcached.C,
1306: types/pa_vxdoc.h: regular new/delete no longer used in our code,
1307: stubs defend from accidental use (implements feature #1170)
1308:
1309: 2017-06-24 moko
1310:
1311: * configure.ac: minor fix: thanks to alx@
1312:
1.115 moko 1313: 2017-05-29 moko
1314:
1315: * src/types/pa_vmail.C: mail headers are now correctly truncated -
1316: MAX_CHARS_IN_HEADER_LINE value fixed, mail_header_utf8_substring
1317: added to avoid cutting of UTF-8 chars (fixed bug #123)
1318:
1319: * src/main/untaint.C: as in case of <space>=?UTF-8?Q?= space is
1320: ignored, =?UTF-8?Q?= should start in case of leading space
1321: (related to bug #123)
1322:
1323: * buildall: echo -n -> printf for OS X. :)
1324:
1325: 2017-05-25 moko
1326:
1327: * tests/: 288.html, results/288.processed: test updated afted
1328: setting $o.prop without setter exception removed (related to
1329: feature #1157)
1330:
1331: * src/types/pa_vclass.C: no more "this property has no setter
1332: method" when setting $o.prop without setter (implements feature
1333: #1157)
1334:
1335: * buildall: echo \c -> echo -n for FreeBSD
1336:
1337: * configure, configure.ac, src/include/pa_config_auto.h.in,
1338: src/types/pa_vdouble.h: isfinite now checked in configure
1339:
1340: * compile, config.guess, config.sub, depcomp, install-sh, missing:
1341: upgraded to automake 1.15
1342:
1343: 2017-05-23 moko
1344:
1345: * src/types/pa_vdouble.h: finite returned where isfinite not
1346: defined
1347:
1348: 2017-05-22 moko
1349:
1350: * buildall: gc-7.6.0 USE_LIBC_PRIVATES allready defined warning war
1351:
1352: * buildall: extern CFLAGS setting support
1353:
1354: * src/types/pa_vdouble.h: warning war: finine() -> isfinite() 4OSX
1355:
1356: * buildall: http -> https
1357:
1358: * buildall: gc-7.2f -> gc-7.6.0
1359:
1360: 2017-05-20 moko
1361:
1362: * buildall: https, pcre, xml, xslt updated to current versions
1363: (related to feature #1136)
1364:
1365: 2017-05-19 moko
1366:
1367: * tests/097.html: after parser.ru moved to https
1368:
1369: 2017-05-17 moko
1370:
1371: * tests/results/: 175.processed, 372.processed: tests resuls
1372: updated after lintian spelling typos fixed (related to bug #1156)
1373:
1374: * src/: classes/file.C, classes/hash.C, classes/reflection.C,
1375: classes/string.C, classes/table.C, main/pa_charset.C,
1376: main/pa_common.C, main/pa_http.C, types/pa_vimage.h,
1377: types/pa_vmail.C, types/pa_vxdoc.h: fixed spelling typos from
1378: lintian reported by Sergey B Kirpichev (fixes bug #1156)
1379:
1380: * tests/results/096.processed: +XMP
1381:
1382: * tests/: 096.html, 096_dir/188.jpg: ^image::measure[] $.exif(true)
1383: $.xmp(true) options tested (test for feature #1154)
1384:
1385: * src/classes/image.C: ^image:measure[] options $.exif(false)
1386: $.xmp(false) $.xmp-charset[UTF-8] implemened. exif no longer
1387: fetched by default! (implements feature #1154)
1388:
1389: 2017-05-16 moko
1390:
1391: * tests/: 256.html, results/256.processed: ^json:string[$image] now
1392: allowed (related to feature #1154)
1393:
1394: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1395: initial XMP implementation - without options and transcode
1396: (related to feature #1154)
1397:
1398: 2017-05-12 moko
1399:
1400: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
1401: image: exif moved to ffields, skipped in ^image.html[] where
1402: iterators now used (preparation for feature #1154)
1403:
1404: 2017-05-05 moko
1405:
1406: * tests/: 387.html, 387_dir/A.p, 387_dir/B.p,
1407: results/387.processed: test for circular class inheritance check
1408: added (related to bug #1150)
1409:
1410: * src/types/pa_vstateless_class.C: circular class inheritance check
1411: added (fixes endless add_derived bug #1150)
1412:
1413: 2017-05-04 moko
1414:
1415: * tests/: 386.html, results/386.processed: test for
1416: $table.value(number) added (related to feature #1152)
1417:
1418: * src/types/pa_vtable.C: table put_element: column value must be
1419: string - > column value must be string compatible to allow
1420: $t.value(1) (implements feature #1152)
1421:
1422: 2017-05-03 moko
1423:
1424: * src/main/pa_request.C: $use[$method] is not possible, reverting
1425: (related to feature #1151)
1426:
1427: * tests/: 386.html, 386.p, results/386.processed: $use[$method] is
1428: not possible, removing test (related to feature #1151)
1429:
1430: * src/: main/pa_request.C, types/pa_vstateless_class.h:
1431: get_element_method added and used to allow $use[$method] and
1432: $autouse[$method] (implements feature 1151)
1433:
1434: * tests/: 386.html, 386.p, results/386.processed: test for @use in
1435: variable added (related to feature #1151)
1436:
1437: * tests/results/226.processed: actualized after ^try-catch used
1438:
1439: * tests/: 226.html, 385.html, results/385.processed: test for
1440: @autouse in variable added
1441:
1442: * configure.ac, src/include/pa_version.h: 3.4.5 -> 3.4.6b
1443:
1.114 moko 1444: 2017-02-27 moko
1445:
1446: * configure.ac, src/include/pa_version.h: 3.4.5rc -> 3.4.5
1447:
1.113 moko 1448: 2017-02-20 moko
1449:
1450: * operators.txt: actualization + beauty
1451:
1452: 2017-02-16 moko
1453:
1454: * tests/: 384.html, results/384.processed: test for
1455: ^reflection:mixin[; $.name[] ] option added (related to feature
1456: #1089)
1457:
1458: * tests/: 384.html, results/384.processed: test for
1459: ^reflection:mixin[] added (related to feature #1089)
1460:
1461: * src/types/pa_value.h: warning war: virtual ~Value() added
1462:
1.112 moko 1463: 2017-02-15 moko
1464:
1465: * src/include/pa_hash.h: compilation without HASH_CODE_CACHING
1466: fixed
1467:
1468: * tests/: 320.html, results/320.processed: $.reverse(true/false)
1469: test added (related to feature #1069)
1470:
1471: * src/: classes/reflection.C, types/pa_vstateless_class.h:
1472: compilation without HASH_ORDER fixed
1473:
1474: * src/: classes/reflection.C, include/pa_hash.h:
1475: $.reverse(true/false) added to ^reflection:methods[] (related to
1476: feature #1069)
1477:
1478: 2017-02-14 moko
1479:
1480: * tests/: 152.html, results/152.processed: test for $._default hash
1481: added (related to bug #1131)
1482:
1483: * tests/: 277.html, results/277.processed: test for hash with only
1484: $._default is now defined (related to bug #1131)
1485:
1486: * src/types/pa_vhash.h: hash with only $._default is now defined
1487: (fixed bug #1131)
1488:
1489: 2017-02-13 moko
1490:
1491: * tests/cat-windows.sh: cat-windows added (cygwin required)
1492:
1493: * tests/: 171.html, 264.html, 286.html, 370.html,
1494: results/320.processed, results/375.processed, results/auto.p:
1495: cat-windows.sh support added
1496:
1497: * tests/375.html: Windows support
1498:
1499: * tests/270.html: documented
1500:
1501: * tests/: 270.html, run_parser.cmd: bugfix: PATH_INFO has slashes
1502: (not backslashes) even under Windows (broke test 270)
1503:
1504: 2017-02-12 moko
1505:
1506: * tests/: descript.ion, todo.txt: cleanup
1507:
1508: 2017-02-09 moko
1509:
1510: * tests/: 253.html, 255.html, 275.html, 347-curl.html,
1511: run_tests.cmd: Windows compatibility
1512:
1513: * tests/make_tests.cmd: removed as test can't be passed - TZ is set
1514: incorrectly (GMT) if parser is called from cygwin
1515:
1.111 moko 1516: 2017-02-08 moko
1517:
1.112 moko 1518: * operators.txt: actualization 15% completed
1519:
1520: * operators.txt: cp1251 -> utf-8
1521:
1522: * NEWS, README: minor update
1523:
1524: * src/include/pa_config_includes.h: warning war continues
1525:
1526: * src/: include/pa_config_includes.h, include/pa_memory.h,
1527: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
1528: targets/isapi/parser3isapi.C, types/pa_vdouble.h: warning war:
1529: gcc 6.x issues fixed
1530:
1.111 moko 1531: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
1532: classes/classes.h, classes/curl.C, classes/date.C,
1533: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
1534: classes/hashfile.C, classes/image.C, classes/inet.C,
1535: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
1536: classes/memcached.C, classes/memory.C, classes/op.C,
1537: classes/reflection.C, classes/regex.C, classes/response.C,
1538: classes/string.C, classes/table.C, classes/void.C,
1539: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
1540: include/pa_array.h, include/pa_cache_managers.h,
1541: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
1542: include/pa_config_fixed.h, include/pa_config_includes.h,
1543: include/pa_dictionary.h, include/pa_dir.h,
1544: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
1545: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
1546: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
1547: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
1548: include/pa_request_charsets.h, include/pa_request_info.h,
1549: include/pa_sapi.h, include/pa_socks.h,
1550: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
1551: include/pa_stack.h, include/pa_string.h,
1552: include/pa_stylesheet_connection.h,
1553: include/pa_stylesheet_manager.h, include/pa_symbols.h,
1554: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
1555: include/pa_uue.h, include/pa_xml_exception.h,
1556: include/pa_xml_io.h, lib/gd/gif.C, lib/gd/gif.h, lib/gd/gifio.C,
1557: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
1558: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
1559: lib/punycode/pa_idna.c, lib/punycode/pa_idna.h,
1560: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
1561: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
1562: main/compile.tab.C, main/compile.y, main/compile_tools.C,
1563: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
1564: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
1565: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
1566: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
1567: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
1568: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
1569: main/pa_string.C, main/pa_stylesheet_connection.C,
1570: main/pa_stylesheet_manager.C, main/pa_symbols.C, main/pa_table.C,
1571: main/pa_uue.C, main/pa_xml_exception.C, main/pa_xml_io.C,
1572: main/untaint.C, sql/pa_sql_driver.h,
1573: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
1574: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
1575: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
1576: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
1577: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
1578: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
1579: types/pa_vcaller_wrapper.h, types/pa_vclass.C, types/pa_vclass.h,
1580: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
1581: types/pa_vcookie.h, types/pa_vdate.C, types/pa_vdate.h,
1582: types/pa_vdouble.h, types/pa_venv.C, types/pa_venv.h,
1583: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
1584: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
1585: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
1586: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
1587: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
1588: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemcached.C,
1589: types/pa_vmemcached.h, types/pa_vmemory.h,
1590: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
1591: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
1592: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
1593: types/pa_vresponse.C, types/pa_vresponse.h,
1594: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
1595: types/pa_vstateless_object.h, types/pa_vstatus.C,
1596: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
1597: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
1598: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
1599: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1600: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year:
1601: 2015->2017
1602:
1.110 moko 1603: 2017-02-07 moko
1604:
1605: * configure.ac, src/include/pa_version.h: 3.4.5b -> 3.4.5rc
1606:
1607: 2017-02-06 moko
1608:
1609: * src/main/pa_common.C: minor fixes, whitespace
1610:
1611: * src/: classes/curl.C, classes/file.C, classes/image.C,
1612: include/pa_common.h, include/pa_dir.h, main/pa_common.C,
1613: main/pa_dir.C, main/pa_exec.C: wchar filenames API under Windows
1614: now used (implements feature #1081)
1615:
1616: * src/: types/pa_vcookie.C, main/pa_charset.C: cleanup
1617:
1618: 2017-02-01 moko
1619:
1620: * src/include/pa_request.h: cleanup
1621:
1622: 2017-01-30 moko
1623:
1624: * src/main/pa_request.C: file_lock_wait_limit -> lock_wait_timeout
1625:
1626: 2017-01-29 moko
1627:
1628: * tests/: 383.html, results/383.processed: test for
1629: ^reflection:stack[] added (related to feature #1052)
1630:
1631: * src/classes/reflection.C: else added
1632:
1633: * src/: include/pa_os.h, main/pa_os.C, main/pa_request.C:
1634: $.max_file_lock_wait added (implements feature #1128)
1635:
1636: 2017-01-28 moko
1637:
1638: * tests/: 379-curl.html, results/379-curl.processed: curl empty
1639: body and other cases tests added (related to featue #1014)
1640:
1641: * src/classes/curl.C: bug if response is empty fixed (related to
1642: feature #1014)
1643:
1644: 2017-01-27 moko
1645:
1646: * src/: classes/json.C, classes/reflection.C, include/pa_request.h,
1647: main/execute.C, types/pa_vmethod_frame.h: ^reflection:stack[]
1648: added (implements feature #1052)
1649:
1650: 2017-01-25 moko
1651:
1652: * tests/: 382.html, results/382.processed: @GET_DEFAULT returning
1653: method test added
1654:
1655: 2017-01-23 moko
1656:
1657: * src/classes/reflection.C: optimization: options->get replaced by
1658: hash iterator
1659:
1660: * tests/: 381.html, results/381.processed: now -> fixed date
1661:
1662: * src/main/pa_request.C: warning war
1663:
1664: * src/targets/cgi/parser3.vcproj: Stack size increased from 2Mb to
1665: 5Mb (fixes bug #1058)
1666:
1667: * src/classes/curl.C: warning war
1668:
1669: * tests/: 381.html, results/381.processed: tests for ^json:string
1670: $.one-line(true) option added (related to feature #1124)
1671:
1672: * src/: classes/json.C, types/pa_value.h: $json-string
1673: $.one-line(true|false) options is now supported (implements
1674: feature #1124)
1675:
1676: * tests/: 380.html, results/380.processed: test for modified
1677: $.max_file_size added (related to bug #1014)
1678:
1679: * tests/: 379.html, results/auto.p: tests for rewritten http file
1680: load added (related to bug #1014)
1681:
1682: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
1683: main/pa_common.C, main/pa_http.C: check_file_size added and used
1684: in curl / file load from disk and http, http file load rewritten
1685: (related to bug #1014)
1686:
1687: 2017-01-18 moko
1688:
1689: * tests/: 378.html, results/378.processed: tests for ^result[]
1690: added (related to feature #66)
1691:
1692: * src/: classes/op.C, include/pa_request.h: ^return[] can't be
1693: Method::CO_WITHOUT_FRAME as frame still added in expression
1694: (related to feature #66)
1695:
1696: 2017-01-17 moko
1697:
1698: * tests/: 377.html, results/377.processed: test for different
1699: combinations of breaks in body and delimiter (related to bug
1700: #1077)
1701:
1702: * tests/: 376.html, results/376.processed: many ^break[] tests
1703: added (related to bug #1077)
1704:
1705: * src/types/pa_vmethod_frame.C: "break is not allowed in expression
1706: passed to native method" exception added to avoid bugs due to
1707: WRITE_EXPR_RESULT skipped and native methods execution continues
1708: after ^break[] (related to bug #1077)
1709:
1710: 2017-01-14 moko
1711:
1712: * tests/: 330.html, results/330.processed: test results updated
1713: after ^break[] bugs where fixed (related to bug #1077)
1714:
1715: * tests/: 329.html, results/329.processed: test results updated
1716: after ^break[] bugs where fixed (related to bug #1077)
1717:
1718: * tests/results/320.processed: ^return[] added
1719:
1720: 2017-01-13 moko
1721:
1722: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
1723: classes/table.C, include/pa_request.h, main/execute.C,
1724: main/pa_request.C, targets/cgi/parser3.C,
1725: types/pa_vmethod_frame.C: Request::SKIP_INTERRUPTED,
1726: Request::SKIP_RETURN added and implemented, Request::SKIP_* now
1727: checked after each possible process/execute call (fixes bug
1728: #1077)
1729:
1730: 2016-12-29 moko
1731:
1732: * src/main/pa_common.C: warning war
1733:
1734: * src/: classes/math.C, include/pa_random.h, include/pa_request.h,
1735: include/pa_types.h, main/pa_request.C, main/pa_string.C:
1736: pa_file_size_limit added, ^math:random fixed for upper limit and
1737: limits more then 0x7FFFFFFF, limits now declared in pa_types.h
1738: (related to feature #1014)
1739:
1740: * src/: classes/curl.C, classes/file.C, include/pa_common.h,
1741: main/pa_common.C, main/pa_dir.C, main/pa_exec.C: stat -> pa_stat
1742: (related to feature #1014)
1743:
1744: 2016-12-28 moko
1745:
1746: * src/: classes/file.C, main/pa_request.C, main/pa_string.C: VS2003
1747: warning war
1748:
1749: 2016-12-26 moko
1750:
1751: * tests/: 341.html, results/341.processed: test for
1752: ^table.hash[id;;$.type[string]] added (related to feature #1057)
1753:
1754: * src/classes/table.C: ^table.hash[id;;$.type[string]] support fix
1755: (related to feature #1057)
1756:
1757: * src/types/pa_vdate.C: warning war continues...
1758:
1759: * src/: classes/date.C, classes/image.C, classes/table.C,
1760: include/pa_config_includes.h, types/pa_vfile.C: warning war
1761:
1762: * src/lib/gd/gifio.C: warning war / cleanup
1763:
1764: * src/lib/json/pa_json.C: warning war
1765:
1766: * src/classes/hash.C: warning war
1767:
1768: * src/types/pa_vfile.C: warning war
1769:
1770: * src/: classes/hash.C, include/pa_common.h, types/pa_vcookie.C:
1771: -Wall warning war continues
1772:
1773: * configure.ac: --with-build-warnings actualized
1774:
1775: 2016-12-25 moko
1776:
1777: * src/main/pa_exec.C: -wAll warning war
1778:
1779: * src/: types/pa_vform.C, types/pa_vrequest.C, main/pa_common.C:
1780: -wAll warning war
1781:
1782: * src/: include/pa_common.h, include/pa_sapi.h,
1783: types/pa_junction.h, types/pa_method.h, types/pa_value.h,
1784: types/pa_vdate.C, types/pa_vstateless_class.h, types/pa_vxdoc.h:
1785: -wAll warning war
1786:
1787: 2016-12-23 moko
1788:
1789: * src/lib/ltdl/Makefile.am: extra dist added
1790:
1791: * tests/results/344.processed: test result updated after $file.text
1792: prefetched in ^hash::create[$file] (related to feature #1075)
1793:
1794: * src/types/: pa_vfile.C, pa_vfile.h: $file.text prefetched in
1795: ^hash::create[$file] (related to feature #1075)
1796:
1797: 2016-12-22 moko
1798:
1799: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
1800: main/pa_request.C, main/pa_stylesheet_connection.C,
1801: types/pa_vfile.C: file_stat now return 64-bit size (implements
1802: #1014 under 32-bit unix versions)
1803:
1804: 2016-12-21 moko
1805:
1806: * tests/: 375.html, results/375.processed: test for exec returning
1807: stated file added (related to feature #1119)
1808:
1809: * src/classes/file.C: load should not return file with null body
1810: (fixes bug #1119)
1811:
1812: 2016-12-14 moko
1813:
1814: * tests/: 374.html, results/374.processed: test for $method.name
1815: added (related to feature #1117) plus method returning junction
1816: test
1817:
1818: 2016-12-13 moko
1819:
1820: * src/: include/pa_symbols.h, main/pa_symbols.C,
1821: types/pa_vjunction.C, types/pa_vjunction.h: $method.name added
1822: (implements feature #1117)
1823:
1824: * src/: types/pa_vform.C, include/pa_request_info.h: now only GET,
1825: HEAD and TRACE can't have body (implements feature #1116)
1826:
1827: 2016-12-09 moko
1828:
1829: * tests/: 373.html, results/373.processed: tests for
1830: ^reflection:tainting added (related to feature #1098)
1831:
1832: * src/classes/reflection.C: ^reflection:tainting arguments order
1833: change (related to feature #1098)
1834:
1835: 2016-12-06 moko
1836:
1837: * src/: classes/reflection.C, include/pa_string.h,
1838: main/pa_string.C: ^reflection:tainting[$string] added (implements
1839: feature #1098)
1840:
1841: 2016-12-05 moko
1842:
1843: * src/types/pa_vdouble.h: negative zero (-0) now converted to 0
1844: (fixes bug #1114)
1845:
1846: 2016-12-04 moko
1847:
1848: * tests/: 206.html, results/206.processed: negative zero (0/-1)
1849: check added
1850:
1851: 2016-12-03 moko
1852:
1853: * tests/: 346-curl.html, results/346-curl.processed: test modified
1854: to test value.as_hash() usage
1855:
1856: * src/classes/curl.C: value.as_hash() used for correct hash
1857: processing
1858:
1859: * src/classes/reflection.C: exceptions texts fixes
1860:
1861: 2016-12-02 moko
1862:
1863: * tests/: 372.html, results/372.processed: tests for
1864: ^reflection:create[ $.class[name] $.constructor[name]
1865: $.arguments[ $.1[param1] $.2[param2] ... ] ] added (related to
1866: feature #1094)
1867:
1868: * src/types/pa_vmethod_frame.h: comment added: params should be
1869: declared outside of *_FRAME_ACTION as MethodParams destructor
1870: will be called in ~VNativeMethodFrame
1871:
1872: * src/classes/reflection.C: ^reflection:create[ $.arguments[ ... ]
1873: ] minor fix
1874:
1875: * src/: classes/reflection.C, types/pa_value.C, types/pa_value.h,
1876: types/pa_vmethod_frame.C: ^reflection:create[ $.class[name]
1877: $.constructor[name] $.arguments[ $.1[param1] $.2[param2] ... ] ]
1878: now supported (implements feature #1094) value::as_hash added
1879: (and should be used everywhere)
1880:
1881: * src/classes/reflection.C: cleanup
1882:
1883: 2016-12-01 moko
1884:
1885: * tests/: 356.html, results/356.processed: test for method
1886: junctions class name added to the resulting hash added (related
1887: to feature #1068)
1888:
1889: * src/classes/reflection.C: for method junctions class name added
1890: to the resulting hash (related to feature #1068)
1891:
1892: 2016-11-30 moko
1893:
1894: * src/types/: pa_vhashfile.C, pa_vhashfile.h: file_name included in
1895: exception (related to bug #1113)
1896:
1897: * src/types/pa_vhashfile.C: whitespace
1898:
1899: * src/main/pa_os.C: errno now returned as it should (fixes bug
1900: #1113)
1901:
1902: * tests/results/: 175.processed, 192.processed, 224.processed,
1903: 229.processed, 239.processed, 244.processed, 246.processed,
1904: 314.processed, 352.processed: tests results updated after method
1905: call exceptions improved as method now keeps its name
1906:
1907: * src/: classes/reflection.C, main/execute.C, types/pa_value.C,
1908: types/pa_vmethod_frame.h: method call exceptions improved as
1909: method now keeps its name
1910:
1911: * tests/: 224.html, 239.html, results/224.processed,
1912: results/239.processed: tests and tests results updated after
1913: Request::construct exception changed
1914:
1915: * src/: classes/reflection.C, main/execute.C: Request::construct
1916: exception optimized
1917:
1918: * tests/: 371.html, results/371.processed: test for
1919: WWrapper.get_element call in $.name.key[value] code added
1920: (related to feature #1091)
1921:
1922: * src/types/pa_wwrapper.h: WWrapper.get_element returned, as used
1923: in $.name.key[value] code (related to feature #1091)
1924:
1925: 2016-11-29 moko
1926:
1927: * src/classes/op.C: VS warning war
1928:
1929: * src/types/: pa_vmethod_frame.h, pa_wcontext.h: VS warning war:
1930: C4239: nonstandard extension used : 'return' : conversion from
1931: 'Value' to 'Value &' (related to feature #1020)
1932:
1933: * src/: main/execute.C, types/pa_vmethod_frame.h,
1934: types/pa_wcontext.h: VS warning war: C4239: nonstandard extension
1935: used : 'return' : conversion from 'Value' to 'Value &' (related
1936: to feature #1020)
1937:
1938: * src/main/execute.C: VS warning war
1939:
1940: * src/targets/cgi/parser3.C: VS compatibility fix
1941:
1942: * src/include/pa_request.h: VS warning war
1943:
1944: * tests/: 370.html, results/370.processed: test for ^file::exec[
1945: ... $.stdin[$binary_file] ] added (related to bug #1044)
1946:
1947: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
1948: include/pa_string.h, main/pa_exec.C: pa_exec now supports
1949: $.stdin[$binary_file] (fixes bug #1044)
1950:
1951: 2016-11-28 moko
1952:
1953: * src/main/pa_exec.C: whitespace
1954:
1955: * src/main/pa_request.C: whitespace
1956:
1957: * tests/: 369.html, results/369.processed: test for
1958: $response:status usage added (related to feature #1099)
1959:
1960: * src/targets/cgi/parser3.C: HTTP response code used as exit status
1961: if < 100 (implements feature #1099)
1962:
1963: * src/targets/cgi/parser3.C: whitespace
1964:
1965: * src/targets/cgi/parser3.C: whitespace
1966:
1967: * tests/: 368.html, results/368.processed: test updated after
1968: ^reflection:filename[$method] added (related to feature #1053)
1969:
1970: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
1971: main/compile.y, main/execute.C, main/pa_request.C,
1972: types/pa_vclass.h: filename -> filespec,
1973: ^reflection:filename[$method] added (related to feature #1053)
1974:
1975: 2016-11-27 moko
1976:
1977: * tests/: 368.html, results/368.processed: test for
1978: reflection:filename[$class or object] added (related to feature
1979: #1053)
1980:
1981: * src/: classes/reflection.C, main/compile.y, types/pa_vclass.h,
1982: types/pa_vstateless_class.h: ^reflection:filename[$class or
1983: object] added (implements feature #1053)
1984:
1985: 2016-11-26 moko
1986:
1987: * src/: include/pa_request_info.h,
1988: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1989: remove_absolute_uri -> strip_absolute_uri
1990:
1991: 2016-11-25 moko
1992:
1993: * src/: include/pa_request_info.h,
1994: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C:
1995: request_info.remove_absolute_uri added to remove possible
1996: http://site.name/ from $request:uri (implements feature #1112)
1997:
1998: 2016-11-24 moko
1999:
2000: * tests/: 367-curl.html, results/367-curl.processed: test for
2001: previous request headers clearing after redirect added (related
2002: to bug #1109)
2003:
2004: * src/: classes/curl.C, include/pa_array.h, include/pa_http.h:
2005: response headers from previous requests are now cleared, only
2006: last request headers are collected (fixes bug #1109)
2007:
2008: * tests/results/: 266.processed, 321.processed, 356.processed:
2009: tests results updated as method name now added to the resulting
2010: hash for new syntax only (Imp1 compatimility fixed, related to
2011: feature #1068)
2012:
2013: * src/classes/reflection.C: method name now added to the resulting
2014: hash for new syntax only (Imp1 compatimility fixed, related to
2015: feature #1068)
2016:
2017: * tests/results/366.processed: test for native and parser
2018: implementation of ^use[] logic (related to feature #1074)
2019:
2020: * tests/: 366.html, 366_dir/test-duplicate.p, 366_dir/test.p: test
2021: for native and parser implementation of ^use[] logic (related to
2022: feature #1074)
2023:
2024: 2016-11-23 moko
2025:
2026: * src/: classes/op.C, include/pa_request.h, main/compile.y,
2027: main/pa_request.C: @USE file now implemented as ^use[file;
2028: $.origin[origin_file] ] (implements feature #1074)
2029:
1.109 moko 2030: 2016-11-21 moko
2031:
1.110 moko 2032: * tests/: 365.html, results/365.processed: test for $caller bugs in
2033: 3.4.4 and $caller.method now tested (related to feature #1110)
2034:
2035: * tests/: 364.html, results/364.processed: $caller usage in
2036: different contexts now tested (related to feature #1110)
2037:
2038: * src/types/types.vcproj: +pa_vcaller_wrapper.h
2039:
2040: * src/types/Makefile.am: pa_vcaller_wrapper.h added
2041:
1.109 moko 2042: * src/: include/pa_symbols.h, main/pa_symbols.C, types/pa_method.h,
2043: types/pa_vcaller_wrapper.h, types/pa_vmethod_frame.C,
2044: types/pa_vmethod_frame.h: redesign: VCallerWrapper added and
2045: used (implements feature #1110)
2046:
2047: 2016-11-20 moko
2048:
2049: * src/types/pa_vdouble.h: whitespace
2050:
2051: 2016-11-11 moko
2052:
2053: * tests/: 363.html, results/363.processed: more tests for feature
2054: #1091 (how parser methods work in expression context)
2055:
2056: * src/: include/pa_request.h, types/pa_vmethod_frame.h: in
2057: expressions strings are now written as strings, not values by
2058: write_as_string (related to feature #1091)
2059:
2060: * src/classes/op.C: to make more correct behavour in expression
2061: context
2062:
2063: 2016-11-07 moko
2064:
2065: * tests/: 362.html, results/362.processed: test for
2066: xsltParseStylesheetDoc caching as xsl modification after it added
2067: (related to bug #1108)
2068:
2069: * src/: classes/xdoc.C, types/pa_vxdoc.h: xsltParseStylesheetDoc
2070: result now cached as xdoc is modified after it (fixes bug #1108)
2071:
2072: 2016-11-06 moko
2073:
2074: * src/types/pa_vxdoc.h: whitespace
2075:
2076: 2016-11-05 moko
2077:
2078: * src/types/pa_vmethod_frame.h: cleanup
2079:
2080: 2016-11-03 moko
2081:
2082: * tests/results/244.processed: more correct exception after method
2083: frames separation
2084:
2085: * src/types/pa_vmethod_frame.h: minor optimizaion
2086:
2087: * src/types/pa_method.h: optimization: params_count added
2088:
2089: * src/: classes/json.C, classes/op.C, classes/reflection.C,
2090: include/pa_request.h, main/execute.C, main/pa_request.C,
2091: types/pa_value.C, types/pa_vmethod_frame.C,
2092: types/pa_vmethod_frame.h, types/pa_vobject.C: Optimization:
2093: VMethodFrame now divided into VNativeMethodFrame,
2094: VParserMethodFrame, VLocalParserMethodFrame; METHOD_FRAME_ACTION,
2095: EXPRESSION_FRAME_ACTION, CONSTRUCTOR_FRAME_ACTION defines added
2096: and used (related to feature #1104)
2097:
2098: 2016-11-02 moko
2099:
2100: * src/: classes/bool.C, classes/curl.C, classes/date.C,
2101: classes/double.C, classes/file.C, classes/hash.C,
2102: classes/hashfile.C, classes/image.C, classes/inet.C,
2103: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2104: classes/memcached.C, classes/op.C, classes/reflection.C,
2105: classes/regex.C, classes/string.C, classes/table.C,
2106: classes/xdoc.C, classes/xnode.C, include/pa_request.h,
2107: main/execute.C: cleanup: r.write_pass_lang, r.write_no_lang ->
2108: r.write (implements feature #1091)
2109:
2110: * src/main/execute.C: cleanup (related to feature #1104)
2111:
2112: * src/: include/pa_request.h, main/execute.C,
2113: types/pa_vmethod_frame.h, types/pa_wcontext.h: VExpressionFrame
2114: added, in_expression removed (implements feature #1104)
2115:
2116: 2016-10-31 moko
2117:
2118: * src/types/pa_value.C: whitespace
2119:
2120: 2016-10-28 moko
2121:
2122: * tests/results/244.processed: updated after error reporting fixed
2123: in pa_wcontext.C
2124:
2125: * src/types/pa_wcontext.C: error reporting fixed
2126:
2127: * src/types/pa_wcontext.h: whitespace
2128:
2129: * src/classes/image.C: not fully readed entries are no longer
2130: processed (fixes bug #1106)
2131:
2132: 2016-10-26 moko
2133:
2134: * src/classes/image.C: whitespace
2135:
2136: * src/: include/pa_request.h, include/pa_string.h, main/untaint.C,
2137: types/pa_vmail.C, types/pa_vmethod_frame.h, types/pa_wcontext.h,
2138: types/pa_wwrapper.h: optimization: L_PASS_APPENDED removed as no
2139: longer required (related to feature #1091)
2140:
2141: * tests/results/: 264.processed, 350.processed: test results update
2142: reverted (whitespace optimization) after write_no_lang removed :)
2143: (related to feature #1091)
2144:
2145: * src/: classes/file.C, classes/hash.C, classes/op.C,
2146: classes/string.C, classes/table.C, classes/void.C,
2147: classes/xdoc.C, include/pa_request.h, main/pa_xml_io.C,
2148: types/pa_vmail.C: Temp_lang removed, write_no_lang now almost
2149: equal write_pass_lang (related to feature #1091)
2150:
2151: * tests/results/: 264.processed, 350.processed: test results
2152: updated (whitespace optimization) after write_assign_lang removed
2153: (related to feature #1091)
2154:
2155: * tests/: 361.html, results/361.processed: test for non-string
2156: ^untaint added (related to feature #1091)
2157:
2158: * src/: classes/curl.C, classes/date.C, classes/file.C,
2159: classes/hash.C, classes/op.C, classes/string.C,
2160: include/pa_request.h, main/execute.C: optimization:
2161: write_assign_lang removed as not required (first part of feature
2162: #1091 implementation)
2163:
1.108 moko 2164: 2016-10-12 moko
2165:
2166: * tests/: 360.html, results/360.processed: more test code (related
2167: to feature #1104)
2168:
2169: * src/: classes/op.C, classes/reflection.C, include/pa_opcode.h,
2170: include/pa_request.h, main/compile.y, main/execute.C: opcode
2171: OP_PREPARE_TO_EXPRESSION removed as not required, optimized
2172: WContext is next task (implements feature #1104)
2173:
2174: * src/types/pa_method.h: more detailed comment for CO_WITHOUT_FRAME
2175: / CO_WITHOUT_WCONTEXT
2176:
2177: * tests/: 360.html, results/360.processed: test for in expression
2178: state (related to feature #1104)
2179:
2180: 2016-10-11 moko
2181:
2182: * src/main/execute.C: compilation without OPTIMIZE_CALL fixed
2183:
2184: * src/classes/op.C: default value removed from initializer
2185:
2186: * src/types/pa_vmemcached.C: FreeBSD 11 warning war
2187:
2188: * src/types/pa_vmethod_frame.h: FreeBSD 11 warning war
2189:
2190: 2016-10-10 moko
2191:
2192: * tests/results/auto.p: test updated adter $RECOURSION_LIMIT,
2193: $LOOP_LIMIT -> $LIMITS[ $.max_recoursion, $.max_loop ] (related
2194: to feature #42)
2195:
2196: * src/main/pa_request.C: $RECOURSION_LIMIT, $LOOP_LIMIT ->
2197: $LIMITS[ $.max_recoursion, $.max_loop ] (related to feature #42)
2198:
2199: 2016-10-08 moko
2200:
2201: * src/classes/double.C: whitespace
2202:
2203: 2016-10-07 moko
2204:
2205: * src/types/pa_vmethod_frame.h: reorder
2206:
2207: 2016-10-06 moko
2208:
2209: * src/classes/date.C: typo
2210:
2211: * src/types/pa_vmethod_frame.h: whitespace + cleanup
2212:
2213: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2214: classes/op.C, classes/reflection.C, types/pa_vmethod_frame.C,
2215: types/pa_vmethod_frame.h: params.get now returns Value&, not
2216: Value*
2217:
2218: * src/types/pa_vmethod_frame.C: params.get should return Value&.
2219:
2220: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: get_as
2221: removed; first as_* code rewrite
2222:
2223: 2016-10-05 moko
2224:
2225: * src/include/pa_request.h: whitespace
2226:
2227: * tests/: 359.html, results/359.processed: test for VCodeFrame and
2228: intercept_string added (related to feature #1097)
2229:
2230: * src/: classes/image.C, classes/op.C, classes/table.C,
2231: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2232: optimization: intercept_string removed (implements feature #1097)
2233:
2234: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: whitespace
2235:
2236: * src/types/: pa_vcode_frame.h, pa_wwrapper.h: get_element removed
2237: from VCodeFrame and WWrapper as not required
2238:
2239: 2016-10-04 moko
2240:
2241: * src/: classes/curl.C, classes/date.C, classes/double.C,
2242: classes/file.C, classes/hash.C, classes/image.C, classes/inet.C,
2243: classes/int.C, classes/json.C, classes/op.C,
2244: classes/reflection.C, classes/string.C, classes/table.C,
2245: include/pa_request.h, main/execute.C, types/pa_vmethod_frame.C:
2246: proces_to_value -> process after StringOrValue removed (related
2247: to feature #1020)
2248:
2249: * src/classes/form.C: whitespace
2250:
2251: * src/main/execute.C: VALUE__GET_BASE_CLASS added to opcode_names
2252:
2253: * tests/: 357.html, 358.html, results/357.processed,
2254: results/358.processed, results/auto.p: test for @conf
2255: $RECOURSION_LIMIT and $LOOP_LIMIT added (related to feature #42)
2256:
2257: 2016-10-03 moko
2258:
2259: * src/: classes/op.C, include/pa_request.h, main/pa_request.C,
2260: types/pa_vtable.C: @conf $RECOURSION_LIMIT and $LOOP_LIMIT now
2261: supported (implements feature #42)
2262:
2263: * src/types/pa_vregex.h: no reason for VRegex to be
2264: is_evaluated_expr
2265:
2266: * src/classes/curl.C: CURL_OPT(CURL_INT, SSLVERSION) added
2267: (implements feature #1095)
2268:
2269: 2016-10-01 moko
2270:
2271: * src/classes/reflection.C: $.overwrite in ^reflection:mixin is now
2272: false by default (related to feature #1089)
2273:
2274: 2016-09-30 moko
2275:
2276: * src/types/pa_wcontext.h: cleanup
2277:
2278: 2016-09-29 moko
2279:
2280: * src/main/execute.C: whitespace
2281:
2282: * src/include/pa_request.h: whitespace
2283:
2284: * src/: classes/hash.C, classes/hashfile.C, classes/json.C,
2285: classes/op.C, classes/table.C, include/pa_request.h,
2286: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.h,
2287: types/pa_vobject.C, types/pa_wcontext.h: optimization:
2288: StringOrValue removed as it just slows down and adds complexity
2289: (implements feature #1020)
2290:
2291: 2016-09-28 moko
2292:
2293: * tests/: 356.html, results/266.processed, results/321.processed,
2294: results/356.processed: tests updated after name was added to
2295: method_info hash, test for ^reflection:method_info[junction]
2296: added (related to feature #1068)
2297:
2298: * src/classes/reflection.C: ^reflection:method_info[junction] now
2299: supported, method name added to the resulting hash (implements
2300: feature #1068)
2301:
2302: * tests/: 276.html, results/276.processed: more tests for
2303: ^reflection:delete[]
2304:
2305: * src/classes/reflection.C: fixed bug then ^reflection:delete
2306: didn't work on class and could damage native objects (like file)
2307:
2308: 2016-09-26 moko
2309:
2310: * tests/: 345.html, 346-curl.html, 347-curl.html, 348.html,
2311: results/345.processed, results/346-curl.processed,
2312: results/347-curl.processed, results/348.processed: numbers added
2313: to simplify diff analysis
2314:
2315: * tests/: 352.html, results/352.processed: test result updated as
2316: method name used
2317:
2318: * src/classes/reflection.C: method name used
2319:
2320: * src/types/: pa_method.h, pa_vstateless_class.C: method now keeps
2321: its name
2322:
2323: * src/types/pa_method.h: whitespace
2324:
2325: * src/classes/reflection.C: both method and field with one name can
2326: exist.
2327:
2328: * src/classes/reflection.C: ^reflection:mixin added (implements
2329: feature #1089)
2330:
2331: * tests/: 355.html, results/355.processed: property appears in
2332: derived class if added in base test added
2333:
2334: * src/types/pa_vstateless_class.h: get_method declaration +
2335: whitespace
2336:
2337: * tests/: 354.html, results/354.processed: nice test from method
2338: and property with one name in class added
2339:
2340: 2016-09-23 moko
2341:
2342: * src/classes/reflection.C: ^reflection:method usage documented
2343:
2344: 2016-09-22 moko
2345:
2346: * src/: classes/classes.vcproj, types/types.vcproj: we need RTTI as
2347: we use 'dynamic_cast' on polymorphic type 'Value'. Without it
2348: compile warning and GPF occures on VS2003 (related to feature
2349: #1087)
2350:
2351: * tests/: 350.html, results/350.processed: test added for
2352: $.encloser[] support in ^table::create (related to feature #11)
2353:
2354: * src/classes/table.C: another minor fix (related to feature #11)
2355:
1.107 moko 2356: 2016-09-21 moko
2357:
2358: * src/include/pa_config_fixed.h: vs2015 compilation fixes
2359:
2360: * src/: classes/curl.C, classes/file.C, classes/hash.C,
2361: classes/json.C, classes/string.C, classes/table.C,
2362: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2363: main/pa_common.C, main/pa_http.C, main/pa_request.C,
2364: main/pa_sql_driver_manager.C, types/pa_vfile.C, types/pa_vmail.C,
2365: types/pa_vrequest.C, types/pa_vresponse.C: charsets ->
2366: pa_charsets, vs2015 warning war
2367:
2368: * src/classes/table.C: vs2015 warning war
2369:
2370: * src/types/pa_vdate.C: vs2015 warning war
2371:
2372: * src/main/: pa_common.C, pa_globals.C: vs2015 compilation fixes
2373:
2374: * src/targets/cgi/parser3.vcproj: wsock32 -> ws2_32.lib (winsock 1
2375: -> winsock 2) for vs2015 compatibility (getaddrinfo functions)
2376:
2377: * src/main/pa_common.C: vs2015 compilation fixes
2378:
2379: * src/: include/pa_common.h, lib/smtp/smtp.C, main/pa_common.C:
2380: vs2015 compilation fixes
2381:
2382: * src/main/pa_charset.C: vs2015 warning war
2383:
2384: * src/: classes/file.C, types/pa_wwrapper.h: vs2015 warning war
2385:
2386: * src/main/pa_charset.C: vs2015 warning war
2387:
2388: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: vs2015 warning war
2389:
2390: * src/types/pa_vdate.C: vs2015 compilation fix
2391:
2392: * src/: include/pa_memory.h, main/pa_memory.C: VS2015 warning war
2393:
2394: * src/: lib/json/pa_json.C, classes/mail.C, classes/string.C:
2395: VS2015 compilation fixes
2396:
2397: * src/classes/table.C: minor fix (related to feature #11)
2398:
2399: * tests/results/282.processed: no longer skipping extra enclosers
2400: (related to feature #11)
2401:
2402: * src/classes/table.C: minor fix + no longer skipping extra
2403: enclosers (related to feature #11)
2404:
2405: * src/classes/table.C: minor optimization (related to feature #11)
2406:
2407: * src/classes/table.C: minor fix and optimization (related to
2408: feature #11)
2409:
2410: 2016-09-20 moko
2411:
2412: * tests/: 353.html, results/353.processed: test for
2413: PC.cclass->is_vars_local() check in one_big_piece in ^process[]
2414: added (related to bug #1090)
2415:
2416: * src/main/compile.y: PC.cclass->is_vars_local() check added for
2417: one_big_piece (fixes bug #1090)
2418:
2419: * tests/: 229.html, results/229.processed: code coverage tests
2420:
2421: * src/classes/op.C: bugfix: no more GPF if ^process[$context] (no
2422: body) was called
2423:
2424: * src/classes/op.C: whitespace
2425:
2426: * tests/: 323.html, results/323.processed: test for code junction
2427: should not be returned by ^reflection:class, ^reflection:base
2428:
2429: * src/classes/reflection.C: bugfix: code junction should not be
2430: returned by ^reflection:class, ^reflection:base
2431:
2432: * tests/: 323.html, 352.html, results/352.processed: no more
2433: exception for ^reflection:method[class;no-such-method] (related
2434: to feature #1087)
2435:
2436: * src/classes/reflection.C:
2437: ^reflection:method[class;no-such-method] : exception -> void
2438: (related to feature #1087)
2439:
2440: * src/include/pa_request.h: request::write_value added to allow
2441: write value without convertion (related to issue #1091)
2442:
2443: 2016-09-19 moko
2444:
2445: * src/main/pa_random.C: windows build fix
2446:
2447: * src/types/pa_vhash.h: warning war
2448:
2449: 2016-09-14 moko
2450:
2451: * tests/: 352.html, 552.html, results/352.processed,
2452: results/552.processed: test for ^reflection:method[] extension
2453: added (related to feature #1087)
2454:
2455: * tests/: 552.html, results/552.processed: test for
2456: ^reflection:method[] extension added (related to feature #1087)
2457:
2458: * src/classes/reflection.C: compatibility issue fixed, VClass
2459: dynamic_cast check added (related to feature #1087)
2460:
2461: * tests/: 351.html, results/351.processed: test for @auto[]
2462: inheritance bug diring ^process[] added (related to bug #1088)
2463:
2464: * src/: classes/op.C, main/pa_request.C,
2465: types/pa_vstateless_class.C: set_method now checks for @auto[] to
2466: disable it inheritance during ^process (fixes bug #1088)
2467:
2468: * src/classes/reflection.C: ^reflection:method[$class:method;$self]
2469: added (implements feature #1087)
2470:
2471: 2016-09-13 moko
2472:
2473: * tests/: 349.html, results/auto.p: test for objects prototyping
2474: added and $OBJECT-PROTOTYPE(false) is used for old tests (related
2475: to feature #1086)
2476:
2477: * src/: main/pa_request.C, types/pa_vclass.C, types/pa_vclass.h,
2478: types/pa_vobject.C: objects now are not class instances, but have
2479: class as prototype, can be overridden by $OBJECT-PROTOTYPE(false)
2480: in @conf (implements feature #1086)
2481:
2482: 2016-09-08 moko
2483:
2484: * src/: classes/file.C, classes/mail.C, classes/string.C,
2485: classes/table.C, main/pa_http.C, main/pa_string.C,
2486: include/pa_string.h: cleanup: string::split limit argument
2487: removed as no longer required, pos_after no longer reference
2488: (related to feature #11)
2489:
2490: * src/classes/table.C, tests/results/348.processed: now exception
2491: is rised when invalid option is passed to ^table::create[]
2492:
2493: * tests/: 282.cfg, 282.html, results/282.processed: more code
2494: coverage tests
2495:
2496: * tests/: 348.html, results/348.processed: code coverage tests
2497: added
2498:
2499: * tests/: 348.html, results/348.processed: generic ^table::create[]
2500: tests
2501:
2502: * tests/: 035.html, results/035.processed, results/272.processed:
2503: tests updated after $.encloser[] support for ^table::create
2504: implementation (related to feature #11)
2505:
2506: * src/classes/table.C: $.encloser[] support for ^table::create
2507: finally added (implements feature #11)
2508:
2509: 2016-09-07 moko
2510:
2511: * src/include/pa_string.h: added StringSplitHelper as friend
2512: (related to feature #11)
2513:
2514: * src/include/pa_string.h: body and langs now protected, not
2515: private to allow inheritance (related to feature #11)
2516:
2517: * src/classes/table.C: lsplit optimized before cloning for
2518: ^table::create with $.encloser[] (related to feature #11)
2519:
2520: * src/classes/table.C: optimizaion: TableControlChars.separators
2521: added and used (related to feature #11)
2522:
2523: * src/classes/table.C: spelling:
2524:
2525: TableSeparators -> TableControlChars column -> separator
2526: separators -> control_chars
2527:
2528: 2016-09-06 moko
2529:
2530: * src/main/pa_string.C: whitespace
2531:
2532: * src/main/pa_string.C: whitespace
2533:
2534: 2016-09-01 moko
2535:
2536: * tests/: 347-curl.html, results/347-curl.processed: to make tests
2537: results OS-independent
2538:
2539: * src/: include/pa_http.h, main/pa_http.C: typo bugfix for clang
2540: compiler (related to feature #1042)
2541:
2542: 2016-08-15 moko
2543:
2544: * src/include/pa_string.h: whitespace
2545:
2546: * src/classes/table.C: whitespace
2547:
1.106 moko 2548: 2016-08-05 moko
2549:
2550: * tests/: 344.html, results/344.processed: test for
2551: ^hash::create[$file] added (related to feature #1075)
2552:
2553: * src/types/: pa_vfile.h, pa_vmail.C: ^hash::create[$file] now
2554: supported (implements feature #1075)
2555:
2556: 2016-08-04 moko
2557:
2558: * tests/: 341.html, results/341.processed: more code coverage tests
2559:
2560: * tests/: 346-curl.html, results/346-curl.processed: more code
2561: coverage tests for curl
2562:
2563: * tests/: 346-curl.html, results/346-curl.processed: more code
2564: coverage tests for curl
2565:
2566: * tests/: 223-curl.html, 223.html, results/223-curl.processed,
2567: results/223.processed: code coverage tests: $.form[ $.table[] ]
2568: test added
2569:
2570: * tests/: 223-curl.html, results/223-curl.processed: more code
2571: coverage tests for curl
2572:
2573: 2016-08-03 moko
2574:
2575: * src/classes/curl.C: dlink(curl_library) now called not once, but
2576: until it will be loaded, allowing to find existing library.
2577:
2578: * tests/: 346-curl.html, 347-curl.html, results/346-curl.processed,
2579: results/347-curl.processed: more code coverage tests for curl
2580:
2581: * tests/: 339-curl.html, 339.html, 346-curl.html, Makefile,
2582: results/339-curl.processed, results/346-curl.processed: curl
2583: functionality tests
2584:
2585: 2016-08-02 moko
2586:
2587: * tests/: 339.html, results/339.processed: test for tables in
2588: ^file:load[] and ^curl:load[] (commented) added (related to
2589: feature #1042)
2590:
2591: * tests/: 345.html, results/345.processed: code coverage tests for
2592: file class
2593:
2594: * tests/: 344.html, results/344.processed: code coverage tests
2595:
2596: * tests/: 344.html, results/344.processed: mdate removed from
2597: output
2598:
2599: * src/classes/file.C: minor bugfix: is_text should be taked from
2600: fcontent.is_text_mode() if not set (related to feature #1061)
2601:
2602: * tests/: 344.html, results/344.processed: more tests
2603:
2604: * tests/: 343.html, 344.html, results/343.processed,
2605: results/344.processed: tests for ^file::create[ $.from-charset
2606: and $.to-charset ] (related to feature #1061)
2607:
2608: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2609: aset_text_mode argument optimized
2610:
2611: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2612: checkBOM now used in detect_binary_content (related to feature
2613: #1061)
2614:
2615: * src/main/pa_request.C: load_charset no longer required to_upper
2616:
2617: * src/types/pa_vfile.C: bugfix: ^file::create[$text_file;...] now
2618: preserves original file mode (if no $.mode specified)
2619:
2620: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h:
2621: ^file::create now supports $.from-charset[] and $.to-charset
2622: options (implements feature #1061), automatic transcode is done
2623: if text file is created from binary file and charset is detected.
2624:
2625: 2016-07-30 moko
2626:
2627: * src/classes/table.C: ^t.hash[..;] now supported (related to
2628: feature #1057)
2629:
2630: * tests/: 341.html, results/341.processed: test for ^t.hash[..;]
2631: added (related to feature #1057)
2632:
2633: * tests/: 286.html, results/286.processed: code tests coverage
2634:
2635: 2016-07-29 moko
2636:
2637: * src/classes/table.C: table size should be checked inside menu and
2638: foreach (related to feature #858)
2639:
2640: * src/: classes/curl.C, classes/file.C, classes/string.C,
2641: classes/xdoc.C, include/pa_charsets.h, main/pa_charsets.C,
2642: main/pa_common.C, main/pa_http.C, main/pa_sql_driver_manager.C,
2643: types/pa_vmail.C, types/pa_vrequest.C, types/pa_vresponse.C:
2644: charsets.get now does str_upper inside (related to feature #1061)
2645:
2646: * tests/: 342.html, results/342.processed: more code coverage tests
2647:
2648: * tests/: 342.html, outputs/342.processed: table menu code coverage
2649: + foreach test added (related to feature #858)
2650:
2651: * tests/: 341.html, results/341.processed: tests for
2652: ^table.hash[]{code} added + code coverage tests (related to
2653: feature #1057)
2654:
2655: * src/: include/pa_common.h, classes/table.C: ^table.hash[]{code as
2656: value} support (implements feature #1057)
2657:
2658: * src/classes/table.C: whitespace
2659:
2660: 2016-07-28 moko
2661:
2662: * src/: classes/curl.C, types/pa_vfile.C: curl now saves filename
2663: from URL, if not specified query string removed from url-based
2664: filenames in ^curl:load[] and ^file::load[] (related to feature
2665: #1042)
2666:
2667: 2016-07-27 moko
2668:
2669: * tests/: 340.html, results/340.processed: test for
2670: transcode_text_result=false added (related to issue #1042)
2671:
2672: 2016-07-26 moko
2673:
2674: * src/types/pa_vfile.C: file name should not be empty (if file path
2675: is folder and ends with /) (related to feature #1042)
2676:
2677: * src/main/pa_http.C: whitespace optimizaion
2678:
2679: * src/: classes/curl.C, include/pa_common.h, include/pa_http.h,
2680: main/pa_common.C, main/pa_http.C: ^curl:load[] now support
2681: multiple headers, ^file::load supports headers transcoding
2682: (implements feature #1042)
2683:
2684: 2016-07-25 moko
2685:
2686: * src/include/pa_common.h: PA_DEFAULT added
2687:
2688: 2016-07-22 moko
2689:
2690: * tests/: 338.html, results/338.processed: test for
2691: $date.field(value) added (related to feature #1066)
2692:
2693: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
2694: $date.field(value) now supported for y/m/d/h/m/s (implements
2695: feature #1066)
2696:
1.105 moko 2697: 2016-07-21 moko
2698:
2699: * src/: classes/file.C, classes/image.C, include/pa_common.h,
2700: main/pa_common.C: pa_common.h: File_read_action: fname, as_text
2701: arguments removed; image.C - absolute path shown in exception
2702: (implements feature #1071)
2703:
2704: * tests/: 235.html, results/235.processed: test and test result
2705: updated after static boundary in mail and Errors-To: mail header
2706: removed (related to feature #1047)
2707:
2708: * src/: classes/math.C, include/pa_random.h, main/pa_http.C,
2709: main/pa_random.C, types/pa_vmail.C: get_uuid_boundary() added and
2710: used, static boundary in mail removed, Errors-To: mail header
2711: removed (implements feature #1047)
2712:
2713: 2016-07-20 moko
2714:
2715: * src/: classes/reflection.C, types/pa_vstateless_class.h:
2716: equest.classes(): Value -> VStateless_class, part 3 (related to
2717: issue #1051)
2718:
2719: * src/: classes/reflection.C, include/pa_request.h, main/execute.C:
2720: request.classes(): Value -> VStateless_class, part 2 (related to
2721: issue #1051)
2722:
2723: * tests/results/: 224.processed, 323.processed: classes without
2724: methods should not be methoded (related to issue #1051)
2725:
2726: * src/: classes/reflection.C, include/pa_request.h, main/compile.y,
2727: main/compile_tools.h, main/pa_request.C: request.classes(): Value
2728: -> VStateless_class, part 1 (related to issue #1051)
2729:
2730: * tests/: 337.html, results/337.processed: test for
2731: ^reflection:fields_reference[] and VHashReference class added
2732: (related to feature #1072)
2733:
2734: * src/: classes/hash.C, classes/json.C, classes/reflection.C,
2735: types/pa_value.h, types/pa_vhash.h, types/pa_vobject.h: VHashBase
2736: and VHashReference added, allowing ^reflection:fields_reference[]
2737: implementation (closes feature #1072)
2738:
2739: 2016-07-19 moko
2740:
2741: * tests/: 323.html, results/323.processed: we want to see
2742: "methoded"
2743:
2744: * tests/: 336.html, results/336.processed: test for $BASE:property
2745: and ^BASE:method (OP_VALUE__GET_BASE_CLASS) added (related to bug
2746: #1059)
2747:
2748: * src/: include/pa_opcode.h, main/compile.y, main/execute.C,
2749: types/pa_vstateless_class.h, types/pa_wcontext.h: no more
2750: somebody_entered_some_class, $BASE:property works again,
2751: ^BASE:method[] bugs fixed (fixes bug #1059)
2752:
2753: 2016-07-14 moko
2754:
2755: * tests/: 335.html, results/335.processed: test for feature #1055
2756: added
2757:
2758: * src/classes/hash.C: bugfix: $._default was not copied if empty
2759: feature: ^hash.contains[_default] added (implements feature
2760: #1055)
2761:
2762: 2016-07-13 moko
2763:
2764: * src/classes/reflection.C: bugfix: ^reflection:def[class;name]
2765: should not call @autouse (http://www.parser.ru/forum/?id=83480)
2766:
2767: 2016-07-05 moko
2768:
2769: * src/classes/hash.C: Optimization: HashStringValue::Iterator used
2770: in ^hash.foreach (related to feature #1073)
2771:
2772: 2016-07-04 moko
2773:
2774: * tests/: 134.html, 281.html, results/134.processed,
2775: results/281.processed: tests updated after hash blocking removed
2776: (related to feature #1073)
2777:
2778: * src/: classes/hash.C, include/pa_hash.h, types/pa_vhash.h: hash
2779: no longer blocks on change during foreach (implements feature
2780: #1073)
2781:
2782: 2016-06-17 moko
2783:
2784: * tests/: 330.html, results/330.processed: try exception source
2785: test added (related to bug in #1062)
2786:
2787: * tests/: 334.html, results/334.processed: Exception stack trace
2788: test added (related to bug in $1062)
2789:
2790: * src/classes/op.C: Exception trace now correctly restored and
2791: errors reported (related to bug #1062)
2792:
1.104 moko 2793: 2016-05-25 moko
2794:
2795: * src/main/compile.y: minor cleanup + beauty
2796:
2797: 2016-05-24 moko
2798:
2799: * tests/: 333.html, results/333.processed: more exceptions testing
2800:
2801: * tests/: 332.html, results/332.processed: test for FIELDS_SYMBOL,
2802: _DEFAULT_SYMBOL, CALLER_SYMBOL, SELF_SYMBOL added (related to
2803: features #1056, #1026)
2804:
2805: * src/: classes/json.C, include/pa_symbols.h, main/pa_symbols.C,
2806: types/pa_vhash.C, types/pa_vhash.h, types/pa_vtable.C,
2807: types/pa_vtable.h: FIELDS_SYMBOL, _DEFAULT_SYMBOL added and used
2808: (implements feature #1056)
2809:
2810: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2811: main/execute.C, main/pa_symbols.C, types/pa_vjunction.C,
2812: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
2813: CLASS_SYMBOL, CLASS_NAME_SYMBOL added and used (related to
2814: feature #1026)
2815:
2816: * src/: classes/reflection.C, include/pa_symbols.h, main/compile.y,
2817: main/compile_tools.C, main/compile_tools.h, main/pa_symbols.C,
2818: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: Symbols now
2819: have *_SYMBOL naming convention. STATIC_SYMBOL, DYNAMIC_SYMBOL,
2820: LOCALS_SYMBOL, PARTIAL_SYMBOL, REM_SYMBOL where added (related to
2821: feature #1026)
2822:
2823: * src/: include/pa_symbols.h, main/compile.y, main/compile_tools.C,
2824: main/pa_globals.C, main/pa_symbols.C, types/pa_vmethod_frame.C,
2825: types/pa_vmethod_frame.h, types/pa_vstateless_class.C:
2826: SYMBOLS_CACHING define implemented (related to feature #1026)
2827:
2828: * src/main/main.vcproj: + ps_symbols
2829:
2830: * src/: include/Makefile.am, include/pa_string.h,
2831: include/pa_symbols.h, main/Makefile.am, main/compile.tab.C,
2832: main/compile.y, main/compile_tools.C, main/pa_symbols.C,
2833: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
2834: types/pa_vstateless_class.C: initial implementation for symbols
2835: cache (related to feature #1026)
2836:
2837: * src/: include/pa_common.h, main/pa_http.C: minor cleanup
2838:
2839: * src/main/pa_globals.C: minor cleanup
2840:
2841: 2016-05-19 moko
2842:
2843: * src/types/pa_vhash.h: minor optimization: ^hash.fields[] removed
2844: (related to feature #1046)
2845:
2846: * tests/: 331.html, results/331.processed: test for
2847: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE removal added
2848: (related to feature #1051)
2849:
2850: * src/main/compile.y:
2851: BAD_NONWHITESPACE_CHARACTER_IN_EXPLICIT_RESULT_MODE error removed
2852: (implements feature #1054)
2853:
2854: 2016-05-18 moko
2855:
2856: * src/types/pa_vtable.C, tests/results/324.processed: no more
2857: "column not found" exception for ^table.no-such-method[] (related
2858: to feature #1046)
2859:
2860: * tests/: 261.html, results/261.processed: test added and updated
2861: after feature #1046 implementation
2862:
2863: * src/: classes/string.C, types/pa_value.C, types/pa_vstring.h,
2864: types/pa_vvoid.h: $string.anything works for whitespace strings,
2865: ^string.contains added for hash compatibility, $string.method no
2866: longer returns stting method (implements feature #1046)
2867:
2868: 2016-05-12 moko
2869:
2870: * src/classes/curl.C: content-type response header no longer
2871: ignored (fixes issue #1045)
2872:
2873: * tests/: 330.html, results/330.processed: test for incomplete
2874: finally execution when break occures added (related to issue
2875: #1077)
2876:
2877: * src/classes/op.C: bugfix: Request::skip reset is called before
2878: executing catch and finally code (fixes issue #1062)
2879:
2880: 2016-05-11 moko
2881:
2882: * tests/: 329.html, results/329.processed: test for invalid
2883: ^break[] behavour added (bug #1077)
2884:
2885: * src/classes/op.C: try_catch code cleanup (related to bug #1062)
2886:
2887: 2016-04-24 moko
2888:
2889: * src/types/pa_vstateless_class.h: warning war
2890:
2891: 2016-04-17 moko
2892:
2893: * tests/: 328.html, results/328.processed: test for
2894: ^break(condition) and ^continue(condition) (related to feature
2895: #1063)
2896:
2897: * src/classes/op.C: ^break(condition) and ^continue(condition)
2898: implemented (feature #1063)
2899:
2900: 2016-04-12 moko
2901:
2902: * tests/results/280.processed: ordered hash now used for class
2903: methods and properties (test results updated for feature #1069)
2904:
2905: * src/classes/: xdoc.C, xnode.C: xnode_class initialization moved
2906: to xdoc.C as under FreeBSD it was inited after and inheritance
2907: failed (related to issue #1051)
2908:
2909: * tests/: 320.html, results/320.processed: xdoc and xnode methods
2910: are printed to check inheritance (related to feature #1051)
2911:
1.103 moko 2912: 2016-04-09 moko
2913:
2914: * tests/results/320.processed: ordered hash now used for class
2915: methods and properties (test results updated for feature #1069)
2916:
2917: * src/types/pa_vstateless_class.h: ordered hash now used for class
2918: methods and properties (implements feature #1069)
2919:
2920: * src/types/: pa_vconsole.h, pa_vcookie.C, pa_venv.C,
2921: pa_vrequest.C, pa_vstatus.C: minor optimization: #ifndef
2922: OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL returned (related to
2923: feature #1051)
2924:
2925: 2016-04-07 moko
2926:
2927: * src/main/execute.C: returned Value in .CLASS case for VJunction
2928: (related to feature #1051)
2929:
2930: * src/types/: pa_vjunction.C, pa_vmethod_frame.C,
2931: pa_vmethod_frame.h, pa_vstateless_class.C, pa_vstateless_class.h:
2932: string constants deduplication (related to feature #1051)
2933:
2934: * tests/results/224.processed: test result updated (related to
2935: feature #1051)
2936:
2937: * src/: main/execute.C, types/pa_vconsole.h, types/pa_vcookie.C,
2938: types/pa_vcookie.h, types/pa_venv.C, types/pa_venv.h,
2939: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vstatus.C,
2940: types/pa_vstatus.h: classes hash now contains only
2941: VStateless_class derived objects, .CLASS is also allways
2942: VStateless_class derived object (related to feature #1051).
2943:
2944: 2016-04-06 moko
2945:
2946: * tests/results/323.processed: test result updated after feature
2947: #1051 implementation
2948:
2949: * src/: classes/classes.h, classes/op.C, classes/response.C,
2950: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
2951: main/pa_request.C, types/pa_vclass.h, types/pa_vform.C,
2952: types/pa_vmail.C, types/pa_vmath.C, types/pa_vmemory.h,
2953: types/pa_vresponse.C, types/pa_vresponse.h,
2954: types/pa_vstateless_class.h: base -> methoded_donor for static
2955: classes, type() moved from VStateless_class to VClass and
2956: Methoded (implements feature #1051)
2957:
2958: 2016-04-04 moko
2959:
2960: * src/: classes/classes.C, include/pa_request.h, main/pa_request.C:
2961: beauty: put_class added (related to feature #1051)
2962:
2963: 2016-04-01 moko
2964:
2965: * tests/results/: 175.processed, 192.processed, 224.processed,
2966: 229.processed, 244.processed, 246.processed, 316.processed: test
2967: results updated as class.type() removed from error messages, only
2968: type() left (related to feature #1051)
2969:
2970: * src/: classes/classes.C, classes/classes.h, classes/mail.C,
2971: classes/op.C, classes/reflection.C, main/compile.y,
2972: main/compile_tools.h, main/execute.C, main/pa_request.C,
2973: types/pa_value.C, types/pa_vclass.C, types/pa_vclass.h,
2974: types/pa_vmethod_frame.h, types/pa_vobject.h,
2975: types/pa_vstateless_class.h, types/pa_wcontext.C: name() removed
2976: from VStateless_class, type() is used instead (related to feature
2977: #1051)
2978:
2979: * src/classes/mail.C: old logic restored.
2980:
2981: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
2982: classes/classes.h, classes/curl.C, classes/date.C,
2983: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
2984: classes/hashfile.C, classes/image.C, classes/inet.C,
2985: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
2986: classes/memcached.C, classes/memory.C, classes/reflection.C,
2987: classes/regex.C, classes/response.C, classes/string.C,
2988: classes/table.C, classes/xdoc.C, classes/xnode.C,
2989: types/pa_vform.C, types/pa_vmail.C, types/pa_vmath.C,
2990: types/pa_vmemory.h: optimizaion: *_base_class removed (related to
2991: feature #1051)
2992:
2993: 2016-03-30 moko
2994:
2995: * tests/: 327.html, results/224.processed, results/327.processed:
2996: test for TZ specification in ^date::create[], TZ is kept during
2997: ^date::create[$dt] (related to feature #1048)
2998:
2999: * src/: classes/date.C, types/pa_vdate.h: TZ can be specified in
3000: ^date::create[], TZ is kept during ^date::create[$dt] (implements
3001: feature #1048)
3002:
3003: 2016-03-29 moko
3004:
3005: * tests/: 315.html, results/315.processed: test for timezone format
3006: +HHmm added (related to feature #1065)
3007:
3008: * src/classes/date.C: timezone format +HHmm now supported
3009: (implements feature #1065)
3010:
3011: 2016-03-28 moko
3012:
3013: * tests/: 202.html, results/131.processed, results/202.processed,
3014: results/224.processed, results/256.processed,
3015: results/315.processed: test results updated after %.2d now
3016: default for hours offset in iso-string (was %2d), test for
3017: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3018: added (related to feature #1065)
3019:
3020: 2016-03-27 moko
3021:
3022: * src/types/pa_vdate.C: '+' sign for zero offset (related to
3023: feature #1065)
3024:
3025: * src/: classes/date.C, types/pa_vdate.C, types/pa_vdate.h:
3026: ^date.iso-string options $.colon(true) $.z(true) $.ms(false)
3027: added (implements feature #1065)
3028:
3029: 2016-03-24 moko
3030:
3031: * tests/: 202.html, results/202.processed: test $date.week added
3032: (related to bug #1067)
3033:
3034: * src/types/: pa_vdate.C, pa_vdate.h: fix for $date.week changed
3035: date (fix for bug #1067)
3036:
3037: 2016-03-10 moko
3038:
3039: * configure.ac, src/include/pa_version.h: 3.4.4 -> 3.4.5b
3040:
1.102 moko 3041: 2015-12-07 moko
3042:
3043: * tests/: 326.html, results/326.processed: test for .CLASS &
3044: .CLASS_NAME optimization added (related to feature #844)
3045:
3046: 2015-11-17 moko
3047:
3048: * tests/: 323.html, results/323.processed: order added
3049:
3050: * tests/: 325.html, results/325.processed: double range test added
3051: (related to bug #1049)
3052:
3053: 2015-11-16 moko
3054:
3055: * src/: classes/string.C, types/pa_vdouble.h: finite(double) check
3056: added to disallow NaN and Infinity (fixes bug #1049)
3057:
3058: 2015-11-11 moko
3059:
3060: * tests/324.html: parser 3.4.3 execution support added (related to
3061: feature #1017)
3062:
3063: * tests/: 324.html, results/324.processed: test for
3064: GET_ELEMENT4CALL feature added (feature #1017)
3065:
1.101 moko 3066: 2015-10-29 moko
3067:
3068: * operators.txt: updated for 3.4.4
3069:
3070: * configure.ac, src/include/pa_version.h: 3.4.4rc -> 3.4.4
3071:
3072: * src/main/pa_exec.C: get_exit_status implemented for Windows
3073: (related to bug #1043)
3074:
3075: 2015-10-28 moko
3076:
3077: * src/main/pa_exec.C: Windows bugfix: $.stdin[] no longer cause
3078: hangup during ^file::exec (fixes bug #1043)
3079:
1.100 moko 3080: 2015-10-27 moko
3081:
3082: * src/main/pa_memory.C: pa_fail_alloc added for GC_abort in Windows
3083:
1.99 moko 3084: 2015-10-26 moko
3085:
1.100 moko 3086: * tests/322.html, src/classes/reflection.C: arguments reorder
3087: (related to issue #1041)
3088:
3089: * src/: classes/classes.awk, main/helpers/simple_folding.pl:
3090: Copyright year updated
3091:
1.99 moko 3092: * src/: classes/bool.C, classes/classes.C, classes/classes.h,
3093: classes/curl.C, classes/date.C, classes/double.C, classes/file.C,
3094: classes/form.C, classes/hash.C, classes/hashfile.C,
3095: classes/image.C, classes/inet.C, classes/int.C, classes/json.C,
3096: classes/mail.C, classes/math.C, classes/memcached.C,
3097: classes/memory.C, classes/op.C, classes/reflection.C,
3098: classes/regex.C, classes/response.C, classes/string.C,
3099: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
3100: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
3101: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
3102: include/pa_config_fixed.h, include/pa_config_includes.h,
3103: include/pa_dictionary.h, include/pa_dir.h,
3104: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
3105: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
3106: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
3107: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
3108: include/pa_request_charsets.h, include/pa_request_info.h,
3109: include/pa_sapi.h, include/pa_socks.h,
3110: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
3111: include/pa_stack.h, include/pa_string.h,
3112: include/pa_stylesheet_connection.h,
3113: include/pa_stylesheet_manager.h, include/pa_table.h,
3114: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
3115: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
3116: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
3117: lib/md5/pa_md5c.c, lib/memcached/pa_memcached.C,
3118: lib/memcached/pa_memcached.h, lib/sdbm/pa_file_io.C,
3119: lib/sdbm/pa_strings.C, lib/smtp/comms.C, lib/smtp/smtp.C,
3120: lib/smtp/smtp.h, main/compile.C, main/compile.tab.C,
3121: main/compile.y, main/compile_tools.C, main/compile_tools.h,
3122: main/execute.C, main/pa_cache_managers.C, main/pa_charset.C,
3123: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
3124: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
3125: main/pa_globals.C, main/pa_http.C, main/pa_memory.C,
3126: main/pa_os.C, main/pa_pool.C, main/pa_random.C,
3127: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
3128: main/pa_string.C, main/pa_stylesheet_connection.C,
3129: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
3130: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
3131: sql/pa_sql_driver.h, targets/apache/mod_parser3.c,
3132: targets/apache/mod_parser3_core.C, targets/apache/pa_httpd.h,
3133: targets/apache/pa_threads.C, targets/cgi/pa_threads.C,
3134: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
3135: targets/isapi/parser3isapi.C, types/pa_junction.h,
3136: types/pa_method.h, types/pa_property.h, types/pa_value.C,
3137: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
3138: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
3139: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.C,
3140: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
3141: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
3142: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
3143: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
3144: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
3145: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
3146: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
3147: types/pa_vmemcached.C, types/pa_vmemcached.h, types/pa_vmemory.h,
3148: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
3149: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
3150: types/pa_vregex.h, types/pa_vrequest.C, types/pa_vrequest.h,
3151: types/pa_vresponse.C, types/pa_vresponse.h,
3152: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
3153: types/pa_vstateless_object.h, types/pa_vstatus.C,
3154: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
3155: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
3156: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3157: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
3158: types/pa_wcontext.h, types/pa_wwrapper.h: Copyright year updated
3159:
3160: * src/targets/cgi/parser3.C: year updated
3161:
3162: * src/classes/reflection.C: VS2003 compatibility fixed (related to
3163: issue #1041)
3164:
3165: * tests/: 323.html, results/323.processed: test for base classes
3166: added
3167:
3168: * tests/: 261.html, results/261.processed: updated after better
3169: error reporting done for $string.key exception
3170:
3171: * src/types/pa_vstring.h: better error report for $string.key
3172: exception
3173:
3174: * src/types/: pa_vobject.C, pa_vobject.h: VObject::get_element
3175: copied as VObject::get_element4call to remove extra virtual call
3176:
3177: * tests/: 322.html, results/322.processed: test for
3178: ^reflection:is[] added (related to feature #1041)
3179:
3180: * src/classes/reflection.C: ^reflection:is empty value is void
3181: (related to feature #1041)
3182:
3183: * src/classes/reflection.C:
3184: ^reflection:is[class_name|code|method;[context;]element_name]
3185: added (implements feature #1041)
3186:
3187: 2015-10-24 moko
3188:
3189: * configure.ac, src/include/pa_version.h: 3.4.4b -> 3.4.4rc
3190:
1.98 moko 3191: 2015-10-22 moko
3192:
3193: * tests/: 321.html, results/321.processed: test for
3194: ^reflection:method_info[] file detection added
3195:
3196: * tests/: 320.html, results/320.processed: test for
3197: ^reflection:class_by_name[class_name] added (related to feature
3198: #993)
3199:
3200: * src/classes/reflection.C: ^reflection:class_by_name[class_name]
3201: added (implements feature #993)
3202:
3203: * src/main/execute.C: GET_ELEMENT4CALL added to get_method_filename
3204: (related to feature #1017)
3205:
3206: * tests/: 319.html, results/319.processed: ^throw[] stacktrace test
3207: added (related to issue #1039)
3208:
3209: * src/main/pa_request.C: ^throw origin fixed (related to feature
3210: #1039)
3211:
3212: * src/types/pa_vcookie.C: bugfix: expires_sec should not be called
3213: for VDate
3214:
3215: * tests/results/182.processed: updated after feature #1038
3216: implemented
3217:
3218: * tests/: 318.html, 182_dir/a6.p, results/318.processed: test for
3219: compile-time exception origin added (test for feature #1039)
3220:
3221: * src/: include/pa_request.h, main/compile.C, main/compile.y,
3222: main/pa_request.C: exception unification: compile-time exceptions
3223: now have origin, @USE origins also tracked (implements feature
3224: #1039)
3225:
3226: 2015-10-20 moko
3227:
3228: * src/main/pa_request.C: cleanup
3229:
3230: 2015-10-15 moko
3231:
3232: * src/types/pa_vtable.C: defines fixed (related to feature #1017)
3233:
3234: * src/: classes/hash.C, include/pa_opcode.h, types/pa_vhash.h,
3235: types/pa_vtable.C: new feature: no more $table.method and
3236: $hash.method, aliases for _at, _count, _key (related to feature
3237: #1017)
3238:
1.97 moko 3239: 2015-10-14 moko
3240:
1.98 moko 3241: * tests/: 317.html, results/317.processed: test for
3242: ^string.unescape[] added (related to feature #120)
3243:
1.97 moko 3244: * buildall: reverted libxml 2.9.2 -> 2.9.1 due to "ID already
3245: defined" bug (described in issue #1036)
3246:
3247: * tests/: 247.html, results/247.processed: test for checkBOM added
3248: (test for bug #1037)
3249:
3250: * src/: include/pa_charsets.h, main/pa_charsets.C,
3251: main/pa_common.C, main/pa_http.C: checkBOM detects charset if
3252: it's not enforced, skips BOM signature if it complies charset
3253: (fixes bug #1037)
3254:
3255: 2015-10-13 moko
3256:
3257: * src/targets/cgi/parser3.vcproj: disabling buggy incremental
3258: linking
3259:
3260: * src/classes/inet.C: vs2003 compilation fix
3261:
3262: * src/classes/math.C: warning war
3263:
3264: * src/lib/punycode/pa_punycode.c: warning war
3265:
3266: 2015-10-12 moko
3267:
3268: * src/lib/punycode/pa_punycode.c: warning war
3269:
3270: * parser3.sln: moved parser3 first, to make it default startup
3271: project
3272:
3273: * buildall: parser "mirror" now used for external libs sources
3274: (implements feature #1036)
3275:
3276: * buildall: most external libs are updated to their current
3277: versions (related to feature #1036)
3278:
3279: * src/classes/image.C: more tags added
3280:
3281: * src/: include/pa_memory.h, types/pa_vdate.C: warning war
3282:
3283: 2015-10-11 moko
3284:
3285: * src/classes/curl.C: minor optimization (related to feature #1035)
3286:
3287: 2015-10-09 moko
3288:
3289: * src/classes/curl.C: pa_strdup added for strings from curl
3290: (related to feature #1035)
3291:
3292: * src/main/pa_string.C: mini fix: RedHat 7.2 does not have
3293: ULLONG_MAX definition
3294:
3295: * src/classes/curl.C: ^curl:info[name]/^curl:info[] added
3296: (implements feature #1035)
3297:
3298: * src/main/pa_charset.C: String::Body(String::C) used
3299:
3300: * src/main/pa_charset.C: exceptions unified
3301:
3302: * src/: include/pa_charset.h, main/pa_charset.C: declarations
3303: unified
3304:
3305: * src/: classes/file.C, classes/image.C, classes/mail.C,
3306: classes/op.C, classes/xdoc.C, classes/xnode.C,
3307: include/pa_string.h, main/pa_request.C, main/pa_string.C,
3308: types/pa_vimage.C, types/pa_vmath.C, types/pa_vstatus.C,
3309: types/pa_vxdoc.C: explicit String::Body(char) calls removed;
3310: String::Body(String::C) constructor added (related to bug #957)
3311:
3312: * src/classes/file.C: minor optimization
3313:
3314: * src/include/pa_hash.h: hash.get(char*) added, to minimize
3315: Cord(char*) autocreation (related to bug #957)
3316:
3317: * src/: classes/string.C, main/untaint.C: minor optimizations
3318:
3319: * src/: classes/json.C, classes/reflection.C, include/pa_string.h:
3320: String(char*, Lang, length) removed, String(C(), Lang) used
3321: instead (related to bug #957)
3322:
3323: 2015-10-08 moko
3324:
3325: * src/: classes/file.C, include/pa_string.h, lib/cord/cordbscs.c,
3326: lib/cord/include/cord.h, main/pa_http.C, main/pa_string.C,
3327: main/untaint.C: Now char * is converted to CORD only using
3328: AS_CORD() to check for empty cord bug (fixes bug #957)
3329:
3330: * src/include/pa_hash.h: fixed compilation without
3331: HASH_CODE_CACHING
3332:
3333: * src/classes/string.C:
3334: ^string:unescape[js|uri;escaped;$.charset[...]] added (implements
3335: feature #120)
3336:
3337: * src/main/pa_common.C: reduce js flags checks count (related to
3338: feature #120)
3339:
1.96 moko 3340: 2015-10-07 moko
3341:
3342: * tests/: 275.html, results/275.processed: test modified after
3343: unsigned long long int support implemented (feature #1034)
3344:
3345: * src/: classes/math.C, include/pa_string.h, main/pa_string.C:
3346: pa_atoul added for unsigned long long int support
3347:
3348: 2015-10-06 moko
3349:
3350: * src/types/pa_vdate.C: INT_MAX used
3351:
3352: 2015-10-03 moko
3353:
3354: * tests/: 302.html, results/302.processed: test for bug #1023
3355: (\u2028, \u2029 escaping) added
3356:
3357: * src/main/untaint.C: \u2028, \u2029 are now escaped in
3358: json:string[] (fixes bug #1023)
3359:
3360: 2015-09-29 moko
3361:
3362: * tests/305.html: try-catch added for OS without ipv6 support
3363:
3364: * src/lib/json/pa_json.C: more unique prefixes for Solaris
3365: compilation
3366:
3367: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.y,
3368: main/execute.C, types/pa_value.h, types/pa_vhash.h,
3369: types/pa_vtable.C, types/pa_vtable.h: get_element4call
3370: implemented to distinguish ^hash.method from $hash.field
3371: (implements feature #1017)
3372:
3373: * src/lib/punycode/pa_punycode.c: warning war
3374:
3375: * src/include/pa_config_includes.h: warning war
3376:
3377: * src/include/pa_config_includes.h: pragma warning actualized a bit
3378:
3379: * src/include/pa_config_includes.h: warning war
3380:
3381: * src/include/pa_hash.h: clang compilation fix
3382:
3383: 2015-09-27 moko
3384:
3385: * src/main/compile.tab.C: Bison 3 is now default
3386:
3387: * src/main/: compile.C, compile.y: Bison 3 compatibility fixed
3388:
3389: 2015-09-25 moko
3390:
3391: * src/: classes/hash.C, include/pa_hash.h: parser now compiles and
3392: works with undefined HASH_ORDER (related to feature #196)
3393:
3394: 2015-09-24 moko
3395:
3396: * tests/: 027.html, results/027.processed: test modified to test
3397: ^hash.sort (feature #196)
3398:
3399: * src/: classes/hash.C, include/pa_hash.h:
3400: ^hash.sort[key;value]{string-key-maker}|(numeric-key-maker)[[asc|desc]]
3401: added (implements feature #196)
3402:
3403: * tests/: 316.html, results/316.processed: Added test for bug #1025
3404: (exception handling in non-cached ^cache), plus for "it does not
3405: have logical value" and "$exception.handled value must be either
3406: boolean or string 'cache'" exceptions.
3407:
3408: * src/classes/op.C: ^cache: exceptions now handled in non-cached
3409: code (fixes bug #1025)
3410:
1.95 moko 3411: 2015-09-23 moko
3412:
3413: * src/classes/table.C: warning war
3414:
3415: * src/: classes/math.C, types/pa_vcookie.C: warning war
3416:
3417: * src/classes/file.C: warning war
3418:
3419: * src/: include/pa_table.h, main/pa_table.C: warning war
3420:
3421: * src/: main/pa_request.C, classes/date.C: warning war
3422:
3423: * src/: types/pa_vdate.C, classes/op.C: warning war
3424:
3425: * tests/: 122.html, results/122.processed: win sync: to remove
3426: differences with OS that doesn't keep timezone change history
3427:
3428: * src/types/pa_vdate.C: tzset() should be called in Windows after
3429: TZ change (related to feature #36)
3430:
3431: * tests/: 075.html, results/075.processed: win sync: to remove
3432: differences with OS that doesn't keep timezone change history
3433:
3434: * tests/: 315.html, results/315.processed: win sync: to remove
3435: differences with OS that doesn't keep timezone change history
3436:
3437: * tests/: 256.html, results/256.processed: win sync: to remove
3438: differences with OS that doesn't keep timezone change history
3439:
3440: * tests/: 124.html, results/124.processed: win results sync: to
3441: avoid hitting time change hole.
3442:
3443: * src/types/pa_vdate.C: static returned. :)
3444:
3445: 2015-09-22 moko
3446:
3447: * src/types/pa_vdate.C: FreeBSD 10 GPF fix (related to feature #36)
3448:
3449: * tests/results/131.processed: more tests for feature #1032
3450:
3451: * src/classes/date.C: minor fix related to feature #1032
3452:
3453: * operators.txt: ISO date creation documented (related to feature
3454: #1032)
3455:
3456: * operators.txt: iso-string documented (related to feature #1032)
3457:
3458: * tests/: 315.html, results/315.processed: more tests added
3459: (related to feature #1032)
3460:
3461: * tests/: 131.html, results/131.processed: date range checks
3462: updated (related to feature #36)
3463:
3464: * tests/: 315.html, results/057.processed, results/315.processed:
3465: test added for ISO date support (related to issue #315)
3466:
3467: * src/classes/date.C: more readable exceptions in date creation
3468: (related to ticket #1032)
3469:
3470: 2015-09-18 moko
3471:
3472: * tests/: 202.html, results/202.processed: ^date.iso-string[] check
3473: added (related to issue #1032)
3474:
3475: * tests/results/256.processed, src/classes/json.C: iso-string
3476: documented (related to issue #1032)
3477:
3478: * tests/: 256.html, results/256.processed: ISO date check added
3479: (related to issue #1032)
3480:
3481: * tests/: 057.html, results/057.processed, results/224.processed:
3482: tests results updated after ISO date support implemented (related
3483: to feature #1032)
3484:
3485: * src/: classes/date.C, classes/image.C, types/pa_value.h,
3486: types/pa_vdate.C, types/pa_vdate.h: ISO 8601 dates support added,
3487: ^date::create[string] constructor formalized, ^date.iso-string[]
3488: added (implements feature #1032)
3489:
3490: 2015-09-05 moko
3491:
3492: * operators.txt: actualized
3493:
3494: * operators.txt: date changes documented (related to ticket #36)
3495:
3496: 2015-09-04 moko
3497:
3498: * src/types/pa_vdate.C: warning war
3499:
3500: * src/: classes/op.C, types/pa_vhashfile.C: warning war
3501:
3502: 2015-09-03 moko
3503:
3504: * tests/results/096.processed: test result updated for 0..9999 year
3505: date range support (related to feature #36)
3506:
3507: * tests/: 314.html, results/314.processed: test for
3508: ^string:base64[], ^string:idna[], ^string:js-escape[] (related to
3509: bug #1031)
3510:
3511: * src/classes/string.C: Static calls fixed for ^string:base64[],
3512: ^string:idna[], ^string:js-escape[] (closes bug #1031)
3513:
1.116 moko 3514: * Makefile.am, acsite.m4, configure.ac, configure.in: Warning war:
3515: configure.in -> configure.ac
1.95 moko 3516:
1.116 moko 3517: * configure, configure.in, src/include/pa_config_auto.h.in: more
3518: correct timezone check for FreeBSD Warning war: configure.in ->
3519: configure.ac
1.95 moko 3520:
3521: * configure, configure.in, src/classes/Makefile.am,
1.116 moko 3522: src/include/pa_config_auto.h.in, src/lib/cord/Makefile.am,
3523: src/lib/gd/Makefile.am, src/lib/json/Makefile.am,
3524: src/lib/memcached/Makefile.am, src/lib/pcre/Makefile.am,
3525: src/lib/sdbm/Makefile.am, src/lib/smtp/Makefile.am,
3526: src/main/Makefile.am, src/targets/apache/Makefile.am,
3527: src/targets/cgi/Makefile.am, src/types/Makefile.am: INCLUDES ->
1.95 moko 3528: AM_CPPFLAGS (warning war) PA_DATE64 (0..9999 year date range)
3529: check added
3530:
3531: * src/types/pa_vdate.C: FreeBSD fixes + more robust code
3532:
3533: * tests/results/: 124.processed, 224.processed: test resuls updated
3534: for new date implementation (related to feature #36)
3535:
3536: * src/: classes/date.C, classes/image.C, include/pa_common.h,
3537: main/pa_common.C, types/pa_value.C, types/pa_vdate.C,
3538: types/pa_vdate.h: new double date implementation with internal
3539: support for extended 0..9999 year range, default timezone support
3540: (related to feature #36)
3541:
3542: 2015-08-28 moko
3543:
3544: * src/types/pa_vmail.C: fixed $mail:received.date calculations
3545: (fixes bug #1030)
3546:
3547: 2015-08-21 moko
3548:
3549: * src/classes/inet.C: snprintf size "bug" commented
3550:
3551: * src/main/pa_common.C: snprintf comments updated
3552:
3553: 2015-08-16 moko
3554:
3555: * src/types/: pa_vdate.C, pa_vdate.h: logic moved to pa_vdate.C
3556:
3557: 2015-08-11 moko
3558:
3559: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3560: types/pa_vclass.C, types/pa_vobject.C: hash_json_string argument
3561: can be null (fixes bug #1029)
3562:
3563: 2015-08-06 moko
3564:
1.116 moko 3565: * src/types/: Makefile.am, pa_vdate.C, pa_vdate.h, types.vcproj:
3566: pa_vdate.C added
1.95 moko 3567:
3568: 2015-08-05 moko
3569:
3570: * tests/: 313.html, results/313.processed: test for
3571: ^table.count[columns] and ^table.flip[] with nameless tables
3572: (feature #1003)
3573:
3574: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3575: max_cell added, now ^table.count[columns] and ^table.flip[] works
3576: correctly for nameless tables (implements feature #1003)
3577:
3578: 2015-08-03 moko
3579:
3580: * tests/312.html: test for ^table.append[$hash] and
3581: ^table.insert[$hash] added (related to feature #1028)
3582:
3583: * src/classes/table.C: ^table.append[$hash] and
3584: ^table.insert[$hash] now supported (implements feature #1028)
3585:
3586: * tests/: 312.html, results/312.processed: test row copy in
3587: ^table.hash[; $.type[table] ] added (related to feature #1016)
3588:
3589: * src/classes/table.C: row copy now created in ^table.hash[;
3590: $.type[table] ] (related to feature #1016)
3591:
3592: 2015-07-29 moko
3593:
3594: * tests/: 312.html, results/312.processed: test for ^table.delete[]
3595: added (related to feature #1016)
3596:
3597: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
3598: ^table.delete[] added to delete current row (related to feature
3599: 1016)
3600:
3601: 2015-07-28 moko
3602:
3603: * tests/: 312.html, results/312.processed: test for
3604: $table.column[value] and ^table.insert{row} (related to feature
3605: #1016)
3606:
3607: * src/: classes/table.C, include/pa_table.h, main/pa_table.C,
3608: types/pa_vtable.C, types/pa_vtable.h: $table.column[value] and
3609: ^table.insert{row} are now implemented (feature #1016)
3610:
3611: * src/include/pa_array.h: Optimization: bool reverse removed from
3612: append(), insert() added, memmove arguments order in remove()
3613: fixed (related to feature #1016)
3614:
3615: 2015-07-23 moko
3616:
3617: * src/classes/json.C: tainted json and empty json exception added
3618: (implements feature #1015)
3619:
3620: * tests/: 311.html, results/311.processed: empty json and tainted
3621: json exception test added (related to issue #1015)
3622:
3623: 2015-07-22 moko
3624:
3625: * tests/: 311.html, results/311.processed: test for UTF-8
3626: processing added
3627:
3628: * tests/: 311.html, results/311.processed: test for
3629: json_exception_with_source added (related to issue #394)
3630:
3631: * src/classes/json.C: json_exception_with_source added (implements
3632: feature #394)
3633:
3634: 2015-06-29 moko
3635:
3636: * src/: classes/file.C, include/pa_dir.h, main/pa_dir.C:
3637: directories are now correctly determined if _d_type == DT_UNKNOWN
3638: (closes bug #1027)
3639:
3640: 2015-06-10 moko
3641:
3642: * src/types/pa_vxnode.h: extern "C" not requred and causes build
3643: error if libxml has LIBXML_ICU_ENABLED.
3644:
3645: 2015-06-04 moko
3646:
3647: * tests/099.html: ups, reverting
3648:
3649: * tests/: 099.html, 309.html, 310.html, results/309.processed,
3650: results/310.processed: tests for $response:body[ $.file[] ] and
3651: $response:last-modified added
3652:
3653: * src/main/pa_request.C: last-modified check fixed
3654:
3655: 2015-06-03 moko
3656:
3657: * tests/: 204.html, 205.html, 293.html, results/204.processed,
3658: results/205.processed, results/293.processed: $response:headers
3659: logging added (tests for feature #1007)
3660:
3661: * src/: include/pa_common.h, include/pa_request.h,
3662: main/pa_request.C, types/pa_vmail.C, types/pa_vresponse.C:
3663: $response:headers are now in uppercase (closes feature #1007)
3664:
3665: 2015-06-02 moko
3666:
3667: * src/: include/pa_memory.h, classes/math.C: some of -pedantic
3668: build errors reverted for clang compatibility
3669:
3670: 2015-06-01 moko
3671:
3672: * src/include/pa_memory.h: -pedantic build errors fixed
3673:
3674: * src/classes/math.C: -pedantic build error fixed
3675:
3676: * src/classes/table.C: USE_STRINGSTREAM moved to the correct place
3677:
3678: 2015-05-31 moko
3679:
3680: * src/classes/table.C: USE_STRINGSTREAM optimized
3681:
3682: * src/: classes/file.C, classes/math.C, include/pa_opcode.h,
3683: include/pa_string.h, lib/json/pa_json.h, main/compile_tools.h,
3684: main/pa_charset.C, main/pa_globals.C, main/pa_string.C,
3685: types/pa_vmail.C, types/pa_vmethod_frame.C, types/pa_vregex.C,
3686: types/pa_vxnode.h: warning war (-pedantic flag)
3687:
3688: 2015-05-28 moko
3689:
3690: * tests/: 308.html, results/308.processed: test for
3691: ^table::create[$t;], etc work added (related to bug #975)
3692:
3693: * src/classes/table.C: check_option_param removed,
3694: ^table::create[$t;], etc now works (fixes bug #975)
3695:
3696: 2015-05-27 moko
3697:
3698: * src/main/pa_request.C: Invalid response filename in gcc 4.9.2
3699: (Debian jessie) fixed (closes issue #1024)
3700:
3701: * tests/Makefile: sort added as in Debian jessie list become
3702: unsorted
3703:
3704: 2015-05-18 moko
3705:
3706: * tests/: 201.html, results/201.processed: test for
3707: ^string.trim[what] feature #1022
3708:
3709: * src/classes/string.C: ^string.trim[what] now supported,
3710: implements feature #1022
3711:
3712: 2015-05-17 moko
3713:
3714: * tests/results/185.processed: test result updated as feature #1021
3715: implemented (left/right accept negative parameter)
3716:
3717: * src/classes/string.C: left/right now accept negative parameter
3718: (implements feature #1021)
3719:
3720: 2015-05-08 moko
3721:
3722: * src/classes/math.C: isalnum -> pa_isalnum
3723:
3724: * src/main/execute.C: optimization in getter-junction processing
3725: (related to issue #997)
3726:
3727: 2015-05-07 moko
3728:
3729: * tests/: 307.html, results/307.processed: test for issue #997
3730: added
3731:
3732: * src/main/execute.C: process_getter result now checked if junction
3733: returned (closes issue #997)
3734:
3735: * tests/: 305.html, results/305.processed: sort added to ignore
3736: different order
3737:
3738: * src/types/pa_vxnode.C: & now untainted in $node.nodeValue
3739: assignment (closes issue #994)
3740:
3741: * tests/: 306.html, results/306.processed: test for issue #994
3742: added
3743:
3744: * tests/: 303.html, results/303.processed: two more errors tested
3745:
3746: 2015-05-06 moko
3747:
3748: * tests/: 305.html, results/305.processed: test for name2ip &
3749: ip2name added (related to feature #992)
3750:
3751: * tests/: 303.html, 304.html, results/303.processed,
3752: results/304.processed: tests for idna conversion added (related
3753: to issue #849)
3754:
3755: 2015-05-02 moko
3756:
3757: * src/classes/inet.C: ^inet:ip2name[] and ^inet:name2ip[]
3758: implemented
3759:
3760: 2015-04-30 moko
3761:
3762: * src/main/pa_http.C: idna_host added, related to issue #849
3763:
3764: * src/main/pa_http.C: set_addr corrected, pa_idna_encode call added
3765: (related to issue #849)
3766:
3767: 2015-04-24 moko
3768:
3769: * src/types/pa_vjunction.C: warning war
3770:
3771: * src/lib/punycode/: pa_idna.h, pa_punycode.h: code style
3772: unification
3773:
3774: * src/lib/punycode/pa_idna.c: warning war
3775:
3776: 2015-04-22 moko
3777:
3778: * src/main/main.vcproj: punycode include path added
3779:
3780: * src/lib/punycode/pa_idna.c: windows compile error fixed
3781:
3782: * src/lib/punycode/pa_idna.c: warning war
3783:
3784: * parser3.sln, src/lib/punycode/punycode.vcproj: punycode windows
3785: project file added
3786:
3787: * src/lib/punycode/pa_convert_utf.c: debug compilation fix
3788:
3789: * src/include/pa_memory.h: warning war
3790:
3791: * src/: classes/string.C, include/pa_common.h, main/pa_common.C:
3792: ^string:idna[xn--...], ^string.idna[] - idna conversion support
3793: implemented (related to feature #849)
3794:
3795: * configure.in, src/main/Makefile.am,
3796: src/targets/apache/Makefile.am, src/targets/cgi/Makefile.am:
3797: libpunycode added in Unix
3798:
3799: 2015-04-21 moko
3800:
3801: * configure.in: large files support
3802:
3803: 2015-04-15 moko
3804:
3805: * src/lib/punycode/: Makefile.am, pa_convert_utf.c,
3806: pa_convert_utf.h, pa_idna.c, pa_idna.h, pa_punycode.c,
3807: pa_punycode.h: initial version for punycode/idna support library
3808: (ticket #849)
3809:
3810: 2015-04-08 moko
3811:
3812: * src/: classes/curl.C, classes/date.C, classes/file.C,
3813: classes/image.C, classes/mail.C, classes/reflection.C,
3814: classes/string.C, classes/xnode.C, include/pa_request.h,
3815: include/pa_string.h, include/pa_stylesheet_connection.h,
3816: main/compile.y, main/compile_tools.h, main/execute.C,
3817: main/pa_common.C, main/pa_request.C, main/pa_string.C,
3818: main/pa_xml_io.C, main/untaint.C, types/pa_vclass.C,
3819: types/pa_vcookie.C, types/pa_vfile.C, types/pa_vform.C,
3820: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
3821: types/pa_wwrapper.h, main/compile.tab.C: removed most of the
3822: clang compiler warnings (closes issue #1018)
3823:
3824: * src/include/pa_string.h: String::Body comparation operators with
3825: char * added (related to issue #958)
3826:
3827: 2015-04-07 moko
3828:
3829: * src/main/compile.tab.C: YYMALLOC/YYFREE defined to
3830: pa_malloc/pa_free to remove system malloc/free usage (related to
3831: issue #1018)
3832:
3833: * src/: classes/table.C, classes/xdoc.C, doc/memory.dox,
3834: include/pa_hash.h, include/pa_memory.h, lib/gd/gif.C,
3835: lib/gd/gif.h, lib/smtp/smtp.C, main/compile.y, main/pa_charset.C,
3836: main/pa_http.C, main/pa_request.C, main/pa_string.C,
3837: main/pa_xml_io.C, targets/apache/mod_parser3_core.C,
3838: types/pa_vconsole.h, types/pa_vdouble.h, types/pa_vfile.C,
3839: types/pa_vform.C, types/pa_vint.h: new(UseGC) replaced with new,
3840: malloc/strdup/free replaced with pa_ version and checks for
3841: accidental use of non-pa_ version added (related to issue #1018)
3842:
3843: 2015-04-03 moko
3844:
3845: * buildall: pcre-8.33 -> pcre-8.36
3846:
3847: * src/: main/compile.y, classes/form.C, classes/mail.C,
3848: classes/op.C, classes/string.C, main/compile.tab.C,
3849: main/compile_tools.C, main/pa_http.C, main/pa_request.C,
3850: main/pa_sql_driver_manager.C, types/pa_vfile.C,
3851: types/pa_vhashfile.C: C++11 compilation errors fixed (related to
3852: ticket #958)
3853:
3854: * src/: classes/file.C, include/pa_common.h, include/pa_sapi.h,
3855: main/pa_common.C, main/pa_http.C, main/pa_request.C,
3856: targets/apache/mod_parser3_core.C, targets/cgi/parser3.C,
3857: targets/isapi/parser3isapi.C, types/pa_venv.C, types/pa_vform.C,
3858: types/pa_vform.h, types/pa_vrequest.C, types/pa_vrequest.h:
3859: $request:headers, $request:method added (implements feature
3860: #1007)
3861:
3862: 2015-03-17 misha
3863:
3864: * tests/302.html: - test for
3865: ^json:string[...;$._default[method-name]]
3866:
3867: * src/: classes/json.C, types/pa_value.C, types/pa_value.h,
3868: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C: - if
3869: option $._default[method-name] is specified in ^json:string[], a
3870: method with specified name will be called for classes/objects
3871: serialization ( new feature: #982 )
3872:
3873: 2015-03-16 misha
3874:
3875: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
3876: main/compile_tools.h, main/execute.C, types/pa_vconsole.h,
3877: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.C,
3878: types/pa_venv.h, types/pa_vform.C, types/pa_vform.h,
3879: types/pa_vhashfile.h, types/pa_vjunction.C, types/pa_vjunction.h,
3880: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
3881: types/pa_vmemory.h, types/pa_vmethod_frame.C,
3882: types/pa_vmethod_frame.h, types/pa_vregex.C, types/pa_vrequest.C,
3883: types/pa_vrequest.h, types/pa_vstateless_class.C,
3884: types/pa_vstateless_class.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
3885: types/pa_vxnode.C, types/pa_vxnode.h: - $var.CLASS &
3886: $var.CLASS_NAME now have special opcodes. This can be switched
3887: off by commenting #define OPTIMIZE_BYTECODE_GET_ELEMENT__SPECIAL
3888: on pa_opcode.h ( new feature: #844 )
3889:
3890: 2015-03-15 misha
3891:
3892: * tests/075.html: - test for $response:header[]
3893:
3894: * src/types/pa_vresponse.C: - $response:header[] deletes header
3895: that was set earlie ( new feature: #1001 )
3896:
3897: 2015-03-12 misha
3898:
3899: * tests/246.html: - more tests for ^hash._at[]
3900:
3901: * src/: classes/hash.C, include/pa_hash.h: - ^õýø._at[...] now
3902: accepts second param [key|value|hash] ( new feature: #1012 )
3903:
3904: 2015-03-09 moko
3905:
3906: * src/types/pa_vmail.C: exception for everything but
3907: $mail:received, closes issue #1011
3908:
3909: 2015-02-20 moko
3910:
3911: * tests/: 275.html, results/275.processed: hex detection in
3912: pa_atoui fix test (closes issue #1010)
3913:
3914: * src/main/pa_string.C: hex detection in pa_atoui fixed (closes
3915: issue #1010)
3916:
3917: 2015-02-17 moko
3918:
3919: * src/types/pa_vmail.C: closes issue #1009 - mail content should be
3920: tainted.
3921:
3922: 2015-02-03 misha
3923:
3924: * tests/301.html: - test for ^json:string($double) causes
3925: exception. bugfix: #1008
3926:
3927: * src/classes/json.C: - ^json:string($double) causes exception.
3928: bugfix: #1008
3929:
3930: * tests/014.html: - updated for work with ^hash.delete[]
3931:
3932: 2015-01-12 misha
3933:
3934: * src/: classes/form.C, include/pa_common.h,
3935: include/pa_request_info.h, main/pa_common.C, types/pa_vform.C,
3936: types/pa_vform.h: - supports body with PUT method as well ( new
3937: feature: #1006 )
3938:
3939: * src/classes/file.C: - warnings war
3940:
3941: 2015-01-11 misha
3942:
3943: * tests/300.html: - test for ^hash.delete[] is added
3944:
3945: * src/classes/hash.C: - ^hash.delete[] clear all hash ( new
3946: feature: #989 ) - tiny optimization in intersects
3947:
3948: 2015-01-06 moko
3949:
3950: * src/types/pa_vmail.C: file names transcode added, to and cc added
3951: with transcode, attachments detection fixed
3952:
3953: * src/main/pa_request.C: filling mail received after cgi/auto.p
3954: load to allow charset switch (related to issue #996)
3955:
3956: 2014-12-31 moko
3957:
3958: * src/types/pa_vmail.C: from and subject now transcoded if not
3959: UTF-8 source charset (fixes issue 996)
3960:
3961: * src/main/pa_exception.C: fixed string from stack bug (closes
3962: issue #1000)
3963:
3964: 2014-12-11 misha
3965:
3966: * src/types/pa_vhashfile.C: - check if key is not empty before
3967: access ( bug fix: #1005 )
3968:
3969: 2014-11-13 misha
3970:
3971: * src/main/compile.y: - PC.append does not reset to false while
3972: creating a new class. bugfix: #990
3973:
3974: * tests/299.html: - test for creation class after working with
3975: partial class (create+append)
3976:
3977: * src/types/pa_vobject.C: - @GET[def] always returns true. bugfix:
3978: #995
3979:
3980: * tests/232.html: - test for @get[def] added
3981:
3982: 2014-10-12 moko
3983:
3984: * src/lib/pcre/pcre_internal.vcproj: correct path
3985:
3986: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
3987: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
3988: lib/pcre/pcre_internal.vcproj, main/main.vcproj,
3989: targets/apache/ApacheModuleParser3.vcproj,
3990: targets/apache/ApacheModuleParser3Core.vcproj,
3991: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
3992: types/types.vcproj: project GUID inserted in *.vcproj for correct
3993: conversion in newer VS versions
3994:
3995: * parser3.sln, src/lib/pcre/pcre_internal.vcproj:
3996: pcre_internal.vcproj added
3997:
3998: 2014-08-28 moko
3999:
4000: * src/lib/pcre/: Makefile.am, pa_pcre_chartables.c,
4001: pa_pcre_internal.h, pa_pcre_valid_utf8.c: _pcre_default_tables
4002: and pcre_valid_utf are copied to parser3 code (fixes issue #991)
4003:
4004: 2014-06-30 misha
4005:
4006: * tests/298.html: - tests for ^reflection:def[class;className]
4007: added
4008:
4009: * src/classes/reflection.C: - ^reflection:def[class;className]
4010: added ( new feature: #918 )
4011:
4012: 2014-06-29 misha
4013:
4014: * src/classes/table.C: - ^table::create[unsupported data] -
4015: exception comment changed to "body must be table or code" ( bug
4016: fix: #951 )
4017:
4018: * tests/: 261.html, results/261.processed: - tests for
4019: ^json:string[...;$.void[null|string]] added
4020:
4021: * src/: classes/json.C, types/pa_value.h, types/pa_vvoid.h: - new
4022: option $.void[string|null] added to ^json:string[...] ( new
4023: feature: #952 )
4024:
4025: 2014-06-28 moko
4026:
4027: * src/classes/curl.C: $.charset now processed before other curl
4028: options (closes issue #980)
4029:
4030: 2014-05-23 misha
4031:
4032: * src/classes/json.C: - bug fix: #987
4033:
4034: 2014-05-04 misha
4035:
4036: * tests/: 253.html, 253_json.txt: - test for
4037: ^json:parse[$.int(false)] is added
4038:
4039: * src/classes/json.C: - To ^json:parse[] added option $.int(bool,
4040: default true). The option is similar to $.double(bool) but for
4041: integers.
4042:
4043: 2014-05-01 moko
4044:
4045: * src/classes/file.C: "PARSER_VERSION" -> PARSER_VERSION ( bugfix:
4046: #12 )
4047:
4048: 2014-04-16 moko
4049:
4050: * src/main/pa_http.C: response-charset option should finally work
4051: now (fix for issue #867)
4052:
4053: * src/main/pa_http.C: response-charset option should work now (fix
4054: for issue #867)
4055:
4056: 2014-03-07 moko
4057:
4058: * buildall: libgc moved
4059:
4060: * buildall: libgc moved
4061:
4062: 2013-12-29 moko
4063:
4064: * src/classes/string.C: ^string:js-unescape result now tainted,
4065: closes issue #966
4066:
4067: * tests/: 186.html, results/186.processed: ^string:js-unescape
4068: result now tainted, issue #966
4069:
4070: 2013-12-03 moko
4071:
4072: * src/: classes/memcached.C, types/pa_vmemcached.C,
4073: types/pa_vmemcached.h: memcached open $.skip-connect(true|false)
4074: option was added for http://www.parser.ru/forum/?id=79343
4075:
4076: * src/classes/file.C: bugfix for
4077: http://www.parser.ru/forum/?id=79337
4078:
4079: 2013-11-05 moko
4080:
4081: * configure.in, src/include/pa_version.h: 3.4.3 -> 3.4.4b
4082:
4083: * src/main/pa_globals.C: spelling fixed
4084:
4085: 2013-10-29 moko
4086:
4087: * src/lib/json/json.vcproj: json.c -> pa_json.C
4088:
4089: * src/lib/json/pa_json.C: C++ compatibility addes, related to issue
4090: #892
4091:
4092: * src/: classes/json.C, lib/json/Makefile.am, lib/json/json.c,
4093: lib/json/json.h, lib/json/pa_json.C: json.c -> pa_json.C (for
4094: exceptions to be thrown thougth json library), related to issue
4095: #892
4096:
4097: * src/main/pa_charset.C: avoid compilation bug in Debian 6.0.8 x32,
4098: related to issue #896
4099:
4100: 2013-10-24 moko
4101:
4102: * configure.in, src/include/pa_version.h: 3.4.3rc -> 3.4.3
4103:
4104: 2013-10-23 moko
4105:
4106: * README: actualization
4107:
4108: 2013-10-22 moko
4109:
4110: * src/targets/apache/mod_parser3.c: Adopted apache 2.4
4111: compatibility patch from Sergey Kirpichev
4112:
4113: * tests/: 297.html, results/297.processed: non-working getter fix
4114: test for issue #948
4115:
4116: * src/: include/pa_request.h, main/pa_request.C: Now getter is not
4117: called when saving value of $match variable in ^string.match[] to
4118: increase compatibility (related to issue #948).
4119:
4120: * src/: include/pa_request.h, targets/cgi/parser3.C: minor header
4121: usage optimization
4122:
4123: 2013-10-21 moko
4124:
4125: * tests/: 182.html, results/182.processed: local path removed for
4126: compatibility
4127:
4128: * tests/: 244.html, 253.html, 254.html, 275.html, 281.html,
4129: results/244.processed, results/253.processed,
4130: results/254.processed, results/275.processed,
4131: results/281.processed: try_catch -> try-catch
4132:
4133: * tests/: 288.html, 294.html, 296.html, results/288.processed,
4134: results/294.processed, results/296.processed: try_catch ->
4135: try-catch
4136:
4137: 2013-10-20 moko
4138:
4139: * tests/: 296.html, results/296.processed: test for xsl exception
4140: for issue #938 added.
4141:
4142: * src/: include/pa_xml_exception.h,
4143: main/pa_stylesheet_connection.C: forgotten to be replaced
4144: XmlException is now replaced (once again closes issue #938)
4145:
4146: 2013-10-18 moko
4147:
4148: * buildall: disable clock_gettime detection to avoid librt linking
4149: (which in turn depends on libpthread), related to issue #943
4150:
4151: 2013-10-18 misha
4152:
4153: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
4154: lib/smtp/smtp.vcproj, main/main.vcproj,
4155: targets/apache/ApacheModuleParser3Core.vcproj,
4156: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
4157: types/types.vcproj: - new locations for libxml2 includes where
4158: added to vcproj files
4159:
4160: 2013-10-18 moko
4161:
4162: * src/classes/: hashfile.C, op.C: hopefully last part of issue #948
4163: fix
4164:
4165: * tests/: 295.html, results/295.processed: test for issue #948
4166: updated
4167:
4168: * src/classes/table.C: hopefully last lost part for issue #948 fix.
4169: :)
4170:
4171: * tests/: 295.html, results/295.processed: test for issue #948
4172: added
4173:
4174: * src/: classes/hash.C, classes/string.C, classes/table.C,
4175: include/pa_request.h, types/pa_method.h: for getters and setters
4176: to be executed request.put_element should be called, not
4177: context.put_element (fixes issue #948)
4178:
4179: 2013-10-17 moko
4180:
4181: * src/classes/xdoc.C: libxml 2.9.1 compatibility with define
4182: LIBXML2_NEW_BUFFER check (closes issue #943)
4183:
4184: * buildall: libxml 2.9.1 build is broken --without-reader.
4185:
4186: 2013-10-16 moko
4187:
4188: * configure.in, src/include/pa_version.h: 3.4.3b -> 3.4.3rc
4189:
4190: * tests/: 294.html, results/294.processed: test for issue #938
4191:
4192: * src/: classes/xdoc.C, classes/xnode.C,
4193: include/pa_xml_exception.h, main/pa_xml_exception.C: XmlException
4194: now calls fixUTF8 if source charset is UTF-8 (closes issue #938)
4195:
4196: * buildall: pcre-8.30 -> pcre-8.33 libxml2-2.8.0 -> libxml2-2.9.1
4197: libxslt-1.1.26 -> libxslt-1.1.28
4198:
4199: * src/: include/pa_charset.h, lib/pcre/pa_pcre_internal.h,
4200: main/pa_charset.C: fixUTF8 method added to replace invalid UTF-8
4201: to '?', related to issue #938
4202:
4203: 2013-10-15 moko
4204:
4205: * src/: include/pa_common.h, main/pa_charset.C, main/pa_common.C,
4206: main/untaint.C: json chars 0x01-0x1F now are escaped as \u00XX,
4207: minor optimizations (closes issue #896)
4208:
4209: * tests/results/: 292.processed, 293.processed: results updated to
4210: comply with issue #896
4211:
4212: * tests/: 292.html, 293.html, results/292.processed,
4213: results/293.processed: tests for json escaping
4214:
4215: 2013-10-14 moko
4216:
4217: * src/: include/pa_common.h, main/pa_common.C: minor rearrangements
4218: and cleanup, code moved from .h to .C, no changes in code
4219:
4220: 2013-10-12 moko
4221:
4222: * tests/results/119.processed: updated test result commited
4223:
4224: * tests/: 291.html, results/291.processed: test for issue #894
4225: added
4226:
4227: * src/types/pa_wcontext.h: base methods call support function
4228: get_somebody_entered_some_class should not be true forever, as
4229: wcontext can have many get_elements calls (fixes issue #894)
4230:
4231: 2013-10-11 moko
4232:
4233: * tests/: 290.html, results/290.processed: test for junction GPF
4234: issue #942 added
4235:
4236: * src/types/pa_vmethod_frame.h: GPF if method junctions is passed
4237: to native method fixed (closes issue #942)
4238:
4239: * tests/: 158.html, results/158.processed: test for csv-string[]
4240: added
4241:
4242: * src/classes/table.C: minor fixes for table.csv-string[] (closes
4243: feature #907)
4244:
4245: * src/classes/table.C: ^table.csv-string[] from misha@ (implements
4246: feature #907)
4247:
4248: 2013-10-09 moko
4249:
4250: * src/: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
4251: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
4252: types/pa_vstateless_class.C: GET_default, SET_default now works
4253: properly not only in objects, but in classes as well (closes
4254: issue #903)
4255:
4256: * tests/: 289.html, results/289.processed: GET/SET_default now
4257: works in classes, not only objects, test case added, related to
4258: issue #903
4259:
4260: * tests/: 288.html, results/288.processed: test for endless
4261: recursion bug added (related to issue #903)
4262:
4263: 2013-10-05 moko
4264:
4265: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
4266: classes/table.C, main/execute.C, types/pa_method.h,
4267: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
4268: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
4269: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
4270: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmemcached.C,
4271: types/pa_vmemcached.h, types/pa_vmethod_frame.h,
4272: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
4273: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
4274: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
4275: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
4276: optimization: put_element no longer has "bool areplace" argument,
4277: related to issue #903
4278:
4279: 2013-10-03 moko
4280:
4281: * tests/results/182.processed: result for $.replace(false) test
4282: commited
4283:
4284: * src/classes/date.C: ^date::create(number) processed correctly
4285: (fixes issue #901)
4286:
4287: * src/classes/image.C: as_no_junction removed, as param can be
4288: expression (closes issue #931)
4289:
4290: * tests/233.html: test for issue #931 added
4291:
4292: 2013-10-02 moko
4293:
4294: * tests/: 182.html, 182_dir/a5.p: test for $.replace(true)
4295: modified, test for $.replace(false) added
4296:
4297: * src/main/compile_tools.h: forgotten class replace returned. :)
4298:
4299: 2013-09-30 moko
4300:
4301: * tests/: 141.html, results/141.processed: md5 tainting test added
4302:
4303: * src/: classes/op.C, include/pa_request.h, main/compile.y,
4304: main/compile_tools.h, main/pa_request.C: allow_class_replace
4305: implemented; $.replace option added to ^process and ^use
4306:
4307: 2013-08-27 moko
4308:
4309: * src/classes/: file.C, json.C, math.C, string.C, xdoc.C:
4310: cstr_to_string_body_untaint should be called with charsets for
4311: possible uri language and connection for possible sql language.
4312: related to issue #857
4313:
4314: * buildall: and -> or fixed
4315:
4316: 2013-08-26 moko
4317:
4318: * buildall: prepare_ functions logic changed to support
4319: gc-7.2d.tar.gz extracting to gc-7.2 directory
4320:
4321: 2013-08-23 moko
4322:
4323: * src/include/pa_config_fixed.h: gc and xml libs are now linked
4324: statically
4325:
4326: 2013-08-22 moko
4327:
4328: * src/classes/string.C: String::Empty used (related to issue #912)
4329: append_know_length removed (related to old GPF bug)
4330:
4331: 2013-08-21 moko
4332:
4333: * src/classes/math.C: untaint(L_AS_IS) added for md5 and sha1
4334:
4335: * src/classes/math.C: ^math:digest[...;$file] support added
4336: (related to ticket #857
4337:
4338: * tests/: 141.html, results/141.processed: ^math:digest[...;$file]
4339: implemented
4340:
4341: * src/types/pa_vhashfile.h: warning war
4342:
4343: * src/: classes/json.C, classes/op.C, include/pa_hash.h,
4344: include/pa_request.h, main/pa_request.C, types/pa_value.h:
4345: anti_endless_json_string_recoursion removed from request;
4346: json_string_recoursion added to json_options; $.indent[indent
4347: value] now supported and passed within recoursion closes feature
4348: #937
4349:
4350: * tests/: 287.html, results/287.processed: test for feature #937
4351:
4352: 2013-07-31 moko
4353:
4354: * src/lib/json/: json.c, pa_json.C: STATE__X -> STATE_XX for cygwin
4355: compilation having #define _S
4356:
4357: * src/main/pa_globals.C: cleanup
4358:
4359: 2013-07-30 moko
4360:
4361: * src/: classes/table.C, include/pa_common.h, main/pa_charset.C,
4362: main/pa_common.C: vs2003 warning war
4363:
4364: * src/lib/json/: json.c, pa_json.C: vs2003 warning war
4365:
4366: * src/lib/json/: json.c, pa_json.C: vs2003 compilation fix
4367:
4368: * src/lib/md5/pa_sha2.c: warning war
4369:
4370: 2013-07-29 moko
4371:
4372: * src/lib/json/: json.c, json.h, pa_json.C, pa_json.h: some libjson
4373: patches from github
4374:
4375: * src/: classes/bool.C, classes/double.C, classes/int.C,
4376: classes/memcached.C, include/pa_config_includes.h,
4377: types/pa_vfile.C, types/pa_vfile.h: warning war
4378:
4379: * src/lib/json/json.vcproj: C++ -> C
4380:
4381: * src/lib/json/: json.c, pa_json.C: C++ warning revert
4382:
4383: * src/lib/json/: json.c, pa_json.C: windows compatibility
4384:
4385: * src/lib/json/: json.c, pa_json.C: windows compatibility
4386:
4387: * src/lib/json/: json.c, pa_json.C: warning war
4388:
4389: * src/lib/json/: json.c, pa_json.C: win32 compilation issues fixes
4390:
4391: * src/include/pa_config_fixed.h: uint16_t added
4392:
4393: * configure.in: uint16_t check added
4394:
4395: * src/: classes/json.C, lib/json/JSON_parser.C,
1.116 moko 4396: lib/json/JSON_parser.h, lib/json/Makefile.am, lib/json/json.c,
4397: lib/json/json.h, lib/json/json.vcproj, lib/json/pa_json.C,
4398: lib/json/pa_json.h: JSON_parser with non-free licence is replaced
4399: with similar GPL licenced libjson (fixes issue #892)
1.95 moko 4400:
4401: 2013-07-25 moko
4402:
4403: * parser3.sln: dependencies added
4404:
4405: * parser3.sln, src/targets/apache/ApacheModuleParser3.vcproj,
4406: src/targets/apache/ApacheModuleParser3Core.vcproj: win32 apache
4407: module support
4408:
4409: * src/targets/apache/mod_parser3_core.C: win32 cleanup
4410:
4411: * src/targets/apache/mod_parser3.c: win32 apache 2.2 module
4412:
4413: 2013-07-23 moko
4414:
4415: * src/: include/pa_memory.h, main/pa_memory.C: non-working
4416: PA_DEBUG_GC_MEMORY removed
4417:
4418: * src/: main/pa_globals.C, targets/cgi/parser3.C:
4419: PA_DEBUG_DISABLE_GC compilation fix
4420:
4421: * src/: classes/op.C, classes/table.C, include/pa_request.h,
4422: main/pa_request.C: outdated RESOURCES_DEBUG removed
4423:
4424: * src/: main/pa_os.C, targets/cgi/parser3.C: headers cleanup,
4425: garbage cleanup
4426:
4427: * src/main/pa_common.C: warning war
4428:
4429: * src/: include/pa_http.h, main/pa_http.C: headers cleanup
4430:
4431: * src/: include/pa_common.h, main/pa_common.C: WIN32 -> _MSC_VER,
4432: minor cleanup
4433:
4434: * src/: include/pa_dir.h, main/pa_dir.C: loaddir under cygwin now
4435: uses cygwin, not WIN32 implementation
4436:
4437: * src/main/pa_exec.C: WIN32 -> _MSC_VER, under cygwin unix exec is
4438: able to exec shell scripts
4439:
4440: * src/classes/math.C: ifdef WIN32 cleanup
4441:
4442: * src/types/pa_vmemcached.C: LT_MODULE_EXT used
4443:
4444: * src/classes/curl.C: LT_MODULE_EXT used
4445:
4446: * src/include/pa_config_fixed.h: LT_MODULE_EXT defined
4447:
4448: 2013-07-22 moko
4449:
4450: * src/include/: pa_config_fixed.h, pa_config_includes.h: win32
4451: includes fix
4452:
4453: * src/: main/pa_common.C, targets/cgi/parser3.C: includes cleanup
4454:
4455: * configure.in, src/include/pa_config_includes.h,
4456: src/lib/smtp/comms.C, src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
4457: src/main/pa_exec.C: includes cleanup
4458:
4459: * src/targets/cgi/parser3.C: 2012->2013
4460:
4461: * src/include/pa_version.h: 3.4.2 -> 3.4.3b
4462:
4463: * configure.in, src/include/pa_config_includes.h,
4464: src/include/pa_http.h, src/lib/json/JSON_parser.h,
4465: src/main/pa_random.C, src/main/pa_socks.C,
4466: src/types/pa_vstatus.C: cygwin support cleanup
4467:
4468: * configure.in: dirent.h check added
4469:
4470: * src/: include/pa_config_includes.h, include/pa_dir.h,
4471: main/pa_dir.C: includes cleanup, dirent.h check added filePath
4472: not copied
4473:
4474: 2013-07-21 moko
4475:
4476: * src/lib/cord/cord.vcproj: unused cordprnt.c removed
4477:
4478: * src/targets/cgi/: Makefile.am, getopt.c, getopt.h,
4479: parser3.vcproj: unused getopt.h / getopt.c removed
4480:
4481: * operators.txt, src/classes/file.C, tests/022.html,
4482: tests/results/022.processed: ^file:list[path][$.filter[regexp]
4483: $.stat(true)] usage commented
4484:
4485: * configure.in, src/classes/file.C, src/include/pa_dir.h,
4486: src/main/pa_dir.C: ^file:list[] now has dir column and when
4487: $.stat(true) it has size/*date columns modified patch from misha@
4488: that closes issue #914.
4489:
4490: * src/: include/pa_config_includes.h, main/pa_globals.C:
4491: PA_RELEASE_ASSERTS removed
4492:
4493: * src/lib/md5/pa_md5c.c: minor cleanup
4494:
4495: * src/lib/json/: JSON_parser.C, JSON_parser.h: headers cleanup,
4496: localeconv()->decimal_point usage remoed (related to issue #934)
4497:
4498: * src/lib/cord/: Makefile.am, cordprnt.c, include/cord.h: unused
4499: cordprnt.c removed
4500:
4501: * src/lib/sdbm/: sdbm.c, sdbm_pair.c, pa-include/pa_apr.h,
4502: pa-include/pa_errno.h, pa-include/pa_file_io.h,
4503: pa-include/pa_strings.h: includes cleanup
4504:
4505: * src/lib/md5/pa_md5c.c: headers cleanup
4506:
4507: 2013-07-20 moko
4508:
4509: * src/lib/cord/: cordbscs.c, cordprnt.c, cordxtra.c: includes
4510: cleanup
4511:
4512: 2013-07-19 moko
4513:
4514: * src/classes/math.C: extern "C" added for crypt
4515:
4516: 2013-07-18 moko
4517:
4518: * src/classes/math.C: fix redhat7.2 build
4519:
4520: 2013-07-17 moko
4521:
4522: * configure.in, src/include/pa_config_includes.h,
4523: src/include/pa_config_fixed.h: headers actualized (inttypes.h
4524: added for uint8/32/64_t)
4525:
4526: * src/lib/md5/: pa_md5.h, pa_md5c.c, pa_sha2.c, pa_sha2.h:
4527: pa_config_includes.h used for uint32/64_t
4528:
4529: 2013-07-16 moko
4530:
4531: * src/: include/pa_string.h, main/pa_string.C, types/pa_vform.C,
4532: types/pa_vform.h, types/pa_vobject.C, types/pa_vobject.h: warning
4533: war
4534:
4535: * src/main/compile.tab.C: compile.y was updated
4536:
4537: * src/main/compile.y: warning war
4538:
4539: * src/: include/pa_exception.h, main/pa_exception.C,
4540: main/pa_xml_exception.C: warning war
4541:
4542: * src/: include/pa_common.h, main/pa_common.C: warning war
4543:
4544: * configure.in: beauty :)
4545:
4546: * tests/: 141.html, results/141.processed: sha256/512 added
4547:
4548: 2013-07-13 moko
4549:
4550: * src/lib/md5/md5.vcproj: sha2 added
4551:
4552: * src/: lib/md5/pa_sha2.c, lib/md5/pa_sha2.h, lib/md5/Makefile.am,
4553: classes/math.C: sha2 support (sha256/sha512 digest)
4554:
4555: 2013-07-08 moko
4556:
4557: * src/classes/image.C: directory read or other read problem message
4558: fixed (related to issue #933)
4559:
4560: 2013-07-07 moko
4561:
4562: * AUTHORS: + misha + moko. :)
4563:
4564: 2013-07-06 moko
4565:
4566: * src/: classes/curl.C, include/pa_globals.h,
4567: include/pa_sql_driver_manager.h, lib/memcached/pa_memcached.C,
4568: main/pa_globals.C, main/pa_sql_driver_manager.C: pa_dlinit added
4569: for lt_dlinit to be called once and lt_dlexit called at right
4570: place (related to issue #925)
4571:
4572: 2013-07-04 moko
4573:
4574: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstring.C:
4575: VString::as_vfile now uses vfile.set_binary_string to avoid
4576: content-type to be set, as it brokes badly designed logic in
4577: response output. This hopefully finishes issue #928.
4578:
4579: * tests/results/: 256.processed, 286.processed: file now displayed
4580: as name, size, mode, content-type
4581:
4582: * src/main/pa_common.C: read error now reported cottectly (fixes
4583: issue #933
4584:
4585: 2013-06-28 moko
4586:
4587: * tests/: 286.html, results/286.processed: test extended
4588:
4589: * tests/: 286.html, results/286.processed: Test for issue #928
4590: added. it tests default content-type change.
4591:
4592: * src/types/pa_vfile.C: closes issue #928 - default content-type
4593: now updated
4594:
4595: 2013-06-25 moko
4596:
4597: * src/: classes/file.C, types/pa_vfile.C, types/pa_vfile.h: default
4598: content-type for text/binary files without name added;
4599: ^file::create[$f;...] options now works properly and $f
4600: properties are default (fixes issue #928)
4601:
4602: 2013-05-16 misha
4603:
4604: * src/include/pa_opcode.h: - define for OBJECT_POOL optimisation is
4605: added
4606:
4607: * src/main/pa_table.C: - a tiny memory optimisation while creating
4608: table if specified limit is bigger than source rows count
4609:
4610: * src/classes/table.C: - ^table.foreach[k;v]{code}[separator] is
4611: added ( new feature: #858 )
4612:
4613: 2013-04-29 moko
4614:
4615: * src/classes/curl.C: CURL_IPRESOLVE_V4 now set by default,
4616: $.ipresolve(0|1|2) added (closes issue #891)
4617:
4618: * src/lib/curl/curl.h: CURL_IPRESOLVE added
4619:
4620: 2013-04-24 moko
4621:
4622: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4623: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
4624: types/pa_vmemcached.h: ^memcache.release[] added, calls
4625: memcached_quit (refs #893)
4626:
4627: 2013-04-22 moko
4628:
4629: * src/: include/pa_string.h, main/pa_common.C: no more double
4630: slashes in file path (fixes bug #872)
4631:
4632: * src/: classes/curl.C, lib/curl/curl.h: minor fixes related to
4633: CURLOPT_ENCODING renamed into CURLOPT_ACCEPT_ENCODING (issue
4634: #739)
4635:
4636: * tests/results/266.processed: $.max_params added (feature #915)
4637:
4638: * src/: include/pa_common.h, main/pa_http.C: response-charset
4639: option added to file::load (closes issue #867)
4640:
4641: 2013-04-20 misha
4642:
4643: * src/classes/curl.C: - forgotten CURL_ACCEPT_ENCODING option is
4644: commited
4645:
4646: 2013-03-15 misha
4647:
4648: * src/classes/: hash.C, table.C: - Optimisation: do not create
4649: multiple empty strings while ::sql. uae String::Empty instead
4650:
4651: 2013-03-14 misha
4652:
4653: * src/classes/reflection.C: - for user classes
4654: ^reflection:method_info[] returns $.max_params and $.extra_param
4655: with $.call_type if they available ( new feature: #915 )
4656:
4657: * src/classes/file.C: - ^file:delete[] now supports an option
4658: $.exception(false) that suppress any exception while deleting
4659: file ( new feature: #916 )
4660:
4661: * src/classes/curl.C: - parsing cookies after curl:load now should
4662: work :)
4663:
4664: 2013-03-12 misha
4665:
4666: * src/types/pa_vfile.C: - if specified file_name is empty string
4667: set default name for the file
4668:
4669: 2013-03-11 misha
4670:
4671: * src/classes/curl.C: - after $f[^curl:load[...]] the cookies are
4672: also available in $f.cookies
4673:
4674: * src/: include/pa_http.h, main/pa_http.C: - parsing cookies is
4675: moved to a separate method
4676:
4677: 2013-03-10 moko
4678:
4679: * src/include/pa_config_fixed.h: typedef unsigned int uint32_t
4680: added
4681:
4682: * src/lib/memcached/pa_memcached.h: typedef unsigned int uint32_t
4683: removed (declared by autoconf)
4684:
4685: * configure.in: AC_TYPE_SSIZE_T, AC_TYPE_UINT32_T added for
4686: uint32_t define
4687:
4688: 2013-03-10 misha
4689:
4690: * src/classes/file.C: ^file:delete and ^file:move now support
4691: option $.keep-empty-dirs(true) ( new feature: #884 )
4692:
4693: * src/: include/pa_common.h, main/pa_common.C: - option for keeping
4694: empty dirs is added
4695:
4696: 2013-03-10 moko
4697:
4698: * src/classes/: bool.C, double.C, int.C: default can be present,
4699: but default check removed from ^int/double/bool.int/double/bool
4700: for string.int/double/bool compatibility (related to issue #913)
4701:
4702: * src/classes/string.C: ^string.int/dobule/bool no longer
4703: internally throws exception if default is present (closes issue
4704: #913)
4705:
4706: 2013-03-09 misha
4707:
4708: * src/types/: pa_vhash.h, pa_vregex.h, pa_vtable.h: - tiny
4709: optimisations ( #845 )
4710:
4711: * src/types/pa_venv.C: - added $env:fields ( new feature: #906 )
4712:
4713: 2013-03-08 moko
4714:
4715: * src/main/pa_http.C: GPF on ^cookies:save fixed, $file.cookies now
4716: creates correct table (fixes issue #910)
4717:
4718: * src/classes/op.C: r.connection() -> r.connection(false) to allow
4719: use outside of 'connect' operator (fixes issue #911)
4720:
4721: * tests/results/: 096.processed, 122.processed: test results
4722: updated as doubles now printed with 15 significant digits, not 5
4723: (fixes issue #882)
4724:
4725: * src/types/pa_vdouble.h: %.15g now used to format doubles instead
4726: of broken has_frac() ? "%g": "%.0f" logic (fixes issue #882)
4727:
4728: 2013-02-21 moko
4729:
4730: * src/classes/table.C: _locate_name_value does not check arguments
4731: count, so we check it in advance (fixes issue #905)
4732:
4733: 2012-10-23 moko
4734:
4735: * buildall: old shell for and echo compatibility (for six)
4736:
4737: 2012-10-19 moko
4738:
4739: * buildall: --strip added --disable-safe-mode listed in usage
4740:
4741: 2012-10-17 misha
4742:
4743: * src/classes/op.C: - apply-taint should not throw "outside
4744: connect" exception with sql lang now
4745:
4746: 2012-10-17 moko
4747:
4748: * src/main/pa_request.C: bugfix: safe mode should be inited for
4749: each request (for apache module)
4750:
4751: 2012-09-26 moko
4752:
4753: * src/doc/doxygen.cfg: png -> svg
4754:
4755: 2012-09-25 moko
4756:
4757: * tests/: 141.html, results/141.processed: md5 hmac added, long key
4758: test added
4759:
4760: * src/classes/math.C: HMAC for MD5 added, bugfix for tempdigest
4761: double use when key is long
4762:
4763: 2012-09-16 moko
4764:
4765: * src/classes/math.C: Format -> Method Encode -> Format
4766:
4767: * tests/: 141.html, results/141.processed: math:digest hmac test
4768: added
4769:
4770: 2012-09-14 moko
4771:
4772: * src/classes/math.C: SHA1ReadDigest added and used in ^sha1.
4773: ^digest[sha1|md5;data; $.encode[base64|hex] $.hmac[key]] basic
4774: implementation added
4775:
4776: 2012-09-12 moko
4777:
4778: * src/doc/: doxygen.cfg, footer.htm, index.dox, string.dox,
4779: targets.dox: doxygen.cfg and footer.htm updated for doxygen 1.7.3
4780: targets.dox and string.dox slightly actualized
4781:
4782: 2012-08-31 moko
4783:
4784: * ChangeLog: now generated with patched cvs2cl.pl
4785:
4786: 2012-07-29 moko
4787:
4788: * tests/285.html, src/main/execute.C, tests/results/285.processed:
4789: result should be pushed after VMethodFrame destructor is called,
4790: as it deletes junctions from stack params (fixes issue #868)
4791:
4792: 2012-07-23 moko
4793:
4794: * INSTALL, README: buildall script usage documented, other outdated
4795: info updated.
4796:
4797: * buildall-with-xml, buildall-without-xml: replaced by buildall
4798:
4799: 2012-07-21 moko
4800:
4801: * buildall: glib does not compile when threads are disabled...
4802:
4803: * src/types/pa_vmail.C: g_assertion fixes for empty input
4804:
4805: * src/types/pa_vmail.C: yet another fix (strange GPF on object
4806: unref, can't unref nested objects)
4807:
4808: * src/types/pa_vmail.C: another check added
4809:
4810: 2012-07-19 moko
4811:
4812: * buildall: usage added
4813:
4814: * buildall: new buildall script that unites buildall-with-xml,
4815: buildall-without-xml, --with-apache and --with-mailreceive
4816:
4817: * configure.in: support for static gmime and dynamic glib linking.
4818: fixes for FreeBSD
4819:
4820: 2012-07-17 moko
4821:
4822: * configure.in: --with-mailreceive replaced
4823: --with-static-mailreceive and --with-shared-mailreceive pathlink
4824: removed
4825:
4826: 2012-07-16 moko
4827:
4828: * src/types/pa_vmail.C: updated to work gmime 2.6, headers now
4829: capitalized, content now decoded and text content converted to
4830: $request:charset. all properties are accessed by functions, this
4831: ready for dynamic load.
4832:
4833: 2012-06-28 moko
4834:
1.116 moko 4835: * src/targets/apache/Makefile.am: fix for apache cflags for Linux
4836: 32 bit
1.95 moko 4837:
4838: 2012-06-27 moko
4839:
4840: * buildall-with-xml, buildall-without-xml: fetch requires -p for
4841: passive ftp
4842:
4843: * src/lib/ltdl/ltdl.vcproj: release build fixed
4844:
4845: * configure.in: 3.4.2 RC -> 3.4.2
4846:
4847: 2012-06-22 moko
4848:
4849: * src/types/pa_vfile.C: returned empty mode to stated files (issue
4850: #815)
4851:
4852: * tests/: 284.html, results/284.processed: output options test
4853: (feature #265)
4854:
4855: 2012-06-22 misha
4856:
4857: * tests/215.html: - little changes
4858:
4859: 2012-06-21 moko
4860:
4861: * src/: classes/json.C, classes/xdoc.C, types/pa_vxdoc.C,
4862: types/pa_vxdoc.h: output_options returned and used (bugfix for
4863: feature #265)
4864:
4865: * buildall-with-xml, buildall-without-xml: --with-match-limit=10000
4866: breaks long .*, default 10M restored. (issue #216)
4867:
4868: * tests/: 283.html, results/283.processed: test for issue #815
4869: added
4870:
4871: * src/types/: pa_vfile.C, pa_vstring.C: bugfix: ^#0D not altered
4872: again, cstrm not required.
4873:
4874: * src/lib/ltdl/: argz.c, ltdl.c, libltdl/lt__glibc.h: fixes for
4875: Win32 and broken FreeBSD (issue #45)
4876:
4877: * src/lib/ltdl/ltdl.vcproj: preopen.c and config.h removed
4878:
4879: * src/main/pa_string.C: warnings war
4880:
4881: * src/: classes/mail.C, include/pa_dir.h, include/pa_http.h,
4882: lib/json/JSON_parser.h, lib/smtp/smtp.h, main/pa_random.C,
4883: main/pa_socks.C, targets/apache/pa_threads.C,
4884: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
4885: types/pa_vstatus.C: compilation under cygwin fixed
4886:
4887: 2012-06-19 moko
4888:
4889: * src/lib/ltdl/: config_fixed.h, ltdl.vcproj: compilation under
4890: Windows fixed
4891:
4892: * parser3.sln: removed antique pcre_ctype
4893:
4894: * src/include/pa_config_fixed.h: required for INT_MAX / UINT_MAX
4895:
4896: * src/include/pa_config_fixed.h: undefined reference to
4897: __imp__pcre_* fix for Windows
4898:
4899: * src/: include/pa_charset.h, lib/pcre/Makefile.am,
1.116 moko 4900: lib/pcre/pa_pcre_internal.h, lib/pcre/pcre_internal.h:
4901: pcre_internal.h -> pa_pcre_internal.h for Windows compatibility
4902: (win32/pcre has own copy of pcre_internal.h _pcre_default_tables
4903: define fixed
1.95 moko 4904:
4905: 2012-06-18 moko
4906:
4907: * src/classes/memcached.C: flush -> clear
4908:
4909: * src/classes/memcached.C: memcached does not support quotes even
4910: in server name
4911:
4912: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
4913: lib/memcached/pa_memcached.h, types/pa_vmemcached.C: version()
4914: called on open to check servers existance. $.key(true) syntax
4915: now supported
4916:
4917: 2012-06-17 moko
4918:
4919: * src/include/: pa_config_fixed.h, pa_config_includes.h: old stuff
4920: cleanup
4921:
4922: * src/classes/table.C, tests/282.cfg, tests/282.html,
4923: tests/results/282.processed: encloser at the EOF bug fixed,
4924: incorrectly enclosed data now processed more logicaly (fixes
4925: #339)
4926:
4927: 2012-06-15 moko
4928:
4929: * buildall-without-xml: sync with buildall-with-xml
4930:
4931: * buildall-with-xml: download auto-detected between fetch and curl
4932:
4933: * configure.in: --with-gc and --with-pcre now also processed
4934: correctly
4935:
1.116 moko 4936: * aclocal.m4, configure, src/include/pa_config_auto.h.in: now
4937: aclocal -I src/lib/ltdl/m4/ && autoheader && automake && autoconf
4938: should be run on rol1 using automake / aclocal (GNU automake)
4939: 1.11.1 autoconf (GNU Autoconf) 2.68
1.95 moko 4940:
4941: * configure.in: new PARSER_VERSION logic
4942:
4943: * src/include/pa_version.h: new pa_version.h logic
4944:
4945: * src/: classes/curl.C, classes/file.C, classes/image.C,
4946: classes/xdoc.C, types/pa_vfile.C, types/pa_vfile.h,
4947: types/pa_vform.C, types/pa_vrequest.C, types/pa_vstring.C:
4948: feols_normalized -> fis_text_content set_binary added
4949:
4950: * src/targets/cgi/parser3.C: gcc compilation warnings fixed
4951:
4952: 2012-06-15 misha
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: ^file::create[text;content] EOLs in content now is normalized. (
4958: new feature: #815 )
4959:
4960: 2012-06-15 moko
4961:
4962: * configure.in: --disable-version-update added to disable version
4963: update with host information (for debian package) whitespace
4964: optimized
4965:
4966: * configure.in: version changed to 3.4.2 RC no-pic added for
4967: libtool
4968:
4969: * src/include/pa_version.h: Nice pa_version.h default. Please keep
4970: it.
4971:
4972: 2012-06-14 moko
4973:
4974: * src/classes/hash.C, src/types/pa_vhash.h, tests/281.html,
4975: tests/results/281.processed: "hash flocked" error removed for
4976: safe operations like ^h._count[] ( new feature: #335 )
4977:
1.116 moko 4978: * src/targets/apache/Makefile.am: libmod_parser3 -> mod_parser3
1.95 moko 4979:
4980: * buildall-with-xml, buildall-without-xml: --with-static -> --with
4981:
4982: * configure.in: --with-static/shared xml replaced with --with-xml,
4983: xml compilation check added
4984:
4985: * configure.in: --with-static/shared-gc, --with-static-pcre are
4986: replaced with --with-gc and --with-pcre test for pcre linking
4987: added
4988:
4989: 2012-06-13 moko
4990:
4991: * configure.in: apxs2 check optimized
4992:
4993: * src/targets/cgi/Makefile.am: preserve-dup-deps requires .a, not
4994: .la, includes optimized
4995:
4996: * buildall-with-xml: --with-pic looks better for -fPIC
4997:
4998: * configure.in: switched to convenience library in static linking
4999:
5000: * src/targets/apache/Makefile.am: switched to convenience library
5001: usage to avoid libtool warnings
5002:
5003: * src/lib/: cord/Makefile.am, gd/Makefile.am, json/Makefile.am,
5004: md5/Makefile.am, memcached/Makefile.am, sdbm/Makefile.am,
5005: smtp/Makefile.am: switched to convenience library usage
5006:
5007: * src/sql/Makefile.am: pa_sql_driver.h should be in includes
5008:
5009: * src/targets/apache/Makefile.am: updated for libtool usage
5010:
5011: * buildall-without-xml: --with-included-ltdl added
5012:
5013: * buildall-without-xml: sync with buildall-with-xml
5014:
5015: * buildall-with-xml: --with-included-ltdl added $cflags added for
5016: -fPIC for x64 $download added for wget success check added
5017:
5018: * buildall-without-xml: --with-dynamic-stdcpp removed
5019:
5020: * configure.in: disable-static returned
5021:
5022: * src/targets/cgi/Makefile.am: Automake 1.9 does not support
5023: LIBTOOLFLAGS
5024:
5025: 2012-06-12 moko
5026:
5027: * configure.in, src/targets/cgi/Makefile.am: disable-static not
5028: compatible with LIBTOOLFLAGS for unknown reasons
5029:
5030: * buildall-with-xml: --with-dynamic-stdcpp removed
5031:
5032: * configure.in: static/dynamic -lstdc++ linking option removed
5033: apxs2 check added
5034:
5035: * src/targets/cgi/Makefile.am: static/dynamic -lstdc++ linking
5036: option removed
5037:
5038: 2012-06-10 moko
5039:
5040: * src/targets/cgi/Makefile.am: --preserve-dup-deps libtool option
5041: added
5042:
5043: * src/targets/cgi/pp3.cmd: old PAF stuff
5044:
1.116 moko 5045: * Makefile.am: ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 added and some
5046: beauty
1.95 moko 5047:
5048: * depcomp: from libtool 2.4.2
5049:
5050: * configure.in: ltdl directory removed, it has correct Makefile.in
5051:
5052: 2012-06-09 moko
5053:
1.116 moko 5054: * Makefile.am, aclocal.m4, config.guess, config.sub, configure,
5055: install-sh, ltmain.sh, missing, src/include/pa_config_auto.h.in:
1.95 moko 5056: autogenerated files updated after libtool update
5057:
1.116 moko 5058: * src/lib/ltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4,
5059: aclocal.m4, argz.c, argz_.h, config-h.in, config.h,
1.95 moko 5060: config_auto.h.in, config_fixed.h, configure, configure.ac,
5061: configure.in, lt__alloc.c, lt__dirent.c, lt__strl.c,
5062: lt_dlloader.c, lt_error.c, ltdl.c, ltdl.h, slist.c,
5063: config/compile, config/config.guess, config/config.sub,
5064: config/depcomp, config/install-sh, config/ltmain.sh,
5065: config/missing, libltdl/lt__alloc.h, libltdl/lt__dirent.h,
5066: libltdl/lt__glibc.h, libltdl/lt__private.h, libltdl/lt__strl.h,
5067: libltdl/lt_dlloader.h, libltdl/lt_error.h, libltdl/lt_system.h,
5068: libltdl/slist.h, loaders/dld_link.c, loaders/dlopen.c,
5069: loaders/dyld.c, loaders/load_add_on.c, loaders/loadlibrary.c,
5070: loaders/preopen.c, loaders/shl_load.c, m4/argz.m4, m4/libtool.m4,
5071: m4/ltdl.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4,
5072: m4/lt~obsolete.m4: libtool updated to version 2.4.2
5073:
5074: * configure.in: preparation for new libtool
5075:
5076: * configure.in: Some beauty added :)
5077:
5078: * src/targets/apache/Makefile.am: := -> =
5079:
5080: * src/lib/pcre/: Makefile.am, config.h: config.h removed once
5081: again. :)
5082:
5083: * src/include/pa_config_includes.h, configure.in: limits.h added,
5084: previously was taken from pcre_internal.h. :)
5085:
5086: * src/lib/pcre/Makefile.am: config.h returned
5087:
5088: * src/lib/pcre/config.h: still need this. :)
5089:
5090: * src/lib/pcre/pcre_internal.h: extracts from real pcre_internal.h
5091:
5092: * configure.in: --with-charsets removed; --with-mysql-client & co
5093: removed
5094:
5095: * buildall-with-xml, buildall-without-xml: pcre_internal.h extracts
5096: now in parser tree, no need to copy
5097:
5098: * src/lib/pcre/: Makefile.am, config.h, ibm-1250.ucm, ibm-1251.ucm,
5099: ibm-1254.ucm, ibm-1257.ucm, pcre_parser_ctype.c,
5100: pcre_parser_ctype.vcproj, ruspart_win2koi.pl, win-koi.tab:
5101: debian/patches/101_pcre.patch - local copy of pcre_internal.h
5102: extracts now used old trash removed
5103:
5104: * etc/parser3.charsets/Makefile.am: charsets now in share
5105: (debian/patches/104_automake.patch) + all charsets are copied
5106:
5107: * buildall-with-xml, buildall-without-xml: curl option removed +
5108: extra arguments now supported
5109:
5110: 2012-06-08 misha
5111:
5112: * src/classes/table.C: - one params.as_hash usage was rolled back:
5113: the 2nd option in ^table.hash[] could be hash or table so
5114: .as_hash will throw an exception when table option is specified
5115:
5116: * src/: classes/curl.C, classes/file.C, classes/hash.C,
5117: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
5118: classes/table.C, classes/void.C, classes/xdoc.C,
5119: include/pa_exception.h, types/pa_vmethod_frame.C,
5120: types/pa_vmethod_frame.h: - MethodParams::as_hash is optimized
5121: and improved (whitespaces are allowed as empty options) -
5122: MethodParams::as_table is added - above methods are used for
5123: parsing methods' options ( new feature: #9 )
5124:
5125: * src/types/: pa_vclass.C, pa_vclass.h: - method get_hash is added
5126: to vclass. now class fields can be accessible as a hash:
5127: $h[^hash::create[$asd:CLASS]]
5128:
5129: * src/types/: pa_vhash.h, pa_vhashfile.h: - vhash and vhashfile now
5130: have get_fields method so their fields can be accessed with
5131: ^reflection:fields[...] & ^reflection:field[...]
5132:
5133: 2012-06-06 misha
5134:
5135: * tests/280.html: - tests for
5136: ^reflection:method[obj-or-class;method],
5137: ^reflection:field[obj-or-class;field] and
5138: ^reflection:fields[obj-or-class] are added
5139:
5140: 2012-06-05 misha
5141:
5142: * src/classes/reflection.C: - ^reflection:method[class or
5143: object;method name] and ^reflection:field[class or object;field
5144: name] are added
5145:
5146: * src/types/pa_vstateless_class.C: - Method::get_vjunction method
5147: is used
5148:
5149: * src/types/pa_method.h: - Method::as_vjunction method is added
5150:
5151: 2012-06-05 moko
5152:
1.116 moko 5153: * src/targets/Makefile.am: cgi now build with apache module
1.95 moko 5154:
5155: * src/classes/memcached.C: flish ttl fixed
5156:
5157: 2012-06-04 moko
5158:
5159: * src/classes/json.C, src/classes/op.C, tests/279.html,
5160: tests/results/279.processed: ^json:parse[] now supports $.taint
5161: option (new feature #833)
5162:
5163: 2012-06-04 misha
5164:
5165: * src/: include/pa_common.h, main/pa_common.C, types/pa_vcookie.C:
5166: - search_stop method was moved from pa_vcookie.C to pa_common.C
5167:
5168: 2012-06-03 misha
5169:
5170: * src/main/pa_http.C: - ^file:load[...;http://...] - all received
5171: cookies are parced and stored into $.cookies ( new feature: #31 )
5172:
5173: 2012-05-30 misha
5174:
5175: * tests/: 182_dir/a3.p, 182_dir/a4.p, 182.html: - test for adding
5176: incomplete class into a scope while @USE is found
5177:
5178: * src/main/compile.y: - add incomplete class into a scope while
5179: @USE and @CLASS instructions are found ( bugfix: #838 )
5180:
5181: 2012-05-30 moko
5182:
5183: * src/types/pa_vclass.C, tests/278.html,
5184: tests/results/278.processed: removed "property has no getter
5185: method" exception when GET_DEFAULT present (fixes #269)
5186:
5187: * src/classes/json.C, tests/277.html: ^json:string[], $.default ->
5188: $._default
5189:
5190: 2012-05-29 moko
5191:
5192: * src/types/pa_vvoid.h: $STRICT-VARS(true) implemented to check
5193: uninitialized values usage (new feature: #154)
5194:
5195: 2012-05-28 moko
5196:
5197: * tests/277.html, src/classes/json.C, src/classes/reflection.C,
5198: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
5199: src/types/pa_vdate.h, src/types/pa_vdouble.h,
5200: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vint.h,
5201: src/types/pa_vobject.C, src/types/pa_vobject.h,
5202: src/types/pa_vstring.h, src/types/pa_vtable.C,
5203: tests/results/277.processed, src/types/pa_vtable.h,
5204: src/types/pa_vvoid.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h:
5205: ^json:string[$o; $.default[$method]] implemented for VObject (new
5206: feature #803)
5207:
5208: * src/classes/json.C, src/lib/json/JSON_parser.h, tests/277.html,
5209: tests/results/277.processed: json numbers are now treated as
5210: double ( new feature: #834 )
5211:
5212: * src/: classes/math.C, include/pa_string.h, main/pa_charset.C,
5213: main/pa_string.C, types/pa_vdouble.h, types/pa_vint.h: pa_atoui
5214: added for out of range checks, zero division in vint/vdouble
5215: check added ( fixes #832 )
5216:
5217: * tests/: 275.html, results/275.processed: tests for pa_atoui added
5218: ( fixes #832 )
5219:
5220: 2012-05-28 misha
5221:
5222: * buildall-with-xml: - --without-lzma option is added to libxml2
5223: configure
5224:
5225: * tests/256.html: - test for ^json:string[-file-;$.file[stat]] is
5226: added - tests for unsupported values for options $.file, $.table
5227: and $.date are added
5228:
5229: * src/: classes/json.C, types/pa_value.h: - ^json:string[...] now
5230: accepts "stat" $.file[] option's value in addition to existed
5231: "text" and "base64" ( new feature: #835 )
5232:
5233: * tests/276.html: - test for
5234: ^reflection:delete[$object-or-class;field-name]
5235:
5236: * src/classes/reflection.C: -
5237: ^reflection:delete[$object-or-class;field-name] is added ( new
5238: feature: #268 )
5239:
5240: 2012-05-27 misha
5241:
5242: * buildall-with-xml: - libxml2 2.7.8 => 2.8.0
5243:
5244: 2012-05-24 misha
5245:
5246: * src/include/pa_common.h: - method lastposafter was removed
5247:
5248: * src/classes/file.C: - use strrpbrk & rskipchars instead of
5249: lastposafter - ^file:dirname[] & Co proper handle windows file
5250: paths ( bug fix: #783 ) - ^file:dirname[] & ^file:basename[] now
5251: work as *nix commands
5252:
5253: * src/main/pa_request.C: - use strrpbrk instead of lastposafter
5254:
5255: * src/: include/pa_string.h, main/pa_string.C: - strrpbrk &
5256: rskipchars were added
5257:
5258: * tests/270.html: - more tests for ^file:find[]
5259:
5260: * tests/065.html: - more tests for ^file:dirname[] & Co
5261:
5262: * src/include/pa_version.h: - must be "win32" here. it is
5263: auto-generated on *nix
5264:
5265: 2012-05-24 moko
5266:
5267: * src/classes/math.C: ^math:convert[] now supports uint32 and
5268: throws overflow exception ( new feature: #830 )
5269:
5270: * tests/: 275.html, results/275.processed: test for ^math:convert[]
5271: uint32 support and overflow added ( new feature: #830 )
5272:
5273: 2012-05-23 moko
5274:
5275: * src/: classes/table.C, types/pa_value.h, types/pa_vbool.h,
5276: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
5277: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
5278: types/pa_vint.h, types/pa_vjunction.C, types/pa_vjunction.h,
5279: types/pa_vobject.C, types/pa_vobject.h, types/pa_vregex.C,
5280: types/pa_vregex.h, types/pa_vstateless_class.C,
5281: types/pa_vstateless_class.h, types/pa_vstring.h,
5282: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
5283: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: bool
5284: "return string as-is" removed from as_expr_result. ( new feature:
5285: #831 )
5286:
5287: * tests/results/244.processed: test changed after bug #782 fix
5288: commited
5289:
5290: * tests/results/229.processed: test results for bug #782 commited
5291:
5292: * tests/: 254.html, results/254.processed: uid now just compared,
5293: not printed. :)
5294:
5295: 2012-05-20 moko
5296:
5297: * src/classes/reflection.C: ^reflection:uid[$object] added ( new
5298: feature: #341 )
5299:
5300: * tests/: 254.html, results/254.processed: test for
5301: ^reflection:uid[] added
5302:
5303: * tests/: 254.html, results/254.processed: test for
5304: ^reflection:uid[$obj] added
5305:
5306: 2012-05-17 misha
5307:
5308: * src/main/untaint.C: - do not replace ' char by _26 while
5309: exploding filespec-tainting ( new feature: #829 )
5310:
5311: 2012-05-12 moko
5312:
5313: * src/types/pa_vvoid.h: is_string now also checked, but get_* -
5314: not.
5315:
5316: 2012-05-08 moko
5317:
5318: * src/types/pa_vmethod_frame.h: bug #782 fixed
5319:
5320: * tests/229.html: test for bug #782
5321:
5322: * tests/results/259.processed, src/main/pa_request.C,
5323: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
5324: src/types/pa_vstring.h, src/types/pa_vvoid.C,
5325: src/types/pa_vvoid.h: feature #154 - first empty param now
5326: string; defined locals are empty strings; $STRICT-VARS(true)
5327: added
5328:
5329: 2012-04-27 moko
5330:
1.116 moko 5331: * src/targets/apache/Makefile.am:
1.95 moko 5332: ../../lib/memcached/libmemcached.a added
5333:
5334: 2012-04-27 misha
5335:
5336: * buildall-with-xml, buildall-without-xml: - prce 8.12 => pcre 8.30
5337: ( #827 )
5338:
5339: 2012-04-25 moko
5340:
5341: * src/: classes/json.C, classes/memcached.C,
5342: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5343: types/pa_vmemcached.C, types/pa_vmemcached.h: memcached_add
5344: implemented.
5345:
5346: * src/classes/curl.C: stderr -> f_stderr for Windows compatibility
5347:
5348: 2012-04-23 moko
5349:
5350: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5351: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5352: types/pa_vmemcached.h: open allows options hash for new
5353: memcached(options) function
5354:
5355: * src/classes/curl.C: check_safe_mode added, stderr now rewritten,
5356: not appended
5357:
5358: 2012-04-21 moko
5359:
5360: * src/classes/curl.C: '' added. :)
5361:
5362: * src/classes/classes.vcproj: new curl.h location
5363:
5364: * src/classes/curl.C: verbose output redirection from stderr to
5365: file curl option added
5366:
5367: 2012-04-20 moko
5368:
5369: * src/: classes/curl.C, lib/curl/curl.h: lib/curl/curl.h now
5370: contains what we need from curl, #ifdef HAVE_CURL removed
5371:
1.116 moko 5372: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 5373: src/include/pa_config_auto.h.in, src/include/pa_version.h,
1.116 moko 5374: src/lib/Makefile.am, src/lib/curl/Makefile.am,
5375: src/lib/curl/curl.h: curl.h header now in src/lib/curl, not
1.95 moko 5376: configure option
5377:
5378: 2012-04-19 moko
5379:
5380: * src/: classes/double.C, classes/inet.C, classes/int.C,
5381: classes/string.C, lib/gc/include/gc_allocator.h,
5382: types/pa_vform.C: PVS-Studio detected errors fixes, unused
5383: options from sql_result_string removed. (closes issue #468)
5384:
5385: * src/types/pa_vmemcached.C: empty string fix
5386:
5387: * src/types/: pa_value.C, pa_value.h, pa_vmemcached.C,
5388: pa_vstring.C, pa_vstring.h: serialization helpers moved to
5389: pa_vmemcached.C
5390:
5391: 2012-04-18 moko
5392:
5393: * src/targets/apache/mod_parser3.c: "Parser3 module requires
5394: apache2-mpm-prefork" error displayed in threaded mpm.
5395:
5396: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5397: pa_setup_module_cells delayed to avoid GPF on init with php5-xsl
5398: installed (issue #354)
5399:
5400: 2012-04-16 moko
5401:
5402: * src/types/pa_vmemcached.C: call to memcached_result_create and
5403: memcached_result_free removed
5404:
5405: 2012-04-14 moko
5406:
5407: * src/lib/memcached/pa_memcached.h: uint32_t for Windows defined
5408:
5409: * src/types/pa_vmemcached.C: check_key added and used
5410:
5411: 2012-04-13 moko
5412:
5413: * src/: include/pa_string.h, types/pa_value.C, types/pa_value.h,
5414: types/pa_vmemcached.C, types/pa_vstring.C, types/pa_vstring.h:
5415: Serialization_data now added and used, VString now serialized
5416: with languages into memcached.
5417:
5418: 2012-03-28 moko
5419:
5420: * src/: types/pa_vmemcached.C, lib/memcached/pa_memcached.C,
5421: lib/memcached/pa_memcached.h: result lengths added
5422:
5423: 2012-03-27 moko
5424:
5425: * src/types/pa_vmemcached.C: strdup added
5426:
5427: 2012-03-24 moko
5428:
5429: * src/: classes/memcached.C, lib/memcached/pa_memcached.C,
5430: lib/memcached/pa_memcached.h, types/pa_vmemcached.C,
5431: types/pa_vmemcached.h: memcached: mget, flush, fttl added
5432:
5433: 2012-03-20 moko
5434:
1.116 moko 5435: * configure, configure.in: Makefiles.in updated for memcached
1.95 moko 5436:
5437: * src/targets/cgi/Makefile.am: cleanup
5438:
5439: * src/: types/Makefile.am, types/pa_vmemcached.C,
5440: types/pa_vmemcached.h, targets/cgi/Makefile.am: memcached initial
5441:
5442: * src/: classes/Makefile.am, classes/memcached.C,
5443: lib/memcached/Makefile.am, lib/memcached/constants.h,
5444: lib/memcached/pa_memcached.C, lib/memcached/pa_memcached.h,
5445: lib/memcached/types.h, lib/Makefile.am: memcached initial
5446:
5447: 2012-03-16 moko
5448:
5449: * src/main/execute.C: ident now works under Linux + ident displays
5450: filenames (closes issue #818)
5451:
1.116 moko 5452: * src/types/: Makefile.am, pa_vmethod_frame_global.h,
1.95 moko 5453: pa_vmethod_frame_local.h: cleanup: pa_vmethod_frame_global.h
5454: pa_vmethod_frame_local.h removed
5455:
5456: * src/: classes/bool.C, classes/classes.C, classes/classes.awk,
5457: classes/classes.h, classes/curl.C, classes/date.C,
5458: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
5459: classes/hashfile.C, classes/image.C, classes/inet.C,
5460: classes/int.C, classes/json.C, classes/mail.C, classes/math.C,
5461: classes/memory.C, classes/op.C, classes/reflection.C,
5462: classes/regex.C, classes/response.C, classes/string.C,
5463: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
5464: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
5465: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
5466: include/pa_config_fixed.h, include/pa_config_includes.h,
5467: include/pa_dictionary.h, include/pa_dir.h,
5468: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
5469: include/pa_hash.h, include/pa_http.h, include/pa_memory.h,
5470: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
5471: include/pa_pool.h, include/pa_random.h, include/pa_request.h,
5472: include/pa_request_charsets.h, include/pa_request_info.h,
5473: include/pa_sapi.h, include/pa_socks.h,
5474: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
5475: include/pa_stack.h, include/pa_string.h,
5476: include/pa_stylesheet_connection.h,
5477: include/pa_stylesheet_manager.h, include/pa_table.h,
5478: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
5479: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
5480: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
5481: lib/md5/pa_md5c.c, lib/pcre/pcre_parser_ctype.c,
5482: lib/sdbm/pa_file_io.C, lib/sdbm/pa_strings.C, lib/smtp/comms.C,
5483: lib/smtp/smtp.C, lib/smtp/smtp.h, main/compile.C,
5484: main/compile.tab.C, main/compile.y, main/compile_tools.C,
5485: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
5486: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
5487: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
5488: main/pa_exec.C, main/pa_globals.C, main/pa_http.C,
5489: main/pa_memory.C, main/pa_os.C, main/pa_pool.C, main/pa_random.C,
5490: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
5491: main/pa_string.C, main/pa_stylesheet_connection.C,
5492: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
5493: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
5494: main/helpers/simple_folding.pl, sql/pa_sql_driver.h,
5495: targets/apache/mod_parser3.c, targets/apache/mod_parser3_core.C,
5496: targets/apache/pa_httpd.h, targets/apache/pa_threads.C,
5497: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
5498: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
5499: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
5500: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
5501: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
5502: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
5503: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.C,
5504: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
5505: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.C,
5506: types/pa_vhash.h, types/pa_vhashfile.C, types/pa_vhashfile.h,
5507: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
5508: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_vmail.C,
5509: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
5510: types/pa_vmemory.h, types/pa_vmethod_frame.C,
5511: types/pa_vmethod_frame.h, types/pa_vmethod_frame_global.h,
5512: types/pa_vmethod_frame_local.h, types/pa_vobject.C,
5513: types/pa_vobject.h, types/pa_vregex.C, types/pa_vregex.h,
5514: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
5515: types/pa_vresponse.h, types/pa_vstateless_class.C,
5516: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
5517: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
5518: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
5519: types/pa_vvoid.C, types/pa_vvoid.h, types/pa_vxdoc.C,
5520: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
5521: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
5522: ident now works under Linux + ident displays filenames (closes
5523: issue #818) Copyright updated
5524:
5525: 2012-03-13 moko
5526:
5527: * src/main/pa_string.C: compilation fix for feature #741
5528:
5529: 2012-03-09 misha
5530:
5531: * tests/193.html: - tests for ^string:base64[encoded] are updated
5532:
5533: * src/main/pa_common.C: - ^string:base64[encoded;$.strict(true)]
5534: now detects invalid base64 chars in the middle of encoded stricg
5535: ( new feature: #55 )
5536:
5537: * src/include/pa_exception.h: - new exception type for base64
5538: decoding is added
5539:
5540: 2012-03-06 misha
5541:
5542: * tests/274.html: - tests for ^date::today[] and
5543: ^date.sql-string[datetime|date|time] are added
5544:
5545: * src/classes/date.C: - constructor ^date::today[] is added ( new
5546: feature: #811 ) - ^date.sql-string[] now can accept one param --
5547: strings "datetime", "date" or "time" - comments tidying up
5548:
5549: * src/types/pa_vdate.h: - get_sql_string now can print datetime,
5550: date and time
5551:
5552: 2012-03-03 misha
5553:
5554: * tests/193.html: - tests for
5555: ^string:base64[encoded;$.strict(true)] are added
5556:
5557: * tests/results/auto.p: - try-catch operator is added
5558:
5559: * src/: classes/file.C, classes/string.C, include/pa_common.h,
5560: main/pa_common.C: - $.strict(true|false) option is added to
5561: base64 decode methods ( new feature: #55 )
5562:
5563: * src/main/pa_common.C: - base64 decode memory usage was decreased
5564: ( new feature: #819 )
5565:
5566: 2012-02-28 moko
5567:
5568: * src/classes/hash.C: ident test
5569:
5570: 2012-02-27 misha
5571:
5572: * src/classes/file.C: - PARSER_VaRSION => PARSER_VeRSION
5573:
5574: 2012-01-08 misha
5575:
5576: * tests/273.html: - tests for ^string.replace[from;to] are added
5577:
5578: * src/: classes/string.C, include/pa_dictionary.h,
5579: main/pa_dictionary.C, main/pa_string.C: -
5580: ^string.replace[from;to] is added ( new feature: #741 ) -
5581: ^string.replace[one subst here] is slightly optimized
5582:
5583: 2011-12-07 misha
5584:
5585: * src/classes/table.C: - $t[^table::create{$empty}] now creates
5586: named table with one empty column ( bugfix: #63 )
5587:
5588: 2011-11-30 misha
5589:
5590: * src/classes/json.C: - it's possible to set user's method for
5591: parsing arrays: ^json:parse[...;$.array[$hook]] ( new feature:
5592: #763 )
5593:
5594: * tests/272.html: - test for ^json:parse[...;$.array[$hook]]
5595:
5596: 2011-11-23 misha
5597:
5598: * src/: classes/curl.C, classes/file.C, classes/image.C,
5599: classes/table.C, classes/xdoc.C, types/pa_vfile.C,
5600: types/pa_vfile.h, types/pa_vform.C: - constructor
5601: ^file::create[mode;filename;content[;options]] now accepts binary
5602: mode and file-content - new constructor's format:
5603: ^file::create[string-or-file-content[;$.name[filename]
5604: $.mode[text|binary] $.content-type[...] $.charset[...]]] ( new
5605: feature: #65 )
5606:
5607: * src/: include/pa_request.h, main/pa_request.C: - new method
5608: mime_type_of(const String*) is added
5609:
5610: * src/include/pa_exception.h: - new exception constant
5611: FILE_NAME_MUST_BE_SPECIFIED is added
5612:
5613: * src/classes/table.C: - bug with negative offset transformed into
5614: a feature. it means pointing to a row from the end of the table (
5615: new feature: #810 )
5616:
5617: 2011-11-19 misha
5618:
5619: * src/classes/table.C: - íåñêîëüêî signed/unsigned warnings óáðàíû
5620: â ìåòîäå _select ( new feature: #810 )
5621:
5622: * src/types/pa_vxdoc.C: - checkout if $.encoding and $.charset
5623: options were specified together is simplified
5624:
5625: 2011-11-12 misha
5626:
5627: * src/main/pa_request.C: - forgotten fix for escaping filename in
5628: HTTP content-disposition header (a part of bug #361 )
5629:
5630: * src/classes/json.C: - ^json:string[$.class_name[jmethod]] now
5631: checks for ancestors' classes as well ( new feature: #456 )
5632:
5633: * src/classes/op.C: - exceptions for ^break[] and ^continue[]
5634: "without cycle" now have types "parser.break" and
5635: "parser.continue" instead of "parser.runtime" ( new feature: #799
5636: )
5637:
5638: 2011-11-11 misha
5639:
5640: * tests/results/: 099.processed, 100.processed, 205.processed,
5641: 237.processed: - since bug #361 was fixed the content of filename
5642: in HTTP headers is quoted
5643:
5644: * tests/results/270.processed: - result for test 270
5645:
5646: * tests/: 065.html, results/065.processed: - more tests for
5647: ^file:basename[] & Co were added
5648:
5649: * tests/270_dir/: 270.txt, subdir/270.txt: - stuff for 270.html
5650:
5651: * tests/270.html: - tests for ^file:find[] are added
5652:
5653: * src/types/pa_vxdoc.C: - now it's possible to specify encoding
5654: using option $.charset. option $.engoding is still supported but
5655: these options can not be specified together
5656:
5657: * src/classes/xdoc.C: - charset.isUTF8 is used instead of
5658: comparation charset name with string "UTF-8" ( bugfix: #759 )
5659:
5660: 2011-10-11 misha
5661:
5662: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h: - new
5663: option was added: ^xdoc.file[$.name[èìÿ ôàéëà]] (new feature:
5664: #622)
5665:
5666: 2011-09-30 misha
5667:
5668: * src/types/pa_vrequest.C: - saving empty $request:post-body causes
5669: exception "saving stat-ed file" ( bugfix: #395 )
5670:
5671: 2011-05-30 misha
5672:
5673: * src/classes/string.C: - fixed bug which was added with
5674: params.as_hash into string:sql
5675:
5676: 2011-05-29 misha
5677:
5678: * src/types/pa_value.C: - filename in content-disposition header
5679: must be quoted ( bugfix: #361 )
5680:
5681: 2011-05-27 misha
5682:
5683: * src/classes/: image.C, xdoc.C: - $.mode must be set for newly
5684: created file
5685:
5686: * src/classes/: hash.C, mail.C: - little tunning with get_hash
5687: usage
5688:
5689: * src/include/pa_exception.h: - one more string for exception was
5690: added
5691:
5692: 2011-05-25 misha
5693:
5694: * tests/269.html: - tests for checking input params in some dom
5695: methods
5696:
5697: * src/classes/: xdoc.C, xnode.C: - validation of some input params
5698: was added. it isn't possible not wo create xdoc with invalid
5699: tagName. ( bugfix: #160 )
5700:
5701: * src/include/: pa_exception.h, pa_xml_exception.h: - exception's
5702: string "data must be string" was mover from pa_exception.h to
5703: pa_xml_exception.h
5704:
5705: * src/classes/: xnode.C, xnode.h: - methods as_xmlqname,
5706: as_xmlncname, as_xmlname and as_xmlnsuri were added
5707:
5708: * src/main/pa_xml_exception.C: - XmlException accepts more options
5709:
5710: * src/include/pa_xml_exception.h: - XmlException accepts more
5711: options - XML-related exception's strings were added
5712:
5713: * src/: classes/xdoc.C, types/pa_vxdoc.h: - code cleanup (unused
5714: output_options were removed)
5715:
5716: 2011-05-19 misha
5717:
5718: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
5719: params.as_hash is used more while parsing methods hash-options
5720:
5721: 2011-05-18 misha
5722:
5723: * operators.txt: - info about json-serialization of xdoc was added
5724:
5725: * tests/256.html: - tests for json-serialization xdoc were added
5726:
5727: * src/types/pa_vxdoc.C: - ups. I've forgot about "method" :)
5728:
5729: * src/: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
5730: classes/json.C, classes/xdoc.C: - now json:string can serialize
5731: xdoc-objects. options (the same as ^xdoc.string[]) could be
5732: specified in $.xdoc[] ( new feature: #265 )
5733:
5734: 2011-05-15 misha
5735:
5736: * tests/268.html: - tests for ^table.count[with options] were added
5737:
5738: * src/classes/table.C: - method ^table.count[] now can accept
5739: options ( new feature: #93 ): ^table.count[column] returns number
5740: of columns for named table; ^table.count[cells] returns number of
5741: cells in the current row; ^table.count[] & ^table.count[rows]
5742: return number of rows in a table.
5743:
5744: * tests/267.html: - test for checking switch/case in boolean mode
5745: was added
5746:
5747: * src/classes/op.C: - if switch's or case's value is bool, they are
5748: compared as bool values, not as double values: new feature: #351
5749:
5750: 2011-05-06 misha
5751:
5752: * tests/242.html: - EOL before EOF was added
5753:
5754: * tests/169.html: - tests for splitting empty string and void were
5755: added
5756:
5757: * src/main/pa_string.C: - fix of fix (^empty_string.split[...]
5758: returned table with one empty cell)
5759:
5760: 2011-04-03 misha
5761:
5762: * src/include/pa_version.h, configure.in: - version in head was
5763: changed to 3.4.2b
5764:
5765: 2011-03-30 misha
5766:
5767: * src/types/pa_vregex.C: - \w & Co now contain unicode properties
5768: as well ( new feature #294 )
5769:
5770: 2011-03-29 misha
5771:
5772: * buildall-with-xml, buildall-without-xml: - PCRE stack usage is
5773: limited to approx. 6 MB. previous limits were too big for real
5774: life. bugfix: #216
5775:
5776: 2011-03-04 moko
5777:
5778: * etc/parser3.charsets/cp866.cfg: Conforms to
5779: http://unicode.org/Public/MAPPINGS/VENDORS/MICSFT/PC/CP866.TXT
5780:
5781: * etc/parser3.charsets/cp866.cfg: cp866 initial version from
5782: vlalek@
5783:
5784: 2011-02-22 misha
5785:
5786: * src/include/pa_charset.h, operators.txt: - some methods mustn't
5787: be under #ifdef XML or parser can't be compiled without xml
5788: support
5789:
5790: 2011-02-21 misha
5791:
1.116 moko 5792: * src/targets/apache/: Makefile.am: - mention
1.95 moko 5793: ApacheModuleParser3.vcproj was removed
5794:
5795: * src/types/pa_vjunction.C: - EOL before EOF was added (warning
5796: removed)
5797:
5798: 2011-02-20 misha
5799:
5800: * tests/: 266.html, 266.p: - tests for checking $.inherited and
5801: $.overridden in ^reflection:method_info[...] were added
5802:
5803: * src/classes/reflection.C: - beautifying result of
5804: ^reflection:method_info[] ($.overridden/inherited)
5805:
5806: 2011-02-18 misha
5807:
5808: * src/main/: pa_charset.C, pa_http.C, untaint.C: - use pa_isalpha
5809: and pa_isalnum instead of isalpha and isalnum - bug with
5810: redundand quoting lowercased latin chars while building email
5811: body was fixed
5812:
5813: * src/include/pa_common.h: - pa_isalpha and ps_isalnum methods were
5814: added (they check for latin chars only)
5815:
5816: 2011-02-16 misha
5817:
5818: * src/main/pa_charset.C: - bugfix: in some cases the calculating
5819: string size for transcoding gave too small value (should ever
5820: look for availability char in dest charset inspite of the char
5821: size)
5822:
5823: 2011-02-04 moko
5824:
5825: * tests/223.html: header values now not url-encoded (issue #195)
5826:
5827: 2011-02-01 misha
5828:
5829: * buildall-with-xml, buildall-without-xml: - 8.10 => 8.12
5830:
5831: 2011-01-31 misha
5832:
5833: * src/main/pa_request.C: - throw exception if param file_name in
5834: use_file is empty
5835:
5836: 2011-01-08 moko
5837:
5838: * src/classes/curl.C: compilations errors fixed
5839:
5840: 2010-12-29 moko
5841:
5842: * tests/: 265.html, results/265.processed: test for issue #200
5843: added
5844:
5845: * src/main/pa_string.C: empty regex result check added (fixes issue
5846: #200)
5847:
5848: * src/main/pa_http.C: pa_http_safe_header_name corrected a bit
5849:
5850: * tests/results/223.processed: header values now not url-encoded
5851: (issue #195)
5852:
5853: * src/: classes/curl.C, include/pa_http.h, main/pa_http.C,
5854: main/untaint.C: L_HTTP_HEADER now used in http headers values,
5855: pa_http_safe_header_name added for headers names (fixes bug #195)
5856:
5857: 2010-12-18 misha
5858:
5859: * src/: types/types.vcproj, classes/classes.vcproj: - arp-include
5860: => pa-include
5861:
5862: 2010-11-28 moko
5863:
5864: * src/lib/sdbm/sdbm.vcproj: apr -> pa (.vcproj)
5865:
5866: * src/lib/sdbm/: pa_strings.C, sdbm.c, pa-include/pa_strings.h: apr
5867: -> pa
5868:
5869: * configure.in: apr -> pa
5870:
5871: * src/types/: pa_vhashfile.C, pa_vhashfile.h: apr -> pa
5872:
5873: * src/: lib/sdbm/pa-include/Makefile.am, lib/sdbm/Makefile.am,
5874: classes/Makefile.am, types/Makefile.am: apr -> pa
5875:
5876: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C,
5877: pa_file_io.C, pa_strings.C, sdbm.c, sdbm_hash.c, sdbm_lock.c,
5878: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h,
5879: pa-include/pa_apr.h, pa-include/pa_errno.h,
5880: pa-include/pa_file_info.h, pa-include/pa_file_io.h,
5881: pa-include/pa_sdbm.h, pa-include/pa_strings.h: apr -> pa (apache2
5882: module apr name conflict resolved)
5883:
5884: 2010-11-27 misha
5885:
5886: * buildall-with-xml, buildall-without-xml: - typo fixed: libz2 ->
5887: libbz2
5888:
5889: 2010-11-26 misha
5890:
5891: * src/: types/pa_vregex.C, classes/hash.C, classes/table.C: -
5892: warnings removed
5893:
5894: 2010-11-25 moko
5895:
5896: * operators.txt: $.indent(true)
5897:
5898: * operators.txt: another bugfix. :)
5899:
5900: * operators.txt: bugfix. :)
5901:
5902: * buildall-with-xml: libxml2-2.7.8 + with-apache
5903:
5904: 2010-11-24 moko
5905:
1.116 moko 5906: * configure: apxs support
1.95 moko 5907:
5908: * configure.in: apxs support -Bstatic gc removed for OS X
5909:
5910: * src/targets/: Makefile.am, apache/Makefile.am: apxs support
5911:
5912: * src/main/: pa_globals.C, pa_xml_io.C: the rest converted to
5913: THREAD_LOCAL usage
5914:
5915: * src/: classes/curl.C, include/pa_config_includes.h,
5916: main/pa_globals.C: THREAD_LOCAL defined and used
5917:
5918: 2010-11-23 moko
5919:
5920: * src/: classes/op.C, main/pa_os.C: microseconds, not milliseconds
5921: should be passed to pa_sleep, and only fractional part (bugfix:
5922: #188)
5923:
5924: * src/targets/apache/mod_parser3.c: 1.3 compatibility
5925:
5926: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C:
5927: GC_dont_gc=1, as in cgi version
5928:
5929: * src/targets/apache/mod_parser3.c: warning war
5930:
5931: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5932: pa_httpd.h: version removed, some trash removed
5933:
5934: * src/targets/apache/mod_parser3.c: version removed (we don't want
5935: to show it), warning war
5936:
5937: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5938: pa_httpd.h: parser_status_allowed removed + merge config
5939: functions removed (override is the default) + beauty
5940:
5941: * src/: include/pa_request.h, main/pa_request.C,
5942: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: option to
5943: hide $status used in apache module removed
5944:
5945: 2010-11-18 moko
5946:
5947: * operators.txt: $.table[compact] added for ^json:string[]
5948:
5949: 2010-11-16 moko
5950:
5951: * src/targets/apache/mod_parser3.c: some cleanup done
5952:
5953: * src/main/untaint.C: bugfix: first, second String::Body argument
5954: is hashcode; second, info.fragment_begin is original, not
5955: resulting length
5956:
5957: * src/classes/file.C: new feature: $.stdin now untainted
5958:
5959: * tests/results/264.processed: new feature: $.stdin[] now untainted
5960:
5961: * tests/cat.sh: new feature: stdin arg to test $.stdin[value]
5962:
5963: * src/classes/op.C: ^apply-taint[] method added
5964:
5965: * tests/: 264.html, results/264.processed: ^apply-taint[] test
5966: added; $.stdin untaint test added
5967:
5968: 2010-11-15 moko
5969:
5970: * src/targets/apache/mod_parser3.c: outdated MODULE_MAGIC_NUMBER
5971: removed
5972:
5973: * src/targets/apache/: mod_parser3.c, mod_parser3_core.C,
5974: pa_httpd.h: 2x2 calculated under apache2. :)
5975:
5976: 2010-11-13 moko
5977:
5978: * src/targets/apache/mod_parser3.c: initial changes to build module
5979: with apache 2.x includes
5980:
5981: * src/targets/apache/: Makefile.am, mod_parser3.c,
5982: mod_parser3_core.C, pa_httpd.h, pa_threads.C: initial commit for
5983: united apache 1.3 / apache 2.x DSO module
5984:
5985: 2010-11-09 moko
5986:
5987: * src/types/pa_method.h: check added to dissallow @method[name;*]
5988: syntax
5989:
5990: * tests/: 263.html, results/263.processed: test from method[*args]
5991: added
5992:
5993: * src/types/: pa_method.h, pa_vmethod_frame.h: closes #26: variable
5994: number of params can now be passed to a method declared with *arg
5995:
5996: 2010-11-06 moko
5997:
5998: * src/classes/table.C: formating fixed. :)
5999:
6000: * src/classes/table.C: closes #4: ^table.select now supports
6001: $.limit(), $.offset, $.reverse() options
6002:
6003: * tests/: 262.html, results/262.processed: test for ^table:select
6004: with options added (feature #4)
6005:
6006: * src/include/pa_array.h: remove function added
6007:
6008: * src/types/: pa_vhash.C, pa_vhash.h: avoiding temporal String
6009: object in get_element/put_element, using static one.
6010:
6011: 2010-11-04 moko
6012:
6013: * src/types/pa_vregex.C: closes #6: exeption now thrown if invalid
6014: options is passed
6015:
6016: * tests/: 256.html, results/256.processed: $.table[compact] feature
6017: now tested; k and p in handler now tested.
6018:
6019: * src/types/: pa_value.h, pa_vtable.C, pa_vtable.h: fixes #153,
6020: $.table[compact] feature added
6021:
6022: * src/classes/json.C: key is now passed to handler in
6023: value_json_string; ^json:string result now process tainting
6024: inside and returns clean string, related to issue #153
6025:
6026: * src/main/untaint.C: bugfix: charset can be null (in
6027: ^string:save[] as example), thus check is added
6028:
6029: 2010-10-31 moko
6030:
6031: * src/classes/string.C: error message changed (fixes issue #149)
6032:
6033: 2010-10-29 moko
6034:
6035: * src/main/pa_http.C: ":port" is now added to "Host:" header if
6036: port is not default (fixes issue #155); exception on invalid port
6037: added.
6038:
6039: * src/main/untaint.C: '*' is now not urlencoded to allow header
6040: "Accept: */*" to be passed
6041:
6042: 2010-10-28 moko
6043:
6044: * src/classes/curl.C: bugfix: detect_charset() was throwing
6045: exception on unknown charset even if response_charset was
6046: specified
6047:
6048: 2010-10-27 moko
6049:
6050: * src/classes/string.C: ^string.append removed for void
6051: compatibility
6052:
6053: 2010-10-26 moko
6054:
6055: * src/classes/json.C: libjson supports array at top level, we too
6056: (GPF fixed)
6057:
6058: 2010-10-25 moko
6059:
6060: * tests/: 253.html, results/253.processed: libjson supports array
6061: at top level, parser now supports it as well.
6062:
6063: * tests/261.html, tests/results/261.processed,
6064: src/types/pa_vstring.h: empty string is now void compatible
6065: (allows $empty.key)
6066:
6067: 2010-10-22 misha
6068:
6069: * src/types/pa_vcookie.C: - fix for session cookie (was introduced
6070: while adding additional expires checkout)
6071:
6072: * tests/030.html: - test for session cookie was added
6073:
6074: 2010-10-21 moko
6075:
6076: * src/: classes/string.C, classes/void.C, main/execute.C,
6077: types/pa_vvoid.C, types/pa_vvoid.h: void now inherited from
6078: string (feature #111)
6079:
6080: * tests/: 261.html, results/261.processed: checks void from string
6081: inheritance (feature #111)
6082:
6083: * src/classes/: bool.C, classes.h, curl.C, date.C, double.C,
6084: file.C, hash.C, hashfile.C, image.C, inet.C, int.C, json.C,
6085: reflection.C, regex.C, string.C, table.C, void.C: used_directly()
6086: now true by default
6087:
6088: 2010-10-17 moko
6089:
6090: * src/: include/pa_string.h, main/pa_http.C, main/untaint.C: files
6091: upload now uses binary blocks instead of L_FILE_POST tainting.
6092: (bugfix: #128)
6093:
6094: * tests/: 223.html, results/223.processed: binary file upload test
6095: added, GPF (issue #128) also checked in this test
6096:
6097: 2010-10-13 misha
6098:
6099: * tests/260.html: - test for math:convert
6100:
6101: * src/classes/math.C: - error in math:convert was fixed
6102:
6103: * operators.txt: - info about
6104: ^math:convert[number](from-base;to-base) was added
6105:
6106: * src/classes/math.C: - method
6107: ^math:convert[number](from-base;to-base) for converting number
6108: represention from one base to another was added ( new feature:
6109: #23 )
6110:
6111: 2010-10-13 moko
6112:
6113: * src/main/compile.tab.C: [] now is empty string, not void
6114:
6115: * src/main/compile.y: [] now is empty string, not void
6116:
6117: * src/types/pa_vvoid.h: void now passed as parameter
6118:
6119: * tests/: 259.html, results/259.processed: to test difference
6120: between void and empty string (see ticket #111)
6121:
6122: * tests/results/152.processed: $sEmpty[] is now empty string, not
6123: void
6124:
6125: * tests/256.html: $s[$void] is no longer empty string
6126:
6127: * tests/254.html: empty string is no longer void
6128:
6129: 2010-10-12 misha
6130:
6131: * src/types/pa_vcookie.C: - check if $.expires value can be
6132: converted to date during cookies set up ( bugfix: #104 )
6133:
6134: * tests/041.html: - more tests for ^table.locate were added
6135:
6136: * src/classes/table.C: - ^table.locate[field;value;options] didn't
6137: work ( bugfix: #129 ) - exception comment for incorrect options
6138: ^table.locate[field;value;options] was fixed
6139:
6140: 2010-10-10 moko
6141:
6142: * src/: classes/reflection.C, main/execute.C: constructor returning
6143: another object feature returned
6144:
6145: * tests/results/258.processed: test result updated as constructor
6146: returning another object feature returned
6147:
6148: * tests/: 258.html, results/258.processed: test for constructor
6149: returning another object
6150:
6151: 2010-10-08 misha
6152:
6153: * tests/257.html: - whitespaces after @METACOMMANDS and their
6154: options shouldn't cause exceptions any longer
6155:
6156: 2010-10-06 moko
6157:
6158: * src/classes/: hash.C, table.C: length from sql server is now
6159: ignored, as sql string can contain 0x00 inside (bugfix: #119)
6160:
6161: 2010-10-02 misha
6162:
6163: * operators.txt: - the X mark was removed from ^cache[file]. it is
6164: usable to delete cache file.
6165:
6166: 2010-10-02 moko
6167:
6168: * tests/: 253.html, results/253.processed: hook_key added for key
6169: checking
6170:
6171: * src/classes/json.C: null key bug fixed
6172:
6173: 2010-09-29 misha
6174:
6175: * tests/: 256.html, 256.txt: - tests for ^json:string[] were added
6176:
6177: 2010-09-25 moko
6178:
6179: * src/classes/json.C: small fixed
6180:
6181: * tests/results/: 253.processed, 255.processed: just updated
6182:
6183: * tests/: 253.html, 253_json.txt, 255.html, results/253.processed,
6184: results/255.processed: charset transcode test added for
6185: json:parse
6186:
6187: 2010-09-24 moko
6188:
6189: * src/types/pa_value.h: warning war :)
6190:
6191: * src/: classes/json.C, include/pa_request.h, types/pa_value.h,
6192: types/pa_vfile.C, types/pa_vtable.C: $.indent implemented for
6193: ^json:string
6194:
6195: 2010-09-22 moko
6196:
6197: * src/main/pa_charset.C: parser charset tables declare only
6198: white-space before 0x20, thus adding the missing chars
6199:
6200: * etc/parser3.charsets/: koi8-r.cfg, koi8-u.cfg: updated to conform
6201: to http://unicode.org/Public/MAPPINGS/VENDORS/
6202:
6203: 2010-09-21 misha
6204:
6205: * src/main/compile.y: - some semicolons were added (VS2010 don't
6206: want to compile grammar if they are absent)
6207:
6208: * tests/: make_tests.cmd, run_tests.cmd: - path tools is changed
6209:
6210: * src/classes/classes.vcproj: - pathes to ls and gawk are changed
6211:
6212: * src/main/main.vcproj: - path to bison is changed
6213:
6214: 2010-09-21 moko
6215:
1.116 moko 6216: * etc/parser3.charsets/: windows-1250.cfg, windows-1251.cfg,
6217: windows-1254.cfg, windows-1257.cfg, x-mac-cyrillic.cfg: updated
6218: to conform to http://unicode.org/Public/MAPPINGS/VENDORS/
1.95 moko 6219:
6220: 2010-09-20 misha
6221:
6222: * src/types/pa_vtable.C: - add EOLs while json-serializing table
6223:
6224: * src/classes/json.C: - add EOL while json-serializing hash
6225:
6226: * src/lib/json/JSON_parser.C: - 'ES' replaced by 'ESC' because some
6227: compilers don't like 'ES'.
6228:
6229: 2010-09-17 misha
6230:
6231: * operators.txt: - info about json class was added
6232:
6233: * src/classes/json.C: - ^json:string[object]
6234:
6235: * src/: include/pa_request.h, main/pa_request.C: - stuff for
6236: preventing infinite recursion while executing json:string was
6237: added
6238:
6239: * src/include/pa_string.h: - method append_quoted was added
6240:
6241: * src/types/: pa_value.C, pa_value.h, pa_vbool.h, pa_vdate.h,
6242: pa_vdouble.h, pa_vfile.C, pa_vfile.h, pa_vint.h, pa_vstring.h,
6243: pa_vtable.C, pa_vtable.h, pa_vvoid.h: - method get_json_string
6244: was added to Value & Co
6245:
6246: * src/classes/date.C: - methods get_gmt_string and get_sql_string
6247: were used
6248:
6249: * src/types/pa_vdate.h: - methods get_gmt_string and get_sql_string
6250: were added
6251:
6252: 2010-09-10 moko
6253:
6254: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6255: die_or_abort (backport from 3.4.1)
6256:
6257: * src/targets/cgi/parser3.C: vsnprintf now not called twice in
6258: die_or_abort (bugfix: #106)
6259:
6260: 2010-09-09 moko
6261:
6262: * src/classes/json.C: warning war. :)
6263:
6264: 2010-09-08 misha
6265:
6266: * src/lib/json/Makefile.am: - additional include directories were
6267: added (for pa_memory.h and gc.h)
6268:
6269: * src/lib/json/json.vcproj: - JSON_parser.c => JSON_parser.C -
6270: compile as C++ instead default - additional include directory was
6271: added (for gc.h)
6272:
6273: * src/types/pa_vform.C: - little code reformating
6274:
6275: * src/classes/file.C: - $.content-type option now can be specified
6276: in ^file::create ( new feature: #102 )
6277:
6278: 2010-09-08 moko
6279:
6280: * src/lib/json/: JSON_parser.C, JSON_parser.h: json lib now uses
6281: pa_malloc/pa_free
6282:
6283: 2010-09-07 moko
6284:
6285: * tests/results/254.processed: VStateless_class:put_element
6286: exception was fixed
6287:
6288: * src/types/: pa_value.h, pa_vstateless_class.h: now
6289: VStateless_class:put_element barks self.type, not this.type
6290: (bugfix: #105)
6291:
6292: 2010-09-06 moko
6293:
6294: * src/classes/reflection.C: bugfix: new String() is required for
6295: exception handling
6296:
6297: * tests/: 254.html, results/254.processed: test modified
6298:
6299: 2010-09-05 moko
6300:
6301: * tests/: 254.html, results/254.processed: ^reflection:copy test
6302: added
6303:
6304: * src/: classes/reflection.C, include/pa_request.h:
6305: ^reflection:copy implemented (new feature: #100)
6306:
6307: 2010-09-03 moko
6308:
6309: * src/lib/json/JSON_parser.C: c++ compatiblity
6310:
6311: * tests/: 253.html, 253_json.txt, results/253.processed: $.distinct
6312: option testing added
6313:
6314: 2010-09-02 moko
6315:
6316: * src/classes/json.C: $.distinct[first|last|all] added
6317:
6318: 2010-09-01 moko
6319:
6320: * tests/results/253.processed: json test result
6321:
6322: * tests/: 253.html, 253_json.txt: json test added
6323:
6324: * src/classes/json.C: json.C update to actual version + hash key
6325: creation bugfix
6326:
6327: 2010-08-31 misha
6328:
6329: * src/lib/json/JSON_parser.C, src/lib/json/JSON_parser.h,
6330: src/lib/json/Makefile.am, src/lib/json/json.vcproj,
6331: src/lib/Makefile.am, src/classes/Makefile.am,
6332: src/classes/classes.vcproj, src/classes/json.C, parser3.sln: -
6333: json library was added
6334:
6335: 2010-08-30 moko
6336:
6337: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
6338: types/pa_vobject.C: cosmetic optimization in
6339: request:execute_method usage
6340:
6341: * src/: include/pa_charset.h, main/pa_charset.C: small
6342: optimization, just to decrease number of lines. :)
6343:
6344: 2010-08-27 misha
6345:
6346: * src/classes/op.C: - taint[json] was added
6347:
6348: * tests/: 250.html, 251.html, 252.html: - tests for taint[json]
6349: were added
6350:
6351: * src/main/pa_exec.C: - warning fix was rolled back.
6352:
6353: * src/: main/pa_charset.C, main/untaint.C, include/pa_charset.h,
6354: include/pa_string.h: - taint[json] was added - escaping was
6355: slightly modified
6356:
6357: 2010-08-25 misha
6358:
6359: * src/classes/file.C: - typo in file:sql exception was fixed
6360:
6361: * src/main/pa_exec.C: - warning about declared and not used
6362: variable forced_allow was removed
6363:
6364: 2010-08-14 misha
6365:
6366: * src/classes/hash.C: - two warnings about signed/unsigned mismatch
6367: were removed
6368:
6369: 2010-08-11 moko
6370:
6371: * tests/: 249.html, results/249.processed: default setter and
6372: anti-recursive default getter test added
6373:
6374: * src/: classes/reflection.C, include/pa_request.h, main/execute.C,
6375: types/pa_value.h, types/pa_vclass.C, types/pa_vobject.C,
6376: types/pa_vobject.h, types/pa_vstateless_class.C,
6377: types/pa_vstateless_class.h: default setter support +
6378: anti-recursive default getter support ( new feature: #13 )
6379:
6380: * src/include/pa_hash.h: optimization: threshold member removed
6381: from hash, reducing sizeof(hash)
6382:
6383: 2010-08-10 misha
6384:
6385: * tests/196.html: - junction-method was added to the test
6386:
6387: * tests/248.html: - ups. typo :)
6388:
6389: * tests/248.html: - test for checking .match with 4 params
6390:
6391: * tests/: 247.html, 247_utf8.txt, 247_utf8_bom.txt,
6392: 247_windows1251.txt: - test for "transcode file from utf-8 to
6393: $request:charset during loading if the BOM code is detected"
6394:
6395: * src/main/: pa_common.C, pa_http.C: - transcode file from utf-8 to
6396: $request:charset during loading if the BOM code is detected ( new
6397: feature: #98 )
6398:
6399: 2010-08-05 misha
6400:
6401: * src/classes/image.C: - ^image.replace now can accept only 2
6402: params. in this case the whole image is affected ( new feature:
6403: #95 )
6404:
6405: 2010-08-04 misha
6406:
6407: * tests/246.html: - test tor ^hash._at[] was added
6408:
6409: * src/classes/hash.C: - ^hash._at[first|last|[-]N] ( new feature:
6410: #53 )
6411:
6412: * src/include/pa_hash.h: - methods for accessing the first and the
6413: last values of ordered hash were added (first_value and
6414: last_value)
6415:
6416: * src/classes/file.C: - now ^file::base64 accepts up to 4 params
6417: (similar to others file's methods):
6418: ^file::base64[mode;user-file-name;encoded;options] ( new feature:
6419: #68 )
6420:
6421: * src/types/pa_vmethod_frame.h: - helper method as_hash was added
6422:
6423: 2010-08-01 moko
6424:
6425: * src/classes/op.C: to correctly process $result[] in code, called
6426: from ^process
6427:
6428: * tests/245.html: $result in ^process[] test added
6429:
6430: * src/: classes/op.C, classes/reflection.C, include/pa_request.h,
6431: main/execute.C, main/pa_request.C, types/pa_vmethod_frame.C,
6432: types/pa_vmethod_frame.h, types/pa_vobject.C: optimization:
6433: VMethodFrame(junction, caller) replaced with VMethodFrame(method,
6434: caller, self) op_call(VMethodFrame &frame, bool constructing)
6435: removed, construct(class,method) added
6436:
6437: * tests/results/: 192.processed, 244.processed: request::construct
6438: added
6439:
6440: * tests/: 244.html, 245.html, results/244.processed,
6441: results/245.processed: object creation exceptions and ^process
6442: tests added
6443:
6444: 2010-07-28 misha
6445:
6446: * tests/make_tests.cmd: - win32 EOLs
6447:
6448: * tests/: run_parser.cmd, run_tests.cmd: - cmd files for executing
6449: tests on Win32 were added (The system timezone should be GMT+3)
6450:
6451: 2010-07-26 misha
6452:
6453: * tests/: 212.html, results/212.processed: - sizes were removed
6454: mecause they could be different on different OSs
6455:
6456: * tests/065.html: - make it "win32 friendly"
6457:
6458: 2010-07-25 misha
6459:
6460: * src/main/compile.y: - all EOLs between methods are removed during
6461: compilation ( new feature: #47 )
6462:
6463: * tests/results/149.processed: - prepare tests to trim trailing
6464: methods' EOLs
6465:
6466: * tests/149.html: - prepare tests to trim trailing methods' EOLs
6467:
6468: * tests/: results/006.processed, results/014.processed, 006.html,
6469: 014.html, 022.html: - prepare tests to trim trailing methods'
6470: EOLs
6471:
6472: * tests/: 059.html, 071.html, 149.html, results/059.processed,
6473: results/071.processed, results/022.processed: - prepare tests to
6474: trim trailing methods' EOLs
6475:
6476: * tests/: results/073.processed, results/109.processed,
6477: results/142.processed, results/144.processed,
6478: results/149.processed, 073.html, 096.html, 109.html, 142.html,
6479: 144.html: - prepare tests to trim trailing methods' EOLs
6480:
6481: * tests/: 096.html, 107.html, 109.html, 142.html, 144.html,
6482: 149.html, 152.html, results/096.processed, results/107.processed,
6483: results/109.processed, results/142.processed,
6484: results/144.processed: - prepare tests to trim trailing methods'
6485: EOLs
6486:
6487: 2010-07-24 moko
6488:
6489: * tests/results/: 156.processed, 224.processed: fix for #54 changed
6490: the hash order in this test
6491:
6492: * tests/014.html: to check hash order, hash no is longer sorted
6493: before print
6494:
6495: * src/include/pa_hash.h: hash copy constructor now keeps order
6496: (bugfix: #54)
6497:
6498: 2010-07-23 moko
6499:
6500: * tests/results/224.processed: @auto[] is no longer inherited
6501:
6502: * src/types/pa_vstateless_class.C, tests/227.html,
6503: tests/results/227.processed: @auto[] is no longer inherited
6504: (bugfix: #57)
6505:
6506: 2010-07-22 misha
6507:
6508: * src/classes/table.C: - don't skip comment lines during
6509: table::load if encloser or separator is set as '#' ( new feature:
6510: #30 )
6511:
6512: * src/targets/cgi/parser3.C: - don't run as cgi if
6513: env:PARSER_VERSION was set for preventing infinite loot ( bugfix:
6514: #12 )
6515:
6516: * src/classes/file.C: - set PARSER_VARSION env before external
6517: script executing
6518:
6519: 2010-07-13 misha
6520:
6521: * tests/058.html: - test for suppressing @border was added - test
6522: for user attribute was added
6523:
6524: * tests/results/186.processed: unescaping from \uXXXX
6525:
6526: * tests/186.html: unescaping from \uXXXX
6527:
6528: * tests/: 239.html, results/239.processed: method call type
6529:
6530: * src/types/: pa_vjunction.C, pa_vjunction.h: - bugfix: #90 :
6531: $junction_method.CLASS_NAME (+CLASS)
6532:
6533: 2010-07-07 misha
6534:
6535: * buildall-with-xml, buildall-without-xml: - moving to pcre 8.10 on
6536: *nix
6537:
6538: 2010-07-05 misha
6539:
6540: * src/: classes/curl.C, classes/file.C, classes/hash.C,
6541: classes/image.C, classes/op.C, classes/string.C, classes/table.C,
6542: classes/void.C, main/pa_common.C, main/pa_http.C: - exception
6543: comment strings "options must be hash", "options must be hash,
6544: not code" and "called with invalid option" were replaced by
6545: constatns - exception comment string "invalid option passed" was
6546: replaced by "called with invalid option" (now in different
6547: methods are the same exception comment string)
6548:
6549: * src/include/pa_exception.h: - more exception strings were defined
6550:
6551: * src/: main/compile.y, main/compile_tools.C, main/compile_tools.h,
6552: types/pa_vstateless_class.h: - now we can define possible
6553: method's call type ( new feature: #5 ) 1.
6554: @OPTIONS\nstatic|dynamic (no option == any) -- for all classe's
6555: methods 2. @static:method[params] (only static keyword could be
6556: used here) -- for specified methods
6557:
6558: * src/main/pa_common.C: - junction points should not be deleted on
6559: win32 during dirs cleanup ( bugfix: #83 ) - optimisation in dirs
6560: cleanup
6561:
6562: 2010-07-03 misha
6563:
6564: * tests/: 158.html, 160.html, 161.html, 162.html, 163.html,
6565: results/158.processed, results/160.processed,
6566: results/161.processed, results/162.processed,
6567: results/163.processed: - prepare tests to trim trailing methods'
6568: EOLs
6569:
6570: * tests/results/169.processed: - prepare tests to trim trailing
6571: methods' EOLs
6572:
6573: * tests/results/: 168.processed, 169.processed: - prepare tests to
6574: trim trailing methods' EOLs
6575:
6576: * tests/: results/170.processed, results/167.processed,
6577: results/168.processed, results/169.processed, 167.html, 168.html,
6578: 169.html: - prepare tests to trim trailing methods' EOLs
6579:
6580: * tests/: results/170.processed, results/171.processed,
6581: results/172.processed, results/173.processed,
6582: results/174.processed, results/175.processed, 170.html, 171.html,
6583: 172.html, 173.html, 174.html, 175.html: - prepare tests to trim
6584: trailing methods' EOLs
6585:
6586: * tests/: results/176.processed, results/180.processed,
6587: results/184.processed, results/185.processed,
6588: results/191.processed, results/192.processed,
6589: results/196.processed, results/197.processed,
6590: results/198.processed, 176.html, 180.html, 184.html, 185.html,
6591: 191.html, 192.html, 196.html, 197.html, 198.html: - prepare tests
6592: to trim trailing methods' EOLs
6593:
6594: * tests/: 199.html, 208.html, 209.html, 213.html, 214.html,
6595: results/199.processed, results/208.processed,
6596: results/209.processed, results/213.processed,
6597: results/214.processed: - prepare tests to trim trailing methods'
6598: EOLs
6599:
6600: 2010-06-29 misha
6601:
6602: * tests/: 220.html, 218.html, results/218.processed,
6603: results/215.processed, results/217.processed, 215.html, 217.html:
6604: - prepare tests to trim trailing methods' EOLs
6605:
6606: * tests/: results/224.processed, 224.html, 223.html,
6607: results/223.processed, results/220.processed: - prepare tests to
6608: trim trailing methods' EOLs
6609:
6610: * tests/results/: 226.processed, 230.processed: - prepare tests to
6611: trim trailing methods' EOLs
6612:
6613: * tests/: 229.html, results/229.processed: - prepare tests to trim
6614: trailing methods' EOLs
6615:
6616: * tests/: 232.html, 235.html, results/232.processed,
6617: results/235.processed, 226.html, 227.html, 228.html, 230.html,
6618: results/226.processed, results/227.processed,
6619: results/228.processed, results/230.processed: - prepare tests to
6620: trim trailing methods' EOLs
6621:
6622: 2010-06-16 moko
6623:
6624: * tests/: 229.html, results/229.processed: elseif now supported in
6625: ^if
6626:
6627: * src/classes/op.C: new feature: #56 elseif now supported in ^if
6628:
6629: 2010-06-03 misha
6630:
6631: * src/main/pa_common.C: - bugfix #74 -- memmove should be used
6632: instead of memcopy for overlaped regions
6633:
6634: 2010-05-25 misha
6635:
6636: * src/main/pa_common.C: - wanring about unused vars was removed
6637:
6638: * src/: include/pa_request.h, main/execute.C, main/pa_request.C: -
6639: get_method_filename was moved to execute.C
6640:
6641: 2010-05-23 misha
6642:
6643: * src/main/pa_request.C: - more accurate detection of method's file
6644:
6645: 2010-05-22 misha
6646:
6647: * src/classes/reflection.C: - bugfix: core during detection of
6648: .file if filespec isn't detected successfully
6649:
6650: 2010-05-20 misha
6651:
6652: * src/main/pa_request.C: - fix in get_method_filename
6653:
6654: * src/include/pa_request.h: - new feature: #24 -- searching
6655: included file in @USE/^use is changed. if its filespec doesn't
6656: start from '/' it will be searched in caller file directory
6657:
6658: * src/classes/reflection.C: - ^reflection:method_info returns file
6659: where the method is defined
6660:
6661: * src/: include/pa_request.h, main/compile.y, main/pa_request.C,
6662: classes/op.C: - new feature: #24 -- searching included file in
6663: @USE/^use is changed. if its filespec doesn't start from '/' it
6664: will be searched in caller file directory
6665:
6666: * src/: classes/file.C, include/pa_common.h: - method lastposafter
6667: is moved to pa_common.h
6668:
6669: 2010-05-18 misha
6670:
6671: * src/: main/pa_common.C, include/pa_common.h, classes/string.C,
6672: types/pa_vcookie.C: new feature: #71 ^string:js-unescape and
6673: cookie parser decode \uXXXX as well as %uXXXX
6674:
6675: 2010-05-17 misha
6676:
6677: * src/classes/curl.C: beauty: - unused param is removed in method
6678: _curl_version_action - some spaces were removed or replaced by
6679: tabs
6680:
6681: * src/classes/table.C: - bugfix: #72 core with empty value during
6682: ^table.hash[...;name_of_the_last_column][$.type[string]]
6683:
6684: 2010-05-16 misha
6685:
6686: * src/classes/curl.C: new: #61 more curl options were added
6687: (contributed by Sumo)
6688:
6689: 2010-04-29 pretender
6690:
6691: * src/main/pa_string.C: fixes #63 Split result from empty string
6692: now empty string.
6693:
6694: * src/types/pa_vtable.C: bugfix: #35 All empty table cells are now
6695: string type.
6696:
6697: 2010-04-28 pretender
6698:
6699: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
6700: main/execute.C: bugfix: #59 OPTIMIZE_BYTECODE_GET_CLASS
6701: macrodefinition removed
6702:
6703: 2010-04-19 pretender
6704:
6705: * src/main/execute.C: fixes #60 Stacktrace now contains info for
6706: OP_CONSTRUCT_OBJECT and OP_GET_CLASS
6707:
6708: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
6709: fixes #64 Now file.missing exception generates in unsafe mode to.
6710:
6711: * src/classes/file.C: fixes #48 Now not throw "not save environment
6712: variable" exception in grpunlim version.
6713:
6714: 2010-04-05 misha
6715:
6716: * src/classes/string.C: - new feature: 4th param was added to
6717: match. if specified its value is returned in case of nothing was
6718: found
6719:
6720: 2010-04-01 misha
6721:
6722: * src/main/pa_request.C: - bugfix: on *nix URIs like /a/b/// caused
6723: multiple execution of /a/b/auto.p
6724:
6725: 2010-03-19 misha
6726:
6727: * src/main/execute.C: - core in $table1.$table2 was fixed
6728:
6729: * src/targets/cgi/parser3.C: - core in sigpipe was fixed
6730:
6731: 2010-01-27 misha
6732:
6733: * src/main/pa_common.C: - bugfix: there are no excaption.type if
6734: trying to open file by path /existing-file/non-exixting-file
6735:
6736: 2010-01-26 misha
6737:
6738: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:post-body
6739: was added (returns file)
6740:
6741: 2009-12-22 misha
6742:
6743: * src/classes/curl.C: - method 'option' was renamed to 'options' -
6744: now parser doesn't have class curl if it was built without it
6745:
6746: 2009-12-15 misha
6747:
6748: * configure.in: - little cheat with curl include dir was added
6749:
6750: 2009-12-05 misha
6751:
6752: * src/classes/curl.C: - some fixes
6753:
6754: 2009-12-04 misha
6755:
6756: * src/include/pa_config_fixed.h, src/classes/classes.vcproj,
6757: src/classes/curl.C, src/classes/file.C, src/classes/Makefile.am,
6758: buildall-with-xml, buildall-without-xml, configure.in: - curl
6759: class was added
6760:
6761: * src/include/pa_hash.h: - hash-iterator was added
6762:
6763: * buildall-with-xml, buildall-without-xml: - option --passive-ftp
6764: was added to pcre
6765:
6766: 2009-11-27 misha
6767:
6768: * src/classes/image.C: - don't add @border attribute to output of
6769: ^image.html[] if it was specified by user with empty value
6770:
6771: * src/types/pa_vxdoc.C: - bugfix: core if xdoc doesn't have the
6772: root element and we are trying to access .documentElement
6773:
6774: 2009-11-11 misha
6775:
6776: * src/classes/table.C: - in ^table.flip[] look at number of columns
6777: instead of number of items in first row for named tables
6778:
6779: 2009-11-10 misha
6780:
6781: * operators.txt: - info about hash-options in ^file::create was
6782: added
6783:
6784: * tests/237.html: - test for ^file::create[...;$.charset[...]] was
6785: added
6786:
6787: 2009-11-09 misha
6788:
6789: * buildall-with-xml: - moving to libxml 2.7.6
6790:
6791: * tests/236.html: - tests for comparations cords with functions
6792: were added
6793:
6794: * src/include/pa_string.h: - optimisation: cacheing of cstr was
6795: added
6796:
6797: * src/main/pa_http.C: - little optimisation
6798:
6799: * src/: classes/table.C, lib/gc/include/gc_allocator.h: - bugfix:
6800: GPF mallocs + stringstream (table.save)
6801:
6802: * src/classes/file.C: - file::create now accepts 4th param: options
6803: with $.charset
6804:
6805: * src/lib/cord/: cordxtra.c, include/private/cord_pos.h: - fixed
6806: bug in cord (comparation cords with functions was buggy)
6807:
6808: 2009-11-06 misha
6809:
6810: * src/main/pa_string.C: - bugfix: calculation string.length
6811: sometimes was buggy
6812:
6813: * src/classes/string.C: - bugfix: Temp_value_element wasn't
6814: destroyed if exception occured during match/replace
6815:
6816: * src/: main/pa_charset.C, include/pa_charset.h: - method
6817: lengthUTF8Char was added
6818:
6819: * src/classes/op.C: - clean tainting lang was added for user's
6820: usage
6821:
6822: * src/lib/cord/: cordbscs.c, cordxtra.c: - some rare GPF were
6823: fixed: checkouts are required after GC_MALLOC
6824:
6825: * src/types/pa_vregex.C: - check UTF8 only during 1st iteration
6826:
6827: * operators.txt: - actually, there is no ^untaint[xml] in
6828: file::create
6829:
6830: 2009-10-15 misha
6831:
6832: * tests/: 235.html, 235_attach.txt: - tests for preparing email
6833: were added
6834:
6835: * tests/234.html: - more tests for checking ^taint[uri] escaping
6836: were added
6837:
6838: * src/: include/pa_string.h, main/pa_charset.C, main/pa_http.C,
6839: main/pa_request.C, main/untaint.C, types/pa_vmail.C: - little
6840: hacking: for dealing with transcoding+^taint[uri]
6841: transcode_and_untaint was replaced by untaint_and_transcode
6842:
6843: 2009-10-13 misha
6844:
6845: * tests/: 121.html, results/121.processed: - test transcoding +
6846: url-escaping now
6847:
6848: * tests/results/auto.p: - more helpers' methods were added
6849:
6850: * src/main/pa_globals.C: - die instead of abort
6851:
6852: 2009-10-06 misha
6853:
6854: * src/main/pa_common.C: - don't allocate memory during
6855: capitalization if input string is already capitalized
6856:
6857: * src/targets/isapi/parser3isapi.C: - pass pre-capitalized headers
6858:
6859: * src/targets/cgi/parser3.C: - pass pre-capitalized headers - don't
6860: use format function because it calls malloc
6861:
6862: * src/include/pa_common.h: - more capitalized headers were added
6863:
6864: * src/main/pa_common.C: - in safe mode clear executable bits during
6865: file writing
6866:
6867: 2009-10-05 misha
6868:
6869: * src/main/pa_charset.C: - use iterators in pa_charset.C itself
6870:
6871: 2009-10-03 misha
6872:
6873: * src/: types/pa_vimage.h, classes/image.C: - ^img.font[],
6874: ^img.text[] & ^img.length[] can work in utf-8 now
6875:
6876: * src/: include/pa_charset.h, main/pa_charset.C: - class
6877: UTF8_string_iterator was added
6878:
6879: * src/classes/image.C: - respect utf-8 when calculate alphabet
6880: length
6881:
6882: * src/classes/mail.C: - check from before get message.cstr
6883:
6884: 2009-10-02 misha
6885:
6886: * tests/233.html: - test for image.font, image.length, image.text
6887: with text in utf-8 were added
6888:
6889: * src/main/pa_common.C: - use pa_malloc_atomic instead of new
6890:
6891: * buildall-with-xml, buildall-without-xml: - comment about gc
6892: version for freebsd 4 was added
6893:
6894: 2009-10-01 misha
6895:
6896: * src/main/pa_exec.C: - bugfix: allocate a bit more (for
6897: terminator) - read_pipe were slightly optimized
6898:
6899: 2009-09-28 misha
6900:
6901: * src/main/: pa_common.C, pa_uue.C: - some magic numbers were
6902: removed
6903:
6904: * src/types/pa_vmail.C: - forgot about space after ':'
6905:
6906: * src/types/pa_vmail.C: - escape filenames while preparing mail
6907: body - small simplifications
6908:
6909: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode now has
6910: inout params like pa_base64
6911:
6912: * src/: types/pa_vmail.C, types/pa_vmail.h, classes/mail.C: - new
6913: option $.debug-print(1) was added to mail:send - changes for
6914: using uue_encode which uses less memory
6915:
6916: * src/main/pa_common.C: - pa_base64_encode uses less memory now
6917:
6918: * src/: include/pa_uue.h, main/pa_uue.C: - pa_uuencode reduces less
6919: memory now
6920:
6921: 2009-09-26 misha
6922:
6923: * src/types/pa_vmail.C: - default encoding now is base64
6924:
6925: * buildall-with-xml: - moving to libxml 2.7.5 and libxslt 1.1.26
6926:
6927: 2009-09-25 misha
6928:
6929: * src/types/pa_vmail.C: - capitalization of headers was added to
6930: sending mail as well
6931:
6932: * buildall-with-xml: - catalog package was removed from libxml
6933:
6934: * src/main/pa_xml_io.C: - fix in removing file:// protocol for
6935: win32 absolute path
6936:
6937: * src/include/pa_common.h: - one more capitalized header was added
6938:
6939: 2009-09-22 misha
6940:
6941: * INSTALL: - comment about building just httpd binary while
6942: building apache module was added
6943:
6944: 2009-09-21 misha
6945:
6946: * buildall-with-xml: - moving to the latest versions of xml libs:
6947: libxml 2.7.4 and libxslt 1.1.25
6948:
6949: 2009-09-19 misha
6950:
6951: * tests/231.html: - test for encoding cookie in win-1251
6952:
6953: 2009-09-18 misha
6954:
6955: * tests/: 224.html, 224.p: - tests for ^reflection:fields[class or
6956: object] were added
6957:
6958: * operators.txt: - info about method ^reflection:fields[class or
6959: object] was added
6960:
6961: * src/classes/reflection.C: - method ^reflection:fields[class or
6962: object] was added
6963:
6964: * src/types/: pa_value.h, pa_vclass.C, pa_vclass.h, pa_vobject.h: -
6965: methods get_fields were added
6966:
6967: * tests/232.html: - tests for @GET[name]
6968:
6969: * src/classes/table.C: - some changes in handling hash-options for
6970: creare, join and locate
6971:
6972: * src/types/: pa_vobject.C, pa_vobject.h: - @GET[] now could be
6973: defined with option: the type of requested value
6974:
6975: 2009-09-17 misha
6976:
6977: * tests/212.html: - tests for .pattern and .options were added
6978:
6979: * src/types/: pa_vregex.C, pa_vregex.h: - $regex.pattern and
6980: $regex.options were added
6981:
6982: 2009-09-11 misha
6983:
6984: * tests/: 223.html, 223_utf8.txt, 223_win1251.txt: - test was
6985: rewrited. it checks not just one case of sending cookies during
6986: file::load[http], but also sending headers and fields (including
6987: files)
6988:
6989: 2009-09-10 misha
6990:
6991: * src/main/untaint.C: - workaround in file-spec lang for old Macs
6992: was removed => now parser can open files with Russian 'r' in
6993: filename
6994:
6995: * src/main/untaint.C: - bugfix: client charset whould be analized
6996: while escaping cookies but now source charset
6997:
6998: * src/main/pa_http.C: - bugfix: the values of http headers didn't
6999: ^tainted[uri] so it was possible to make request with incorrect
7000: http header
7001:
7002: * src/main/pa_http.C: - capitalization of http headers during
7003: file::load[http was slightly changes - bugfix: all headers which
7004: parser sends during file::load[http should be transcoded and only
7005: then escaped
7006:
7007: * src/main/untaint.C: - a bit more comments were added
7008:
7009: * src/classes/: file.C, string.C: - types where changes (minus 2
7010: warnings)
7011:
7012: * src/include/pa_common.h: - 2 capitalized strings for making http
7013: headers during file::load[http were added
7014:
7015: 2009-09-08 misha
7016:
7017: * operators.txt: - changes in file.save and string.save were added
7018:
7019: * tests/: 230.html, 230.txt: - tests for checking options in
7020: file.save and string.save were added
7021:
7022: * src/main/pa_request.C: - http headers names, which are passed to
7023: SAPI::add_header_attribute are lowercased now (it'll be
7024: capitalized in that method)
7025:
7026: * src/: types/pa_vfile.C, types/pa_vfile.h, classes/file.C,
7027: classes/string.C: - file_write accepts Request_charsets and asked
7028: charset and cound transcode content before writing - string.save
7029: and file.save have option $.charset now
7030:
7031: * src/: include/pa_common.h, main/pa_common.C, classes/table.C,
7032: classes/xdoc.C: - file_write accepts Request_charsets and asked
7033: charset and cound transcode content before writing
7034:
7035: * src/include/pa_exception.h: - new exception comment string was
7036: defined
7037:
7038: 2009-09-07 misha
7039:
7040: * src/main/compile.y: - grammar $name\ name stops now for regex
7041: sub-pattern\s
7042:
7043: 2009-09-04 misha
7044:
7045: * src/main/pa_http.C: - capitalization of http headers during
7046: file::load[http was implemented
7047:
7048: 2009-09-03 misha
7049:
7050: * src/: main/pa_common.C, main/pa_http.C, main/pa_request.C,
7051: include/pa_common.h, include/pa_sapi.h, types/pa_vcookie.C,
7052: types/pa_vmail.C, targets/cgi/parser3.C,
7053: targets/isapi/parser3isapi.C: - back to storing response http
7054: headers in lowercase - capitalize them during output
7055:
7056: 2009-08-31 misha
7057:
7058: * src/classes/table.C: - allow call with any brackets (it could be
7059: useful in methods with explict result declaration)
7060:
7061: * src/classes/table.C: - bugfix: ^table.sort{...} doesn't work
7062: correctly if $request:charset==koi8-r
7063:
7064: 2009-08-30 misha
7065:
7066: * src/: include/pa_common.h, main/pa_request.C: - http headers were
7067: changed: content-type => Content-type and so on
7068:
7069: * src/classes/file.C, src/include/pa_common.h,
7070: src/include/pa_request.h, src/main/pa_http.C,
7071: src/main/pa_request.C, src/types/pa_vcookie.C,
7072: src/types/pa_vmail.C, src/targets/cgi/parser3.C,
7073: src/targets/isapi/parser3isapi.C, tests/results/001.processed,
7074: tests/results/002.processed, tests/results/003.processed,
7075: tests/results/004.processed, tests/results/005.processed,
7076: tests/results/006.processed, tests/results/007.processed,
7077: tests/results/008.processed, tests/results/009.processed,
7078: tests/results/010.processed, tests/results/011.processed,
7079: tests/results/012.processed, tests/results/013.processed,
7080: tests/results/014.processed, tests/results/015.processed,
7081: tests/results/016.processed, tests/results/017.processed,
7082: tests/results/018.processed, tests/results/019.processed,
7083: tests/results/020.processed, tests/results/021.processed,
7084: tests/results/022.processed, tests/results/023.processed,
7085: tests/results/024.processed, tests/results/025.processed,
7086: tests/results/026.processed, tests/results/027.processed,
7087: tests/results/028.processed, tests/results/029.processed,
7088: tests/results/030.processed, tests/results/031.processed,
7089: tests/results/032.processed, tests/results/033.processed,
7090: tests/results/034.processed, tests/results/035.processed,
7091: tests/results/036.processed, tests/results/037.processed,
7092: tests/results/038.processed, tests/results/039.processed,
7093: tests/results/040.processed, tests/results/041.processed,
7094: tests/results/042.processed, tests/results/043.processed,
7095: tests/results/044.processed, tests/results/045.processed,
7096: tests/results/046.processed, tests/results/047.processed,
7097: tests/results/048.processed, tests/results/049.processed,
7098: tests/results/050.processed, tests/results/051.processed,
7099: tests/results/052.processed, tests/results/053.processed,
7100: tests/results/054.processed, tests/results/055.processed,
7101: tests/results/056.processed, tests/results/057.processed,
7102: tests/results/058.processed, tests/results/059.processed,
7103: tests/results/060.processed, tests/results/061.processed,
7104: tests/results/062.processed, tests/results/063.processed,
7105: tests/results/064.processed, tests/results/065.processed,
7106: tests/results/066.processed, tests/results/067.processed,
7107: tests/results/068.processed, tests/results/069.processed,
7108: tests/results/070.processed, tests/results/071.processed,
7109: tests/results/072.processed, tests/results/073.processed,
7110: tests/results/074.processed, tests/results/075.processed,
7111: tests/results/076.processed, tests/results/077.processed,
7112: tests/results/078.processed, tests/results/079.processed,
7113: tests/results/080.processed, tests/results/081.processed,
7114: tests/results/082.processed, tests/results/083.processed,
7115: tests/results/084.processed, tests/results/085.processed,
7116: tests/results/086.processed, tests/results/087.processed,
7117: tests/results/088.processed, tests/results/089.processed,
7118: tests/results/090.processed, tests/results/091.processed,
7119: tests/results/092.processed, tests/results/093.processed,
7120: tests/results/094.processed, tests/results/095.processed,
7121: tests/results/096.processed, tests/results/097.processed,
7122: tests/results/098.processed, tests/results/099.processed,
7123: tests/results/100.processed, tests/results/101.processed,
7124: tests/results/102.processed, tests/results/103.processed,
7125: tests/results/104.processed, tests/results/105.processed,
7126: tests/results/106.processed, tests/results/107.processed,
7127: tests/results/108.processed, tests/results/109.processed,
7128: tests/results/110.processed, tests/results/111.processed,
7129: tests/results/112.processed, tests/results/113.processed,
7130: tests/results/114.processed, tests/results/115.processed,
7131: tests/results/116.processed, tests/results/117.processed,
7132: tests/results/118.processed, tests/results/119.processed,
7133: tests/results/120.processed, tests/results/121.processed,
7134: tests/results/122.processed, tests/results/123.processed,
7135: tests/results/124.processed, tests/results/125.processed,
7136: tests/results/126.processed, tests/results/127.processed,
7137: tests/results/128.processed, tests/results/129.processed,
7138: tests/results/130.processed, tests/results/131.processed,
7139: tests/results/132.processed, tests/results/133.processed,
7140: tests/results/134.processed, tests/results/135.processed,
7141: tests/results/136.processed, tests/results/138.processed,
7142: tests/results/139.processed, tests/results/140.processed,
7143: tests/results/141.processed, tests/results/142.processed,
7144: tests/results/143.processed, tests/results/144.processed,
7145: tests/results/145.processed, tests/results/146.processed,
7146: tests/results/147.processed, tests/results/148.processed,
7147: tests/results/149.processed, tests/results/150.processed,
7148: tests/results/151.processed, tests/results/152.processed,
7149: tests/results/153.processed, tests/results/154.processed,
7150: tests/results/155.processed, tests/results/156.processed,
7151: tests/results/157.processed, tests/results/158.processed,
7152: tests/results/159.processed, tests/results/160.processed,
7153: tests/results/161.processed, tests/results/162.processed,
7154: tests/results/163.processed, tests/results/164.processed,
7155: tests/results/165.processed, tests/results/166.processed,
7156: tests/results/167.processed, tests/results/168.processed,
7157: tests/results/169.processed, tests/results/170.processed,
7158: tests/results/171.processed, tests/results/172.processed,
7159: tests/results/173.processed, tests/results/174.processed,
7160: tests/results/175.processed, tests/results/176.processed,
7161: tests/results/177.processed, tests/results/178.processed,
7162: tests/results/179.processed, tests/results/180.processed,
7163: tests/results/181.processed, tests/results/182.processed,
7164: tests/results/183.processed, tests/results/184.processed,
7165: tests/results/185.processed, tests/results/186.processed,
7166: tests/results/187.processed, tests/results/188.processed,
7167: tests/results/189.processed, tests/results/190.processed,
7168: tests/results/191.processed, tests/results/192.processed,
7169: tests/results/193.processed, tests/results/194.processed,
7170: tests/results/195.processed, tests/results/196.processed,
7171: tests/results/197.processed, tests/results/198.processed,
7172: tests/results/199.processed, tests/results/200.processed,
7173: tests/results/201.processed, tests/results/202.processed,
7174: tests/results/203.processed, tests/results/204.processed,
7175: tests/results/205.processed, tests/results/206.processed,
7176: tests/results/207.processed, tests/results/208.processed,
7177: tests/results/209.processed, tests/results/210.processed,
7178: tests/results/211.processed, tests/results/212.processed,
7179: tests/results/213.processed, tests/results/214.processed,
7180: tests/results/215.processed, tests/results/216.processed,
7181: tests/results/217.processed, tests/results/218.processed,
7182: tests/results/219.processed, tests/results/220.processed,
7183: tests/results/221.processed, tests/results/222.processed,
7184: tests/results/223.processed, tests/results/224.processed,
7185: tests/results/225.processed, tests/results/226.processed,
7186: tests/results/227.processed, tests/results/228.processed,
7187: tests/results/229.processed: - http headers were changed:
7188: content-type => Content-type and so on
7189:
7190: 2009-08-27 misha
7191:
7192: * src/: main/pa_random.C, include/pa_random.h,
7193: targets/cgi/parser3.C: - year was updated :)
7194:
7195: 2009-08-26 misha
7196:
7197: * tests/: 224.html, 224.p: - test for creating of parser object
7198: using constructor without params - little bugfix in test
7199:
7200: * src/main/compile_tools.h: - bugfix: should't call autouse while
7201: checking existed class while processing partial option
7202:
7203: * src/classes/reflection.C: - bugfix: core when creating object
7204: with reflection and constructor doesn't have params
7205:
7206: 2009-08-24 misha
7207:
7208: * tests/229.html: - tests for checking the number of parameters
7209: were added
7210:
7211: * src/types/: pa_value.C, pa_vmethod_frame.h: - bugfix: the actual
7212: number of method's parameters wasn't checked correctly (the bug
7213: was introduced in 3.4.0)
7214:
7215: 2009-08-22 misha
7216:
7217: * src/main/pa_http.C: - ^file::load[http://...;$.body[]] : $.body
7218: transcoded, but tainted pieces are escaped only when
7219: content-type==url-encoding
7220:
7221: * tests/228.html: - test for checking
7222: ^file::load[http://...;$.body[]]
7223:
7224: * src/types/: pa_vform.C, pa_vform.h: - bugfix: attempt to detect
7225: post charset was too early (charsets is empty at this moment)
7226:
7227: 2009-08-21 misha
7228:
7229: * src/: include/pa_string.h, main/pa_http.C, main/pa_request.C,
7230: main/untaint.C: - some fixes with transcode+untaint
7231:
7232: 2009-08-15 misha
7233:
7234: * src/main/pa_exec.C: - number of argv in file::exec/cgi on unix
7235: was increaced to 100 (was 50)
7236:
7237: * tests/227.html: - test for checking overriding properties in
7238: static classes was added
7239:
7240: * tests/: 226.html, 226.p: - test for @autoload[] was added
7241:
7242: * src/: include/pa_request.h, main/compile.y, main/compile_tools.h,
7243: main/execute.C, main/pa_request.C, classes/reflection.C: -
7244: autouse was implemented
7245:
7246: 2009-08-14 misha
7247:
7248: * src/classes/reflection.C: - outdated checkout was removed
7249:
7250: * src/classes/reflection.C: - optimization - method ^dynamical was
7251: added.
7252:
7253: * src/: types/pa_value.h, types/pa_vmethod_frame.h,
7254: types/pa_vstateless_class.h, main/execute.C: - optimization
7255:
7256: * src/types/pa_vclass.C: - exception if base on sytem class
7257:
7258: 2009-08-12 misha
7259:
7260: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
7261: pa_vstateless_class.h: - little optimisation
7262:
7263: 2009-08-11 misha
7264:
7265: * tests/224.html: - method_params => method_info - checking for
7266: $.inherited
7267:
7268: * src/classes/reflection.C, operators.txt: - method method_params
7269: was renamed to method_info and now it returns class name, if
7270: method was defined in ancestor
7271:
7272: * tests/225.html: - tests for cheching properties in hierarhical
7273: classes were added
7274:
7275: * src/: types/pa_property.h, types/pa_vclass.C, types/pa_vclass.h,
7276: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7277: main/compile.y, main/execute.C, classes/classes.C: - problems
7278: with properties in new classes implementation were fixed
7279:
7280: 2009-08-10 misha
7281:
7282: * src/main/execute.C: - now constructor shouldn't be defined in
7283: class. it could be defined in parent.
7284:
7285: 2009-08-09 misha
7286:
7287: * src/classes/reflection.C: - ^reflection:methods doesn't return
7288: base's methods
7289:
7290: 2009-08-08 misha
7291:
7292: * src/: classes/classes.h, classes/date.C, classes/file.C,
7293: classes/form.C, classes/hash.C, classes/hashfile.C,
7294: classes/image.C, classes/mail.C, classes/op.C,
7295: classes/reflection.C, classes/regex.C, classes/string.C,
7296: classes/table.C, classes/xdoc.C, classes/xnode.C,
7297: classes/xnode.h, include/pa_hash.h, main/execute.C,
7298: main/pa_http.C, main/pa_request.C, targets/cgi/parser3.C,
7299: types/pa_method.h, types/pa_property.h, types/pa_value.C,
7300: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
7301: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
7302: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.C,
7303: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
7304: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
7305: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
7306: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
7307: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.h,
7308: types/pa_vobject.C, types/pa_vobject.h, types/pa_vproperty.C,
7309: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
7310: types/pa_vresponse.C, types/pa_vresponse.h,
7311: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
7312: types/pa_vstateless_object.h, types/pa_vstatus.C,
7313: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
7314: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
7315: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
7316: types/pa_wwrapper.h, types/types.vcproj: - new classes
7317: implementation
7318:
7319: * buildall-with-xml, buildall-without-xml: - gc has a bug if
7320: USE_MUNMAP is used. so it is disabled as a workaround.
7321:
7322: 2009-08-05 misha
7323:
7324: * src/: main/pa_common.C, include/pa_common.h: - not needed
7325: parameter was removed
7326:
7327: * src/main/pa_http.C: - bugfix: error was during detecting
7328: content-type of file which was loaded by http
7329:
7330: 2009-08-01 misha
7331:
7332: * src/main/execute.C, src/main/compile.y, src/include/pa_opcode.h,
7333: src/types/pa_wcontext.h, src/types/pa_wwrapper.h, INSTALL: -
7334: OPTIMIZE_BYTECODE_CONSTRUCT_OBJECT and OPTIMIZE_CONSTRUCT_OBJECT
7335: can't be disabled with defines any longer
7336:
7337: 2009-07-29 misha
7338:
7339: * src/classes/reflection.C, tests/results/224.processed: - for
7340: native methods with any call type now returned empty call_type
7341: value
7342:
7343: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
7344: classes/table.C, include/pa_hash.h, include/pa_request.h,
7345: main/pa_request.C: - break in cycles was optimized
7346:
7347: * INSTALL: - more defines were described
7348:
7349: 2009-07-28 misha
7350:
7351: * operators.txt: - some changes in information about reflection
7352: class
7353:
7354: * tests/: 224.html, 224.p: - tests for reflection class
7355:
7356: * src/classes/reflection.C: - some bugs were fixed, method classes
7357: was added, refactoring
7358:
7359: 2009-07-26 misha
7360:
7361: * src/classes/classes.vcproj: - reflection class wass added to
7362: project
7363:
7364: * operators.txt: - information about reflection class was added
7365:
7366: * src/classes/reflection.C: - class was redesigned
7367:
7368: 2009-07-24 misha
7369:
7370: * src/classes/: Makefile.am, reflection.C: - class reflection was
7371: added
7372:
7373: * src/types/pa_vstateless_class.h: - method for reflection method's
7374: in classes was added
7375:
7376: 2009-07-22 misha
7377:
7378: * src/main/compile_tools.h: - bugfix: $object.$var was
7379: over-optimized. it failed if $object1.$object2.field
7380:
7381: 2009-07-16 misha
7382:
7383: * src/: lib/cord/cordbscs.c, lib/cord/cordprnt.c,
7384: lib/cord/cordxtra.c, lib/cord/include/cord.h,
7385: include/pa_string.h, main/pa_string.C: - optimization: CORD_str,
7386: CORD_to_const_char_star, CORD_to_char_star and CORD_substr have
7387: one more arg: length of cord
7388:
7389: 2009-07-15 misha
7390:
7391: * src/main/pa_http.C: - bugfix: $.cookies' values should be force
7392: tainted in ^file::load[http://...;$.cookies[]]
7393:
7394: * src/classes/: op.C, regex.C, string.C: - new string with
7395: exception was used
7396:
7397: * src/include/pa_exception.h: - new string with exception was added
7398:
7399: * tests/223.html: - test for checking cookie-encoding during
7400: ^file::load[http was added
7401:
7402: * tests/: 221.html, 222.html: - tests for checking type of
7403: $table.fields.field were added
7404:
7405: * src/types/pa_vtable.C: - not used var decl was removed
7406:
7407: * src/include/pa_string.h: - use cached string length in Body::mid.
7408: it improves speed of match with brackets in pattern
7409:
7410: * src/lib/cord/include/cord.h: - make CORD_substr_checked available
7411: outside
7412:
7413: 2009-07-14 misha
7414:
7415: * src/types/pa_vtable.C: - $table.fields.a return string even if
7416: column is empty (sometime returned void) - $table.fields was
7417: added for nameless tables
7418:
7419: * src/targets/cgi/getopt.c: - one warning resolved
7420:
7421: * src/main/pa_string.C: - potentian bug fixed
7422:
7423: * src/classes/op.C: - small optimization in taint/untaint
7424:
7425: 2009-07-13 misha
7426:
7427: * tests/156.html: - test for $cookie[...$.httponly(false)...] was
7428: added
7429:
7430: * src/types/pa_value.C: - bugfix: $cookie[...$.httponly(false)...]
7431: souldn't add the attribut to output
7432:
7433: 2009-07-11 misha
7434:
7435: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
7436: stack size was increaced to 2MB (default=1MB)
7437:
7438: 2009-07-08 misha
7439:
7440: * src/main/pa_string.C: - link to UTF-8 description was added
7441:
7442: * src/include/pa_hash.h: - hash keeps element's order in more
7443: places (ex: ._keys[])
7444:
7445: * tests/220.html: - test for checking order of elements in hash in
7446: foreach was added
7447:
7448: * tests/172.html: - small changes in printing hash
7449:
7450: * tests/129.html: - small changes in printing hash
7451:
7452: * src/: include/pa_common.h, include/pa_hash.h,
7453: include/pa_request.h, types/pa_value.h, types/pa_vmethod_frame.C,
7454: types/pa_vmethod_frame.h: - hash now keeps order of elements
7455:
7456: * tests/014.html: - small changes in printing hash
7457:
7458: 2009-07-07 misha
7459:
7460: * src/classes/op.C: - new taint language "parser-code" was added
7461:
7462: * tests/219.html: - test for auto untaint parser code in process
7463: was added
7464:
7465: * src/classes/op.C: - tainted pieces in body of process are
7466: auto-untainted now: ^ -> ^^, $ -> ^$ etc.
7467:
7468: * src/: include/pa_string.h, main/untaint.C: - new language
7469: L_PARSER_CODE for auto-untaint in process was added
7470:
7471: * src/: classes/file.C, classes/hash.C, classes/image.C,
7472: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
7473: classes/xdoc.C, include/pa_string.h, main/pa_charset.C,
7474: main/pa_http.C, main/pa_request.C, main/pa_xml_io.C,
7475: main/untaint.C, types/pa_value.h, types/pa_vhash.h,
7476: types/pa_vmail.C, types/pa_vobject.h, types/pa_vstring.h: - some
7477: code cleanup
7478:
7479: 2009-07-06 misha
7480:
7481: * src/classes/: file.C, hash.C, image.C, mail.C, op.C, string.C,
7482: table.C, void.C, xdoc.C: - cstr(params) and cstrm(params) were
7483: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7484:
7485: * src/types/: pa_vcookie.C, pa_vhash.h, pa_vhashfile.C,
7486: pa_vimage.C, pa_vmail.C, pa_vobject.h, pa_vregex.C,
7487: pa_vrequest.C, pa_vstring.h, pa_vvoid.h: - cstr(params) and
7488: cstrm(params) were deleted. taint_cstr[m] and untaint_cstr[m]
7489: should be used
7490:
7491: * src/main/: pa_charset.C, pa_common.C, pa_exec.C, pa_http.C,
7492: pa_request.C, pa_sql_driver_manager.C, pa_xml_io.C: -
7493: cstr(params) and cstrm(params) were deleted. taint_cstr[m] and
7494: untaint_cstr[m] should be used
7495:
7496: * src/include/pa_string.h: - cstr(params) and cstrm(params) were
7497: deleted. taint_cstr[m] and untaint_cstr[m] should be used
7498:
7499: * tests/218.html: - test for checking automatic file-spec-taint was
7500: added
7501:
7502: * src/: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vmail.C,
7503: types/pa_vregex.C, types/pa_vrequest.C, types/pa_vstring.C,
7504: classes/file.C, classes/hash.C, classes/image.C,
7505: classes/string.C, classes/table.C, classes/void.C,
7506: classes/xdoc.C: - optimizations and simplification of
7507: string.cstr(...)
7508:
7509: * src/: include/pa_string.h, main/untaint.C, main/pa_common.C,
7510: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C:
7511: - optimizations and simplification of string.cstr(...)
7512:
7513: 2009-07-04 misha
7514:
7515: * tests/217.html: - test for recursion detection was added
7516:
7517: * src/: types/types.vcproj, main/main.vcproj,
7518: classes/classes.vcproj, targets/cgi/parser3.vcproj,
7519: targets/isapi/parser3isapi.vcproj: - RuntimeTypeInfo was removed
7520: from .vcproj
7521:
7522: * src/types/pa_wwrapper.h: - dynamic_cast was removed
7523:
7524: * tests/: 195.html, 195_utf8.txt, 195_windows1251.txt: - tests for
7525: uploading files and case-insensitive http-method were added
7526:
7527: * tests/: 216.html, 216_dir/1, 216_dir/2.txt: - test for checking
7528: tainted pattern in ^file:list[] was added
7529:
7530: 2009-07-03 misha
7531:
7532: * src/: classes/classes.vcproj, main/main.vcproj,
7533: types/types.vcproj, targets/cgi/parser3.vcproj,
7534: targets/isapi/parser3isapi.vcproj: - enable runtime info (needed
7535: for dynamic_cast) - little options changes
7536:
7537: * src/main/pa_http.C: - file::load[http works now with uploading
7538: files _and_ changing $.charset
7539:
7540: 2009-06-29 misha
7541:
7542: * src/types/pa_vregex.C: - ^untaint[regex][] for all tainted data
7543: while creating pattern
7544:
7545: 2009-06-25 misha
7546:
7547: * src/classes/image.C, operators.txt: - options' names for
7548: ^image.font were changed to $.space, $.width and $spacing -
7549: default space width now == gif's width
7550:
7551: 2009-06-24 misha
7552:
7553: * tests/215.html: - tests for $file.mode were added
7554:
7555: * operators.txt: - added info about $file.mode and changes in
7556: ^image.font[
7557:
7558: * src/: types/pa_vimage.h, classes/image.C: ^image.font - third
7559: param now could be omited - third param now could be hash (with
7560: all widths options: $.space-width, $.letter-width) - it's
7561: possible to specify tracking ($.letter-space)
7562:
7563: * src/classes/file.C: - file objects now could have mode field
7564: (text|binary)
7565:
7566: * src/types/: pa_vfile.C, pa_vfile.h: - method set_method was added
7567:
7568: 2009-06-23 misha
7569:
7570: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
7571: trim can work with utf-8 chars now
7572:
7573: 2009-06-20 misha
7574:
7575: * src/: classes/hash.C, main/pa_string.C: - string length cacheing
7576: was implemented
7577:
7578: * src/classes/table.C: - string length cacheing was implemented
7579:
7580: * src/include/pa_string.h: - string length cacheing was implemented
7581:
7582: 2009-06-17 misha
7583:
7584: * src/main/execute.C: - value param was removed from
7585: WContext::WContext
7586:
7587: * src/types/: pa_vcode_frame.h, pa_vmethod_frame.C, pa_wcontext.h,
7588: pa_wwrapper.h: - value param was removed from WContext::WContext
7589: - field wcontext was removed from VCodeFrame (using fparent
7590: instead)
7591:
7592: * tests/214.html: - test with hash copying
7593:
7594: 2009-06-16 misha
7595:
7596: * tests/: 062.html, results/062.processed: - evaluation hardcoded
7597: strings doesn't work in expression anymore
7598:
7599: * src/main/execute.C: - less calls for get_constructing() - little
7600: refactoring
7601:
7602: * src/: types/pa_wcontext.h, types/pa_wwrapper.h,
7603: include/pa_request.h: - less calls for get_constructing()
7604:
7605: * src/classes/: hash.C, hashfile.C: - fixed bug which was
7606: introduced with OPTIMIZE_SINGLE_STRING optimization
7607:
7608: 2009-06-14 misha
7609:
7610: * src/: classes/date.C, classes/file.C, classes/hash.C,
7611: classes/hashfile.C, classes/image.C, classes/regex.C,
7612: classes/table.C, classes/xdoc.C, classes/xnode.h,
7613: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
7614: types/pa_vstateless_class.h, main/execute.C: - create object for
7615: storing object's fields only for parser objects
7616:
7617: 2009-06-13 misha
7618:
7619: * buildall-with-xml, buildall-without-xml: - new option was added
7620: for building GC (it slightly reduces memory usage)
7621:
7622: * src/types/: pa_wcontext.h, pa_wwrapper.h: - optimization of
7623: single string write
7624:
7625: * src/main/execute.C: - bytecode optimization of ^class:constructor
7626: - optimization of single string write
7627:
7628: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.h:
7629: - bytecode optimization of ^class:constructor
7630:
7631: 2009-06-09 misha
7632:
7633: * src/targets/cgi/parser3.C: - type size_t was changed to int in
7634: main (better compatibility)
7635:
7636: 2009-06-08 misha
7637:
7638: * src/main/compile.y: - I've forgot to commit it :(
7639:
7640: 2009-06-07 misha
7641:
7642: * src/include/pa_opcode.h: - more optimizations for WITH_SELF,
7643: WITH_READ and WITH_ROOT
7644:
7645: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7646: execute.C: - more optimizations for WITH_SELF, WITH_READ and
7647: WITH_ROOT - little refactoring
7648:
7649: 2009-06-06 misha
7650:
7651: * tests/213.html: - tests for 3rd match string-param were added
7652:
7653: * src/classes/string.C: - 3rd match param could be string now
7654:
7655: * src/main/: compile.y, compile_tools.h: - much more bytecode's
7656: sequences optimized to WITH_SELF__VALUE__GET_ELEMENT and
7657: GET_OBJECT_ELEMENT
7658:
7659: 2009-06-05 misha
7660:
7661: * src/main/pa_http.C: - bugfix: content-length was not calculated
7662: if $.body was specified
7663:
7664: 2009-06-04 misha
7665:
7666: * src/classes/op.C: - optimizing write_assign_lang in connect
7667:
7668: * src/classes/op.C: - optimizing write_assign_lang in taint/untaint
7669:
7670: * src/main/execute.C: - little refactoring - optimizing
7671: write_assign_lang in taint/untaint
7672:
7673: * src/include/pa_opcode.h: - little refactoring
7674:
7675: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
7676: main/compile_tools.h, main/execute.C: - optimizations for
7677: $self.field, ^self.method, $self.field[...] and $self.field(...)
7678: were added
7679:
7680: 2009-06-03 misha
7681:
7682: * src/types/pa_venv.C: - pa_strdup was replaced by strdup
7683:
7684: 2009-06-02 misha
7685:
7686: * src/: main/compile.y, main/compile_tools.h, main/execute.C,
7687: include/pa_opcode.h: - refactoring in last optimizations
7688: ($a[...], $a(...), $.a[...], $.a(...)). a bit less optimizations
7689: now but code is much easy and it is ready for further
7690: improvements.
7691:
7692: 2009-05-27 misha
7693:
7694: * src/: types/pa_junction.h, types/pa_vjunction.C,
7695: types/pa_vjunction.h, types/pa_vmethod_frame.h, main/execute.C: -
7696: changed in destructing junctions
7697:
7698: * src/main/: pa_charset.C, pa_string.C: - more safe creation on
7699: String:Body
7700:
7701: 2009-05-26 misha
7702:
7703: * src/: main/pa_common.C, main/pa_http.C, include/pa_common.h: -
7704: one method detect_charset was deleted - bug was fixed in this
7705: method (error while detecting charset in content_type withot last
7706: ';')
7707:
7708: * src/types/: pa_vform.C, pa_vform.h: - detect post charset only
7709: once
7710:
7711: 2009-05-25 misha
7712:
7713: * src/classes/file.C: - bugfix: file::exec didn't work after
7714: optimizing of helper_length
7715:
7716: 2009-05-24 misha
7717:
7718: * src/main/compile_tools.h: - $a[$b.c] and $a[$b.$c] optimisations
7719: were added - little refactoring
7720:
7721: * src/main/execute.C: - core while printing in debug log
7722: non-printable values was fixed - $a[$b.c] and $a[$b.$c]
7723: optimisations were added
7724:
7725: * src/include/pa_opcode.h: - new opcodes for $a[$b.c] and $a[$b.$c]
7726: were added
7727:
7728: 2009-05-23 misha
7729:
7730: * src/: lib/cord/cordbscs.c, lib/cord/cordxtra.c,
7731: lib/cord/include/cord.h, include/pa_string.h, main/untaint.C: -
7732: CORD_cat optimization
7733:
7734: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C:
7735: - call constr optimisation under separate define now
7736:
7737: * src/main/: compile_tools.h, execute.C: - bugfix: $a[] $b[$a] --
7738: in $b should be string, not void
7739:
7740: * src/main/compile.y: - little fix for rem-cut optimisation
7741:
7742: * src/: include/pa_opcode.h, main/compile_tools.C,
7743: main/compile_tools.h, main/execute.C: - optimisations for
7744: $a[^b[...]], $.a[^b[...]], $a(^b[...]) and $.a(^b[...])
7745:
7746: * INSTALL: - description of some #defined were added
7747:
7748: * src/types/: pa_vfile.C, pa_vfile.h: - fill .'text' field only
7749: before 1st access (memory usage is reduced if don't access to
7750: .text field)
7751:
7752: * src/include/pa_array.h: - array grows step now not static (it
7753: reduces numbers of reallocs)
7754:
7755: 2009-05-20 misha
7756:
7757: * src/include/pa_opcode.h: - bytecode optimization for $a(1),
7758: $.b(2), $c[d] and $.e[f] was added
7759:
7760: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7761: execute.C: - bytecode optimization for $a(1), $.b(2), $c[d] and
7762: $.e[f] was added
7763:
7764: * src/main/execute.C: - debug printing moved in defines
7765:
7766: * src/main/: compile.y, compile_tools.C, compile_tools.h: - bugfix
7767: and little refactoring for OP_GET_OBJECT_ELEMENT +
7768: OP_GET_OBJECT_VAR_ELEMENT optimisation
7769:
7770: 2009-05-19 misha
7771:
7772: * src/main/: compile.y, compile_tools.C, compile_tools.h,
7773: execute.C: - $a.$b & ^a.$b bytecode optimisation
7774:
7775: * src/include/pa_opcode.h: - new opcodes were added (for $a.$b &
7776: ^a.$b optimisation)
7777:
7778: * src/main/compile.y: - compiler now generate new opcodes:
7779: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE for $a.b and
7780: ^a.b - compiler now cut off ^rem{ with all content ; any number
7781: of params }
7782:
7783: * src/main/execute.C: - code for handle new opcodes
7784: OP_GET_ELEMENT_FIELD and OP_GET_ELEMENT_FIELD__WRITE was added
7785:
7786: * src/main/: compile_tools.C, compile_tools.h: - new parameter was
7787: added for LA2V and LA2S
7788:
7789: * src/include/pa_opcode.h: - new defines which can be used for
7790: disable some bytecode optimisation and new opcodes were added
7791:
7792: 2009-05-17 misha
7793:
7794: * src/lib/cord/cordxtra.c: - bugfix.
7795:
7796: * tests/212.html: - .size[] and .study_size[] were added to tests
7797:
7798: * operators.txt: - info about regex class was added
7799:
7800: * tests/212.html: - tests for regex class were added
7801:
7802: 2009-05-16 misha
7803:
7804: * buildall-with-xml, buildall-without-xml: - moving from gc6.8 to
7805: gc7.1
7806:
7807: * tests/022.html: - test for ^file:list[path;] (empty second param)
7808: was added
7809:
7810: * src/classes/file.C: - bugfix: ^file:list[path;] [empty second
7811: param) should work
7812:
7813: 2009-05-15 misha
7814:
7815: * src/classes/table.C: - automatically disable stringstream usage
7816: on freebsd4
7817:
7818: * src/lib/cord/cordxtra.c: - var decl should be at the beginning of
7819: scope
7820:
7821: * tests/211.html: - test with different types of access to hash was
7822: added
7823:
7824: * tests/210.html: - test which checks for loosing tainting in
7825: hash's keys was added
7826:
7827: * tests/208.html: - some parser work added. or stime == 0 %-)
7828:
7829: * src/lib/cord/cordbscs.c: - little hack was added to cord
7830:
7831: * src/lib/cord/cordxtra.c: - cacheing of cord chars was added
7832:
7833: * src/include/pa_version.h, configure.in: - moko have made a lot of
7834: optimisations for increacing version number more dramatically :)
7835:
7836: * src/classes/date.C: - little refactoring: use constructor which
7837: accepts formated string
7838:
7839: * src/: include/pa_string.h, main/pa_string.C: - String constructor
7840: which can print formatted string was added
7841:
7842: 2009-05-14 misha
7843:
7844: * src/include/pa_string.h: - type was fixed
7845:
7846: * src/: classes/hashfile.C, classes/op.C,
7847: include/pa_cache_managers.h, include/pa_charset.h,
7848: include/pa_charsets.h, include/pa_common.h, include/pa_hash.h,
7849: include/pa_request.h, include/pa_sql_driver_manager.h,
7850: include/pa_string.h, include/pa_stylesheet_manager.h,
7851: include/pa_table.h, include/pa_xml_io.h, main/pa_charset.C,
7852: main/pa_charsets.C, main/pa_string.C,
7853: main/pa_stylesheet_connection.C, types/pa_value.h,
7854: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7855: types/pa_vobject.C, types/pa_vstateless_class.C,
7856: types/pa_vstateless_class.h: - hash_code caching was implemented
7857: (seaches should be faster now)
7858:
7859: * src/: classes/file.C, classes/hash.C, classes/image.C,
7860: classes/string.C, classes/table.C, include/pa_string.h,
7861: main/pa_charset.C, main/pa_http.C, main/pa_request.C,
7862: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_venv.C,
7863: types/pa_vform.C, types/pa_vhashfile.C, types/pa_vregex.C,
7864: types/pa_vrequest.C: - String constructors don't have that stupid
7865: true/false param which means 'tainted'. they accept lang instead.
7866:
7867: * src/types/pa_vmethod_frame.h: - bugfix: taint/untaint didn't work
7868: with OPTIMIZE_RESULT
7869:
7870: * src/types/: pa_method.h, pa_vstateless_class.C: - less warnings
7871: wher OPTIMIZE_RESULT and OPTIMIZE_CALL not defined
7872:
7873: 2009-05-13 misha
7874:
7875: * src/: types/pa_method.h, types/pa_vcookie.C, types/pa_vdouble.h,
7876: types/pa_venv.C, types/pa_vhashfile.C, types/pa_vint.h,
7877: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
7878: types/pa_vregex.C, types/pa_vregex.h, types/pa_vrequest.C,
7879: types/pa_vstateless_class.C, main/execute.C, main/pa_charset.C,
7880: main/pa_common.C, main/pa_request.C, main/pa_string.C,
7881: include/pa_string.h, classes/date.C, classes/file.C,
7882: classes/hash.C, classes/image.C, classes/string.C,
7883: classes/table.C, classes/xdoc.C: - result optimisation -
7884: helper_length parameter removed from string constructors
7885:
7886: 2009-05-11 misha
7887:
7888: * tests/209.html: - tests for ^hash::create[hash] were added
7889:
7890: * tests/208.html: - tests for $status:rusage, $status:memory,
7891: ^memory:compact[] were added
7892:
7893: * tests/207.html: -tests for abs, sign, trunc, frac, exp, log,
7894: log10 were added
7895:
7896: * tests/206.html: - test for try with finally was added
7897:
7898: 2009-05-10 misha
7899:
7900: * tests/205.html: - test for ^file::create[...] was added
7901:
7902: * tests/204.html: - test for ^response:clear[] was added
7903:
7904: * tests/038.html: - tests for trigonometric functions were added
7905:
7906: * tests/014.html: - tests for ^hash.containts and ^hash.delete were
7907: added - more tests for .add, .sub, .union, .intersects and
7908: .intersections
7909:
7910: * tests/065.html: - test for ^file:dirname was added
7911:
7912: * tests/030.html: - test for $cookie:fields was added
7913:
7914: * tests/203.html: - test for ^h._keys[column name] was added
7915:
7916: * tests/201.html: - tests for .trim were added
7917:
7918: * tests/202.html: - tests for last-day,
7919: date:calendar[type](YYYY;MM;DD) were added
7920:
7921: * tests/200.html: - tests for .sort(), .sort{}, .flip[] and
7922: .offset[type](N) were added
7923:
7924: * tests/185.html: - more tests for .left(N), .right(N), .min(N;M)
7925: and .pos[c](N) were added
7926:
7927: * tests/141.html: - test for math:sha1 was added
7928:
7929: * tests/063.html: - tests for .mod(N), .inc[] & .dec[] were added
7930:
7931: 2009-05-09 misha
7932:
7933: * src/main/compile.y: - rollback
7934:
7935: 2009-05-05 misha
7936:
7937: * src/main/pa_exec.C: - little optimisation: somewhere length() was
7938: replaced by is_empty()
7939:
7940: * src/: include/pa_string.h, main/pa_charset.C: - little
7941: optimisation: somewhere length() was replaced by is_empty()
7942:
7943: * src/classes/table.C: - little optimisation: somewhere length()
7944: was replaced by is_empty()
7945:
7946: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
7947: classes/op.C, classes/table.C, main/pa_exception.C: - little
7948: optimisation: somewhere length() was replaced by is_empty()
7949:
7950: 2009-05-04 misha
7951:
7952: * src/: types/pa_method.h, types/pa_vstateless_class.C,
7953: types/pa_vstateless_class.h, main/execute.C,
7954: include/pa_request.h, classes/hash.C, classes/op.C,
7955: classes/table.C: - more optimisations were added: some operators
7956: don't switch write context anylonger
7957:
7958: 2009-05-01 misha
7959:
7960: * src/main/compile.y: - slightly more opcode optimisations for
7961: WITH_WRITE + VALUE + GET_ELEMENT -> OP_VALUE__GET_ELEMENT
7962:
7963: * src/main/execute.C: - simplifying process for getters
7964:
7965: 2009-04-30 misha
7966:
7967: * tests/: 198.html, 199.html: - new line fixes (should be 0x0A)
7968:
7969: * tests/results/199.processed: - test for checking $result into
7970: ^rem was added
7971:
7972: * tests/199.html: - test for checking $result into ^rem was added
7973:
7974: * tests/: 022.html, 096.html: - þsort after :list was asses (on
7975: some OS it returns list in different order)
7976:
7977: * src/: include/pa_array.h, include/pa_request.h,
7978: include/pa_stack.h, main/execute.C, types/pa_vmethod_frame.h: -
7979: changes in stack impl - get_element() optimisation: 3rd param
7980: removed - bugfix: problems with reading empty input param -
7981: defines SAVE_CONTEXT and RESTORE_CONTEXT were added and used
7982:
7983: * tests/results/198.processed: - test for reading empty local var
7984: was added
7985:
7986: * tests/198.html: - test for reading empty local var was added
7987:
7988: 2009-04-29 misha
7989:
7990: * src/main/compile.y: - bugfix: couldn't compile because
7991: OP_VALUE__GET_ELEMENT should be unde #ifdef
7992:
7993: * src/: include/pa_array.h, include/pa_opcode.h,
7994: include/pa_request.h, main/compile.y, main/execute.C,
7995: main/pa_request.C, types/pa_vmethod_frame.C,
7996: types/pa_vmethod_frame.h: - we can work without opcode
7997: OP_STORE_PARAM, so it was removed
7998:
7999: 2009-04-28 misha
8000:
8001: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: -
8002: op-codes optimisation: 1. VALUE+GET_CLASS=>VALUE_GET_CLASS 2.
8003: WITH_READ+VALUE+GET_ELEMENT=>VALUE__GET_ELEMENT (not all yet)
8004: 3. WITH_READ+VALUE+GET_ELEMENT__WRITE=>VALUE__GET_ELEMENT__WRITE
8005: 4.
8006: WITH_READ+VALUE+GET_ELEMENT_OR_OPERATOR=>VALUE__GET_ELEMENT_OR_OPERATOR
8007:
8008: * src/main/compile_tools.h: - new stuff for op-codes optimisation
8009:
8010: * src/: main/pa_string.C, classes/string.C: - !length() =>
8011: is_empty()
8012:
8013: 2009-04-27 misha
8014:
8015: * src/types/pa_vregex.h: - back explicit vars initialisation
8016:
8017: 2009-04-24 misha
8018:
8019: * src/classes/string.C: - ups. typo fixed
8020:
8021: * src/main/execute.C: - more replacements '*new VBool' to
8022: 'VBool::get' - checks for ^break[], ^continue[] and
8023: parser.interrupted were optimised
8024:
8025: * src/classes/string.C: - number of params.count() calls was
8026: slightly reduced
8027:
8028: 2009-04-23 misha
8029:
8030: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8031: make it x64 friendly
8032:
8033: * src/: classes/image.C, include/pa_string.h, main/pa_charset.C: -
8034: parser is x64 friendly now
8035:
8036: 2009-04-22 misha
8037:
8038: * src/types/pa_vhashfile.C: - coder friendly exception about
8039: exceeding record size was added
8040:
8041: * src/classes/file.C: - use vregex object instead of direct calls
8042: methods from pcre lib
8043:
8044: * src/: classes/file.C, include/pa_string.h, main/pa_string.C,
8045: classes/string.C: - use vregex object instead of direct calls
8046: methods from pcre lib
8047:
8048: * src/: include/pa_common.h, main/pa_common.C: - method
8049: print_pcre_exec_error_text was moved to class vregex
8050:
8051: * src/classes/: Makefile.am, classes.vcproj, regex.C: - class regex
8052: was added
8053:
8054: * src/types/: Makefile.am, pa_vregex.C, pa_vregex.h, types.vcproj:
8055: - class vregex was added
8056:
8057: 2009-04-21 misha
8058:
8059: * buildall-with-xml, buildall-without-xml: - pcre 7.8 -> pcre 7.9
8060:
8061: * src/: types/pa_junction.h, types/pa_value.C,
8062: types/pa_vjunction.C, types/pa_vjunction.h, types/pa_wcontext.C,
8063: types/pa_wcontext.h, main/execute.C, classes/op.C: -
8064: junction-optimisation (destructors)
8065:
8066: * src/include/pa_array.h: - free under if now
8067:
8068: 2009-04-19 misha
8069:
8070: * src/main/untaint.C: - ^taint[js] now escapes \x0D as well
8071:
8072: 2009-04-18 misha
8073:
8074: * src/include/pa_version.h:
8075: :q :
8076:
8077: CV:
8078: ----------------------------------------------------------------------
8079:
8080: * src/types/: pa_vjunction.h, pa_vstateless_class.C: - little
8081: refactoring
8082:
8083: * src/: include/pa_array.h, include/pa_hash.h,
8084: types/pa_vmethod_frame.h: - destructors under #ifdef now
8085:
8086: * src/include/pa_memory.h: - define for using destructors was added
8087:
8088: * src/: types/pa_method.h, types/pa_vstateless_class.C,
8089: main/execute.C: - some junctions will be cached now
8090:
8091: * src/include/pa_hash.h: - hash destructor frees pairs now
8092:
8093: * src/include/pa_array.h: - inline was added to destructor
8094:
8095: * src/types/pa_method.h: - comment was changed
8096:
8097: 2009-04-17 misha
8098:
8099: * src/: include/pa_array.h, include/pa_hash.h,
8100: types/pa_vmethod_frame.h: - destructors were added
8101:
8102: * src/types/: pa_method.h, pa_vmethod_frame.h: - write_to_result
8103: renamed to always_use_result
8104:
8105: * src/main/: compile.y, compile_tools.h: - rollback changes in
8106: compiler: full backward compatibility is better
8107:
8108: * src/types/pa_vmethod_frame.h: - set flag write_to_result if find
8109: result in var's hash
8110:
8111: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8112: optimisation in method_frame
8113:
8114: * src/include/pa_array.h: - optimisation in array (allocate
8115: elements only when needed)
8116:
8117: * src/types/pa_vresponse.C: - check for $response:headers field
8118: before looking at custom fields
8119:
8120: * src/types/pa_vmethod_frame.h: - if flag write_to_result was set,
8121: not needed to check existance var with name 'result' in var's
8122: hash
8123:
8124: * src/main/compile.y: - compiler was changed: now it detects
8125: writings to $result and set flag writo_to_result in method
8126:
8127: * src/classes/string.C: - little optimisation: no needed to write
8128: number with lang
8129:
8130: * src/main/pa_charset.C: - methods readChar and skipChar which is
8131: used for read utf8-strings were renamed - is_escaped was renamed
8132: to isEscaped (to the same name convention)
8133:
8134: * src/: types/pa_method.h, main/compile_tools.h: - flag
8135: write_to_result added. compiler get this info from code.
8136:
8137: 2009-04-16 misha
8138:
8139: * src/types/: pa_wcontext.h, pa_vmethod_frame.h: - create new
8140: String only before 1st write
8141:
8142: * src/include/pa_string.h: - not needed template removed
8143:
8144: * src/: types/pa_vbool.h, types/pa_vfile.h, types/pa_vimage.C,
8145: types/pa_vjunction.C, types/pa_vproperty.C,
8146: types/pa_vstateless_class.C, types/pa_vxdoc.C, types/pa_vxnode.C,
8147: main/pa_request.C, classes/bool.C, classes/double.C,
8148: classes/hash.C, classes/int.C, classes/string.C, classes/table.C,
8149: classes/void.C, classes/xnode.C: - bool optimisation (use only 2
8150: bool objects)
8151:
8152: 2009-04-15 misha
8153:
8154: * src/lib/cord/cordxtra.c: - more optimisation
8155:
8156: * src/: include/pa_string.h, main/untaint.C: - String::append
8157: optimisation
8158:
8159: * src/include/pa_hash.h: - get_by_hash_code added (it works faster
8160: then get and can sometime be used)
8161:
8162: * src/main/pa_string.C: - String::length optimisation
8163:
8164: * src/main/pa_charset.C: - rollback changeing readChar to skipChar.
8165: these methods read different strings
8166:
8167: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: -
8168: fresult_initial_void removed + some optimisation - if $result
8169: defined we don't write to context anymore
8170:
8171: * src/main/pa_charset.C: - readChar => skipChar (in this place we
8172: need just skip char)
8173:
8174: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8175: types/pa_vrequest.C, types/pa_vtable.C, main/execute.C,
8176: classes/table.C: - VVoid::get() => new VVoid (one void-instance)
8177:
8178: * src/types/pa_vvoid.h: - added get() method for retreave one
8179: instance
8180:
8181: 2009-04-11 misha
8182:
8183: * tests/196.html: - tests for $cookie:CLASS_NAME & Co were added
8184:
8185: * tests/197.html: - test for parser://test in xml was added
8186:
8187: * src/classes/string.C: - small optimisation
8188:
8189: * src/types/: pa_venv.C, pa_venv.h, pa_vconsole.h: - small
8190: optimisation
8191:
8192: 2009-04-10 misha
8193:
8194: * buildall-with-xml, buildall-without-xml: - moving from pcre-7.7
8195: to pcre-7.8
8196:
8197: * src/types/pa_vclass.C: - normalizing todo-comments: '@todo' now
8198:
8199: * src/types/: pa_vcookie.C, pa_vcookie.h: - $cookie:CLASS_NAME was
8200: added
8201:
8202: * src/types/: pa_vrequest.C, pa_vrequest.h: - $request:CLASS and
8203: $request:CLASS_NAME were added
8204:
8205: * src/types/pa_vconsole.h: - $console:CLASS and $console:CLASS_NAME
8206: were added
8207:
8208: * src/types/: pa_venv.C, pa_venv.h: - $env:CLASS and
8209: $env:CLASS_NAME were added
8210:
8211: * src/types/: pa_vmail.C, pa_vdate.h: - normalizing todo-comments:
8212: '@todo' now
8213:
8214: * src/targets/cgi/parser3.C: - size_t -> int for calming down
8215: compirer
8216:
8217: * src/main/pa_string.C: - little code cleanup
8218:
8219: * src/main/pa_common.C: - describe one more UTF-8 related error
8220: during PCRE compile/execute
8221:
8222: * src/classes/: image.C, inet.C, string.C, xdoc.C, xnode.C: -
8223: normalizing todo-comments: '@todo' now
8224:
8225: * src/types/: pa_vmath.C, pa_vmath.h: - $math:E was added
8226:
8227: * src/main/pa_charset.C: - type changed for making compiler happy
8228:
8229: 2009-03-10 misha
8230:
8231: * src/targets/cgi/parser3.C: make g++ happy with the type of argc
8232: in main()
8233:
8234: 2009-02-01 misha
8235:
8236: * src/main/pa_http.C: - bugfix: double CRLF before the end of
8237: boundary
8238:
8239: 2009-01-25 misha
8240:
8241: * tests/: 194.html, 194_dir/194.p: - test for @GET[] was added
8242:
8243: * src/classes/file.C: - more changes for parsing different number
8244: of params for file::load
8245:
8246: * tests/193.html: - tests for exception while base64-decode binary
8247: to string was added
8248:
8249: * tests/192.html: - tests for file::load with different number of
8250: options
8251:
8252: * src/classes/math.C: - ups. forgot '+1'
8253:
8254: * src/: classes/table.C, classes/file.C, include/pa_common.h,
8255: include/pa_http.h, main/pa_xml_io.C, main/pa_common.C,
8256: main/pa_http.C: - ^file::load[...;http://...;] now can post files
8257: (new option $.encode[multipart-form/data] should be specified) -
8258: $.method[] option for file::load now is not case-sensitive
8259:
8260: * src/: include/pa_string.h, main/untaint.C: - for file post the
8261: new taint language L_FILE_POST was added
8262:
8263: * src/: include/pa_random.h, main/Makefile.am, main/pa_random.C,
8264: main/main.vcproj, classes/math.C, include/Makefile.am: - some
8265: stuff was moved to separate files
8266:
8267: 2009-01-23 misha
8268:
8269: * src/classes/math.C: - little optimisation in ^math:sha1[] -
8270: spaces to tabs were converted
8271:
8272: 2009-01-12 misha
8273:
8274: * src/main/pa_http.C: - value of $.method[] option force uppercased
8275: now
8276:
8277: * src/: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
8278: types/pa_vform.C, types/pa_vmail.C: - some constants changed
8279: their names
8280:
8281: * src/main/pa_common.C: - changes in formating
8282:
8283: * src/: classes/file.C, main/pa_http.C: - some constants changed
8284: their names
8285:
8286: * src/include/pa_http.h: - some spaces were converted to tabs
8287:
8288: * src/include/pa_common.h: - some constants changed their names
8289:
8290: * src/classes/file.C: - fixed 4-th paramether for file::load -
8291: little code rewriting
8292:
8293: * src/types/pa_vfile.C: - little code rewriting
8294:
8295: * src/: main/pa_common.C, main/pa_http.C, main/untaint.C,
8296: types/pa_value.h: - some formating changes
8297:
8298: * src/include/pa_common.h: - some formating spaces transformed to
8299: tabs
8300:
8301: * src/classes/string.C: - exception while base64-decode binary to a
8302: string
8303:
8304: 2009-01-11 misha
8305:
8306: * configure.in: - version changed to 3.3.1b
8307:
8308: 2008-09-05 misha
8309:
8310: * src/lib/pcre/Makefile.am: file Makefile.am was added on branch
8311: release_3_3_0 on 2008-09-05 10:59:35 +0000
8312:
8313: 2008-09-04 misha
8314:
8315: * tests/: 130.html, 131.html: - these exceptions not typeless
8316: anymore
8317:
8318: * src/classes/op.C: - exception with 'invalid taint language' not
8319: typeless anylonger
8320:
8321: * src/classes/image.C: - some exceptions while operations with
8322: image not typeless anymore
8323:
8324: * src/: types/pa_vhashfile.C, main/pa_common.C, classes/file.C,
8325: main/pa_exec.C, main/pa_http.C: - some exceptions while
8326: operations with files not typeless anymore
8327:
8328: * src/: classes/date.C, types/pa_value.C, types/pa_vcookie.C,
8329: types/pa_vdate.h: - exceptions while checking date range not
8330: typeless anymore
8331:
8332: * src/include/pa_exception.h: - exception type string for invalid
8333: date range was added
8334:
8335: 2008-09-03 misha
8336:
8337: * src/: classes/file.C, main/pa_string.C: - exception while pce
8338: operations not typeless anymore
8339:
8340: * src/include/pa_exception.h: - exception type for pce operations
8341: was added
8342:
8343: * tests/: 191.html, 191_a.p, 191_b.p: - tests for calling .CLASS
8344: and .CLASS_NAME insite classes
8345:
8346: * src/classes/table.C: - don't save table header whiile
8347: ^table.save[append;filename] if file exists
8348:
8349: 2008-09-02 misha
8350:
8351: * src/main/compile.y, src/main/compile_tools.h,
8352: src/types/pa_vstateless_class.h, src/main/compile.tab.C,
8353: tests/182_dir/a1.p, tests/182_dir/a2.p: - append option was
8354: renamed to partial and it login changed: we must mark class as
8355: partial for allow their modifications in future.
8356:
8357: 2008-08-29 misha
8358:
8359: * tests/results/022.processed: - testing taint[regex] in mask for
8360: file:list
8361:
8362: * tests/022.html: - testing taint[regex] in mask for file:list
8363:
8364: * tests/022_dir/b[b].txt: - file for testing taint[regex] in mask
8365: for file:list was added
8366:
8367: * src/classes/file.C: - bugfix: ^taint[regex][] didn't works in
8368: file:list
8369:
8370: 2008-08-26 misha
8371:
8372: * src/types/pa_vobject.C: - we must get .CLASS and .CLASS_NAME from
8373: last derived object
8374:
8375: * src/classes/image.C: - many strings "image.format" replaced by
8376: IMAGE_FORMAT constant string - handle GPS info while parse exif -
8377: understand some more exif tags
8378:
8379: * src/include/pa_exception.h: - string "image.format" was added
8380:
8381: 2008-08-21 misha
8382:
8383: * src/: main/pa_string.C, classes/file.C: - use method for print
8384: pcre_exec text error
8385:
8386: * src/main/pa_common.C: - method for print pcre_exec text error was
8387: added
8388:
8389: * src/include/pa_common.h: - method declaration for print pcre_exec
8390: text error was added
8391:
8392: 2008-08-19 misha
8393:
8394: * src/main/execute.C: - bugfix: opcodes must be in separate
8395: namespace while debug execution as well
8396:
8397: * tests/: 015.html, results/015.processed: - test for escaping some
8398: parser chars was added
8399:
8400: 2008-08-18 misha
8401:
8402: * tests/: 190.html, 190.p, results/190.processed: - test for
8403: $caller.self.field + default getter in one class was added
8404:
8405: * tests/: 189.html, results/189.processed: - test for
8406: ^date::create[date object]
8407:
8408: * tests/: 188.html, results/188.processed: - tests for match with
8409: UTF-8 strings
8410:
8411: * src/main/pa_string.C: - option 'U' (ungreedy) was added to
8412: ^string.match[]
8413:
8414: * ChangeLog: - parser 3.3.0 beta13
8415:
8416: 2008-08-15 misha
8417:
1.116 moko 8418: * src/lib/pcre/: LICENCE, Makefile.am, README, Tech.Notes, get.c,
8419: internal.h, pcre.3, pcre.3.html, pcre.3.txt, pcre.c, pcre.h,
8420: pcre.vcproj, study.c, maketables.c, pcre_dftables.vcproj,
8421: dftables.c: - old PCRE files removed
1.95 moko 8422:
8423: * src/lib/pcre/config.h: - configuration for PCRE library
8424:
8425: * src/targets/: cgi/parser3.vcproj, isapi/parser3isapi.vcproj: -
8426: use PCRE library from win32\pcre instead of parser3\src\lib\pcre
8427:
8428: * src/: classes/file.C, main/pa_string.C: - moved to new PCRE
8429: library and set flag UTF8 if $request:charset is UTF-8
8430:
8431: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_globals.C,
8432: include/pa_config_fixed.h: - moved to new PCRE library
8433:
8434: * src/: main/main.vcproj, types/types.vcproj,
8435: classes/classes.vcproj, lib/Makefile.am: - use PCRE library from
8436: win32\pcre instead of parser3\src\lib\pcre
8437:
8438: * src/: include/pa_opcode.h, include/pa_operation.h,
8439: main/compile.C, main/compile.y, main/compile_tools.C,
8440: main/compile_tools.h, main/execute.C, main/compile.tab.C: -
8441: opcodes were moved to separate namespace
8442:
8443: 2008-08-14 misha
8444:
8445: * src/types/pa_vstateless_class.C: - newline at the end missed
8446:
8447: * src/main/untaint.C: - char '-' also prefixed by '\' while regex
8448: tainting
8449:
8450: 2008-08-11 misha
8451:
8452: * tests/: 187.html, 187.p, results/187.processed: - tests for
8453: $caller.self, $caller.self.field and $caller.self.field[value]
8454: were added
8455:
8456: * src/types/pa_vmethod_frame.h: - still need to check 'self'
8457: runtime as well (for $caller.self)
8458:
8459: 2008-07-25 misha
8460:
8461: * tests/: 021.html, 032.html, 033.html, 047.html, 055.html,
8462: 059.html, 061.html, 064.html, 067.html, 068.html, 085.html,
8463: 086.html, 098.html, 109.html, 121.html: - set correct charsets in
8464: tests with international characters
8465:
8466: 2008-07-23 misha
8467:
8468: * src/main/pa_http.C: - escape $cookies as %uXXXX while
8469: file::load[...;http://
8470:
8471: * src/: main/pa_string.C, main/pa_globals.C, classes/file.C: - pcre
8472: now everywhere in separate namespace
8473:
8474: * src/types/pa_vmethod_frame.h: - looking for caller before looking
8475: for vars
8476:
8477: * src/main/: compile.y, compile.tab.C: - characters '@' and '#' now
8478: can be escaped by '^'
8479:
8480: 2008-07-22 misha
8481:
8482: * src/classes/string.C, tests/186.html: - names changes:
8483: escape=>js-escape, unescape=>js-unescape
8484:
8485: 2008-07-21 misha
8486:
8487: * tests/results/186.processed: - test for string escape/unescape
8488:
8489: * tests/186.html: - test for string escape/unescape
8490:
8491: * src/classes/string.C: - string has escape and unescape methods
8492: now
8493:
8494: * src/: include/pa_string.h, main/pa_string.C: - escape method was
8495: added
8496:
8497: * src/: include/pa_charset.h, main/pa_charset.C: - more escape
8498: method-layers added (with different params)
8499:
8500: 2008-07-18 misha
8501:
8502: * tests/results/185.processed: - test for ^str.pos[substr](offset)
8503: was added
8504:
8505: * tests/185.html: - test for ^str.pos[sub](offset) added
8506:
8507: * src/classes/string.C, src/classes/void.C, operators.txt: -
8508: ^string.pos[substr](offset) -- 2nd param accepted now
8509:
8510: * src/main/pa_string.C: - .pos works fine with offset for utf-8
8511: strings
8512:
8513: 2008-07-17 misha
8514:
8515: * src/: include/pa_string.h, main/pa_string.C, classes/string.C: -
8516: helper length added for mid for small optimisation
8517:
8518: 2008-07-16 misha
8519:
8520: * tests/: 185.html, results/185.processed: - tests for
8521: length/left/right/mid/pos with utf-8 strings
8522:
8523: * src/classes/string.C: - left/right/mid/length/pos works fine for
8524: utf-8 strings
8525:
8526: * src/main/untaint.C: - comments removed
8527:
8528: * src/: include/pa_string.h, main/pa_string.C,
8529: include/pa_charset.h, main/pa_charset.C: - methods for working
8530: with pos/mid for strings in utf-8 were added
8531:
8532: 2008-07-15 misha
8533:
8534: * tests/: 184.html, results/184.processed: - test for case body as
8535: expression: $var(^switch(1){^case(1)(true)..})
8536:
8537: * src/classes/op.C: - case body can be expression now:
8538: $var(^switch(1){^case(1)(true)..})
8539:
8540: * tests/: results/183.processed, 183.html: - added test for testing
8541: new cookie encoding (%uXXXX)
8542:
8543: * src/main/untaint.C: - cookies outputs as %uXXXX now. while
8544: decoding for backward compatibility they decoded from %XX in
8545: request:charset too
8546:
8547: * src/: types/pa_vcookie.C, types/pa_vcookie.h, main/pa_request.C:
8548: - cookie class now decode cookies before first access after last
8549: request:charset changing (as form class).
8550:
8551: * src/main/pa_charset.C: - added method escape for escaping cookies
8552: as %uXXXX - before transcode calculate required space for dest
8553: string. it reduce mem usage for transcode
8554:
8555: * src/include/pa_charset.h: - added method escape for escaping
8556: cookies as %uXXXX
8557:
8558: * src/include/pa_string.h: - taint lang (internal) L_HTTP_COOKIE
8559: was added. will used for escaping cookies as %uXXXX
8560:
8561: * src/include/pa_common.h: - escape method has new option for skip
8562: converting '+' to a space char
8563:
8564: * src/main/: pa_common.C, pa_http.C: - skip BOM code before
8565: transcode - escape method has new option for skip converting '+'
8566: to a space char
8567:
8568: 2008-07-08 misha
8569:
8570: * src/classes/op.C: - bugfix in switch - case "stops" on 1st match
8571: (no UE if more then 1 case matches anylonger) - optimization:
8572: doing searching.as_string() || searching.as_double() only once
8573:
8574: 2008-07-04 misha
8575:
8576: * src/types/pa_vdate.h: - is_evaluated_expr returning true added so
8577: now ^date::create[date object] works
8578:
8579: * src/classes/string.C: - left and right added as aliases for start
8580: and end in ^string.trim[]
8581:
8582: 2008-07-03 misha
8583:
8584: * src/classes/file.C: - allow $.limit for file::sql as well
8585:
8586: * src/classes/file.C: - allow $.offset option for file::sql - force
8587: send limit=1 to query for use sql specifics authomatically
8588:
8589: * src/classes/: hash.C, string.C, table.C: - don't throw exception
8590: if $.limit value if empty. autoconvert it as everywere
8591:
8592: 2008-07-02 misha
8593:
8594: * configure.in: - time to change version number to 3.3.0 %-)
8595:
8596: * src/include/pa_version.h: - time to change version number to
8597: 3.3.0 %-)
8598:
8599: 2008-06-26 misha
8600:
8601: * src/classes/: file.C, hash.C, string.C, table.C, void.C: -
8602: $.limit(0) fixes
8603:
8604: * src/sql/pa_sql_driver.h: - new drivers API and new version (10.0)
8605: - $.limit(0) fixes
8606:
8607: * src/sql/pa_sql_driver.h: - SQL_NO_LIMIT added (preparations to
8608: new API)
8609:
8610: * src/: include/pa_sql_driver_manager.h,
8611: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
8612: classes/op.C: - document_root added
8613:
8614: * src/main/compile.tab.C: - error message was changed
8615:
8616: 2008-06-25 misha
8617:
8618: * src/main/compile.y: - error message was changed
8619:
8620: 2008-06-24 misha
8621:
8622: * tests/176_dir/: a.p, d.p: - @OPTION => @OPTIONS
8623:
8624: * tests/: 182.html, 182_dir/a1.p, 182_dir/a2.p, 182_dir/a3.p: -
8625: tests for @OPTIONS\nappend
8626:
8627: * tests/: 176.html, results/176.processed: - @OPTION => @OPTIONS
8628:
8629: * src/main/: compile.y, compile.tab.C: - stuff for @OPTIONS\nappend
8630:
8631: * src/main/compile_tools.h: - new methods for @OPTIONS\nappend
8632:
8633: * src/types/pa_vmethod_frame.h: - ALL_VARS_LOCAL_NAME moved fo
8634: compile.y
8635:
8636: 2008-06-17 misha
8637:
8638: * src/main/: compile.y, compile.tab.C: - bugfix in 'def'
8639: compilation: ^if(default){true. it's incorrect. must be
8640: exception}
8641:
8642: 2008-06-16 misha
8643:
8644: * tests/: 181.ent, 181.html, results/181.processed: - test for
8645: checking external reference loading with 'http://localhost'
8646: prefix while creating xdoc
8647:
8648: * tests/180.html: - use ^inet:ntoa[] and ^inet:aton[] instead of
8649: ^math:long2ip[] and ^math:ip2long[]
8650:
8651: * src/types/: pa_vobject.C, pa_vobject.h: - get_scalar_value method
8652: added which use scalar stateless class method when user object
8653: used in scalar context - use get_scalar_value when user object
8654: requested in scalar context
8655:
8656: * src/main/pa_common.C: - size must be int but not size_t or we
8657: can't compare with 0 sprintf result
8658:
8659: * src/: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
8660: main/execute.C, main/pa_request.C: - go back to one VMethodFrame
8661: with internal switch between local/global vars
8662:
8663: * src/types/pa_vclass.C: - register scalar if method @GET[] was
8664: specified
8665:
8666: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h,
8667: pa_vstateless_object.h: - stateless class and object now has
8668: private scalar field and getter/setter for working with it
8669:
8670: * src/classes/math.C: - methods math:long2ip & math:ip2long were
8671: moved to inet static class
8672:
8673: * src/classes/: classes.vcproj, inet.C, Makefile.am: - inet static
8674: class added (^inet:aton[IP], ^inet:ntoa(number))
8675:
8676: * tests/: 180.html, results/180.processed: - tests for
8677: ^math:long2ip(long) and ^math:ip2long[IP]
8678:
8679: * src/classes/math.C: - ^math:ip2long[IP] added
8680:
8681: 2008-06-11 misha
8682:
8683: * src/main/pa_xml_io.C: - use file_read_text again because of we
8684: need cut BOM code and remove DOS newline chars. but don't
8685: transcode it anyway.
8686:
8687: * src/: include/pa_common.h, include/pa_http.h, main/pa_common.C,
8688: main/pa_http.C: - option for disable transcoding while file_read
8689: and file_read_text added
8690:
8691: 2008-06-10 misha
8692:
8693: * tests/: 179.html, 179.p, results/179.processed: - test for many
8694: classes in 1 file
8695:
8696: * src/main/: compile.C, compile_tools.h: - compile return list of
8697: classes now.
8698:
8699: * src/main/: compile.y, compile.tab.C: - compile return list of
8700: classes now. internals.
8701:
8702: * src/main/pa_request.C: - compile return list of classes now. try
8703: call @conf and @auto for each returned class
8704:
8705: * src/include/pa_request.h: - compile return list of classes now
8706:
8707: * src/types/pa_vstateless_class.h: - typedef ArrayClass added (for
8708: return list of classes when compile buf)
8709:
8710: 2008-06-07 misha
8711:
8712: * src/main/pa_request.C: - constructing VRequest object with 3rd
8713: param -- form
8714:
8715: * src/types/: pa_vrequest.C, pa_vrequest.h: - constructor acceps
8716: 3rd param: form. needed for get post_charset
8717:
8718: * src/types/: pa_vform.C, pa_vform.h: - VForm::get_post_charset()
8719: added
8720:
8721: * src/: include/pa_common.h, main/pa_common.C, main/pa_http.C,
8722: types/pa_vform.C, types/pa_vform.h: - some polish
8723:
8724: 2008-06-06 misha
8725:
8726: * src/types/: pa_vform.C, pa_vform.h: - if POST -- try detec
8727: charset and decode chars from it but not from response:charset
8728:
8729: * src/main/pa_http.C: - detect_charset moved out of here
8730:
8731: * src/: include/pa_common.h, main/pa_common.C: - more helpers
8732: methods moved here - unescape_chars accepn one charset now
8733:
8734: * src/main/pa_http.C: - new constants used - don't allow
8735: $.content-type in ^file::load[;http://;$.method[POST]] - add
8736: charset info while ^file::load[;http://;$.method[POST]] - option
8737: $.omit-post-charset(true) added to ^file::load[;http://] for
8738: disabling charset during post
8739:
8740: * src/types/pa_vform.C: - new constants used
8741:
8742: * src/include/pa_common.h: - some constants were added
8743:
8744: * src/: classes/form.C, types/pa_vform.C: - use StrStartFromNC
8745: instead of StrEqNc
8746:
8747: * src/main/pa_common.C: - new method for caseless search
8748: c-substring in c-string - use isxdigit instead of is_hex_digit
8749:
8750: * src/include/pa_common.h: - new method for caseless search
8751: c-substring in c-string
8752:
8753: 2008-06-05 misha
8754:
8755: * tests/results/178.processed: - test for testing default getter
8756:
8757: * tests/178.html: - test for testing default getter
8758:
8759: * tests/178_dir/: 178a.p, 178b.p, 178c.p, 178d.p, 178e.p: - classes
8760: for test for testing default getter
8761:
8762: * src/main/execute.C: - default getter soul
8763:
8764: * src/types/: pa_vobject.C, pa_vobject.h: - get default getter if
8765: requested objects' field not found
8766:
8767: * src/types/pa_vclass.C: - register default getter if defined - get
8768: default getter if requested field not found
8769:
8770: * src/types/pa_vstateless_object.h: - method get_default_getter was
8771: added
8772:
8773: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
8774: pointer to default getter and methods for get/set it were added
8775:
8776: * src/types/: pa_junction.h, pa_vjunction.h: - junction has
8777: auto_name field (for default getter)
8778:
8779: 2008-06-04 misha
8780:
8781: * src/main/pa_xml_io.C: - load external xml in binary mode (no
8782: transcoding, no cutting BOM code, no fixing line breaks) and get
8783: it to libxml "as is"
8784:
8785: 2008-06-03 misha
8786:
8787: * src/main/pa_common.C: - use store_Char instead of
8788: transcodeCharFromUTF8
8789:
8790: * src/: include/pa_charset.h, main/pa_charset.C: - method
8791: store_Char added, transcodeCharFromUTF8 -- removed
8792:
8793: 2008-06-02 misha
8794:
8795: * tests/: results/177.processed, 177.html: - test for checking
8796: .[acm]date after local ^file::load[] was added
8797:
8798: * tests/: results/176.processed, 176.html: - test for checking
8799: @OPTION\locals + @method[vars][locals] added
8800:
8801: * tests/results/auto.p: - CLASS_PATH specified for checking use
8802:
8803: 2008-05-30 misha
8804:
8805: * src/main/: compile.y, compile.tab.C: - changes in compiler:
8806: @OPTION\nlocals + @method[vars][;locals;] were added
8807:
8808: * src/main/execute.C: - code of OP_CALL and OP_CALL__WRITE was
8809: moved to separate method op_code - switch from VMethodFrame to
8810: VMethodFrameGlobal + VMethodFrameLocal
8811:
8812: * src/include/pa_request.h: - code of OP_CALL and OP_CALL__WRITE
8813: was moved to separate method op_code
8814:
8815: * src/main/pa_request.C: - use VMethodFrameGlobal instead of
8816: VMethodFrame now
8817:
8818: * src/types/pa_vstateless_class.h: - stateless class have bool flag
8819: all_vars_local as well
8820:
8821: * src/types/: pa_vmethod_frame.h, pa_vmethod_frame_global.h,
8822: pa_vmethod_frame_local.h, Makefile.am: - who children for
8823: VMethodFrame were added: one (global) works as VMethodFrame
8824: before and second (local) write all vars in self vars scope
8825:
8826: * src/types/pa_method.h: - method has bool flag all_vars_local now
8827:
8828: 2008-05-29 misha
8829:
8830: * tests/: 129.html, results/129.processed: - more tests for
8831: ^table.hash[]
8832:
8833: * src/classes/hash.C: - ^hash::sql has a new option:
8834: $.type[hash|string|table] as ^table.hash[] one.
8835:
8836: * src/classes/op.C: - ^try has 3rd param now: finally code which
8837: executed anyway after try or catch section
8838:
8839: 2008-05-27 misha
8840:
8841: * src/classes/table.C: - bugfix: ^table.hash[key][$.type[table]]
8842: must not fail if $.distinct(1) wasn't specified
8843:
8844: 2008-05-26 misha
8845:
8846: * src/classes/op.C: - allow ^throw[my type]
8847:
8848: 2008-05-22 misha
8849:
8850: * configure.in, configure: - version number updated to 3.2.4b
8851:
8852: * src/classes/: op.C, string.C: - trim format string before
8853: eval/format
8854:
8855: * tests/: results/175.processed, 175.html: - more tests for
8856: different format strings in .format[]
8857:
8858: * src/types/pa_vform.C: - while decoding get values decode %uXXXX
8859: as well (not only %XX)
8860:
8861: * src/main/pa_common.C: - unescape_chars can decode %uXXXX if
8862: charset specified - checks for format before print number
8863: (^d.format[>...<], ^eval($d)[>...<]) - formating with spaces
8864: (instead of tabs) removed
8865:
8866: * src/include/pa_common.h: - unescape_chars can decode %uXXXX if
8867: charset specified
8868:
8869: * src/: include/pa_charset.h, main/pa_charset.C: - method for get
8870: char in requested charset from utf code was added
8871:
8872: 2008-05-19 misha
8873:
8874: * tests/: 174.html, results/174.processed: - test for
8875: ^hashfile.cleanup[] added
8876:
8877: * src/classes/hashfile.C: - optimization: don't create any key or
8878: value variable if it's name weren't specified
8879: (^hf.foreach[;v]{...})
8880:
8881: 2008-05-16 misha
8882:
8883: * src/classes/hash.C: - optimization: don't create any key variable
8884: if variable name wasn't specified (^h.foreach[;v]{...})
8885:
8886: 2008-05-15 misha
8887:
8888: * src/classes/op.C: - small changes
8889:
8890: * src/classes/hashfile.C: - code reformating (as hash.foreach)
8891:
8892: * src/classes/hash.C: - calculate var_context once before foreach
8893:
8894: 2008-05-14 misha
8895:
8896: * src/classes/hashfile.C: - incorrect vars context calculation for
8897: ^hashfile.foreach[;]{} fixed
8898:
8899: * src/classes/: hash.C, table.C: - little optimisation
8900:
8901: * src/classes/file.C: - bugfix: double absolute path while loading
8902: file
8903:
8904: * tests/: 174.html, results/174.processed: - tests for hashfile
8905: were added
8906:
8907: * buildall-with-xml: - moving to libxslt 1.1.24
8908:
8909: 2008-04-30 misha
8910:
8911: * src/classes/file.C: - stat file while loading (local only) so
8912: .adate, .mdate and .cdate available without additional ::stat
8913:
8914: 2008-04-28 misha
8915:
8916: * src/classes/file.C: - $.name and $.content-type available for
8917: stated file
8918:
8919: 2008-04-14 misha
8920:
8921: * src/targets/cgi/parser3.C: - new year in copyright %-)
8922:
8923: * src/include/pa_version.h: - new version number in head
8924:
8925: 2008-04-10 misha
8926:
8927: * tests/: 080.html, results/080.processed: - cut '0' from
8928: exponential part because of on diff OS it differ (20 or 020 for
8929: ex)
8930:
8931: * tests/: 119.html, results/119.processed: - check for encoding
8932: while creating xdoc
8933:
8934: 2008-04-09 misha
8935:
8936: * buildall-with-xml: - move to libxml 2.6.32 and libxslt 1.1.23
8937:
8938: * src/main/pa_common.C: - comment added
8939:
8940: * src/classes/date.C: - little refactoring
8941:
8942: 2008-04-07 misha
8943:
8944: * src/classes/table.C: - use NO_STRINGSTREAM for switch to old
8945: style of ^table.save[]: prepare one big string and sabe it at
8946: once. it's safe on freebsd 4.x but use much more memory.
8947:
8948: * buildall-with-xml, buildall-without-xml: - option
8949: --disable-stringstream added (under comment. use it on freebsd
8950: 4.x)
8951:
8952: 2008-02-22 misha
8953:
8954: * src/main/pa_http.C: - exception if $.body[] and $.forms[]
8955: specified together in file::load[;http] - get back transcoding
8956: $.body[] in file::load[;http]
8957:
8958: 2008-02-21 misha
8959:
8960: * src/classes/date.C: - ^date.gmt-string[] was added
8961:
8962: * src/types/pa_value.C: - method for output date in RFC 822 format
8963: moved to pa_common.h
8964:
8965: * src/include/pa_common.h: - method for output date in RFC 822
8966: format moved here from pa_value.C
8967:
8968: * src/types/pa_vmail.C: - fixed core in sending mail with
8969: attachment in simple mode ($.file[file here]) introduced in 3.2.2
8970:
8971: 2008-02-20 misha
8972:
8973: * src/main/pa_http.C: - transcode $.headers before escaping into
8974: specified charset while ^file::load[...;http://...] (L_URI
8975: instead of L_HTTP_HEADER) - $.cookies param available in
8976: ^file::load[;http://...] now (but we don't parse set-cookies from
8977: response yet) (cookies not transcoded as common $cookies)
8978:
8979: 2008-02-19 misha
8980:
8981: * src/main/pa_request.C: - rollback: we mustn't force taint
8982: $response:field values because in this case
8983: $response:locateion[http://...] don't works.
8984:
8985: 2008-02-15 misha
8986:
8987: * src/classes/op.C: - little refactoring
8988:
8989: * src/main/pa_http.C: - taint names of $.headers for load[;http
8990:
8991: * src/main/pa_request.C: - force taint values of $response:field
8992:
8993: 2008-02-14 misha
8994:
8995: * src/main/pa_request.C: - $response:field transcoded to
8996: $response:charset before escaping now
8997:
8998: * src/main/pa_http.C: - some outdated comments removed
8999:
9000: * src/classes/date.C: - lastdat -> last-day
9001:
9002: * src/classes/date.C: - ^date:lastday(year;month) and
9003: ^date.lastday[] were added - little code refactoring - comments
9004: changes
9005:
9006: * tests/: 159.html, results/159.processed: - test for number of
9007: days in February
9008:
9009: * src/types/pa_value.C: - fixes in code formatting
9010:
9011: * src/classes/: file.C, op.C, table.C: - fixes in code formatting
9012: and comments
9013:
9014: 2008-02-13 misha
9015:
9016: * src/main/pa_common.C: - bugfix for february at leap year
9017:
9018: 2008-01-28 misha
9019:
9020: * tests/: 160.html, results/160.processed: - more test for cache
9021: added
9022:
9023: * src/classes/op.C: - bugfix: cache body executed twice if contains
9024: unhandled exception
9025:
9026: 2008-01-25 misha
9027:
9028: * src/lib/sdbm/sdbm.c: - use arp_malloc instead of malloc (fixed
9029: bug when hashfile became inavailable after memory:compact)
9030:
9031: * src/lib/sdbm/apr_strings.C: - +arp_malloc
9032:
9033: 2008-01-22 misha
9034:
9035: * src/classes/table.C: - little refactiring and exception texts
9036: changes in method ^table.hash[]
9037:
9038: * src/types/pa_vcookie.C: - link to cookie specification changed
9039:
9040: 2008-01-21 misha
9041:
9042: * tests/: 171.html, cat.sh, results/171.processed: - more tests for
9043: file::exec/cgi
9044:
9045: * src/classes/file.C: - bugfix: core while processing headers if
9046: executed cgi script don't return content
9047:
9048: 2008-01-18 misha
9049:
9050: * buildall-with-xml: - move to libxml2 version 2.6.31
9051:
9052: * src/include/pa_version.h, configure.in: - version number updated
9053: to '3.2.3b'
9054:
9055: 2007-12-28 misha
9056:
9057: * src/: classes/hash.C, include/pa_hash.h: - hash.contain =>
9058: hash.contains
9059:
9060: 2007-12-27 misha
9061:
9062: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9063: src/lib/cord/cord.vcproj, src/lib/gd/gd.vcproj,
9064: src/lib/ltdl/ltdl.vcproj, src/lib/md5/md5.vcproj,
9065: src/lib/pcre/pcre.vcproj, src/lib/pcre/pcre_dftables.vcproj,
9066: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9067: src/lib/smtp/smtp.vcproj, src/main/main.vcproj,
9068: src/targets/cgi/parser3.vcproj,
9069: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj: -
9070: back to VS2003 because of Apache 1.3 module can't work if it was
9071: built in VS 2005. with cgi all file so VS2003 project files can
9072: be easy converted to the new format.
9073:
9074: 2007-12-04 misha
9075:
9076: * src/types/pa_vcode_frame.h: - changes in comment
9077:
9078: 2007-11-29 misha
9079:
9080: * src/: types/pa_vcode_frame.h, main/execute.C: - code frame don't
9081: intercept strings any longer
9082:
9083: * tests/: 173.html, results/173.processed: - tests for
9084: $d[^date::now[]] $j{$d} $r[$j] -- must create date object in $r
9085: but not in main code frame
9086:
9087: * tests/: 172.html, results/172.processed: - more tests for pass
9088: objects from code frames
9089:
9090: 2007-11-27 misha
9091:
9092: * tests/: 152.html, results/152.processed: - tests for converting
9093: strings 'true'/'false' to bool were added
9094:
9095: * tests/152.html: - added checks for converting strings
9096: 'true'/'false' to bool
9097:
9098: * src/classes/string.C: - ^srting.bool[] now can convert to bool
9099: not only strings with numbers but with values 'true'/'false' as
9100: well
9101:
9102: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: - buffer size
9103: for parser3.log increased
9104:
9105: * src/main/pa_common.C: - remove_crlf optimize whitespaces now
9106:
9107: * src/include/pa_common.h: - remove_crlf return cstring size now
9108:
9109: * src/include/pa_types.h: - constant with buffer size for
9110: parser3.log added
9111:
9112: 2007-11-16 misha
9113:
9114: * tests/cat.sh: - script for tests for file::exec/cgi
9115:
9116: * tests/171.html: - tests for file::exec/cgi
9117:
9118: * tests/results/171.processed: - tests results for file::exec/cgi
9119:
9120: 2007-11-15 misha
9121:
9122: * src/main/pa_exec.C: - fixed incorrect exec code for unix
9123:
9124: * src/classes/file.C: - .body must be set before analyzing cgi
9125: headers
9126:
9127: * src/classes/file.C: - bugfix: we must transcode output fix EOLs
9128: only if exec/cgi return anything.
9129:
9130: 2007-11-14 misha
9131:
9132: * operators.txt: - info about new text|binary option for
9133: file::exec/cgi was added
9134:
9135: * src/: include/pa_exec.h, main/pa_exec.C, classes/file.C: -
9136: ^file:exec[[text|binary];script;...]
9137:
9138: * src/: include/pa_exception.h, classes/file.C, classes/image.C,
9139: classes/string.C, classes/table.C: - more text strings moved to
9140: the one place
9141:
9142: 2007-11-09 misha
9143:
9144: * src/types/pa_vrequest.C: - $request:argv must be taint
9145:
9146: * ChangeLog: - $request:argv [patch from Sumo]
9147:
9148: * operators.txt: - $request:argv
9149:
9150: * src/: include/pa_request_info.h, types/pa_vrequest.C,
9151: types/pa_vrequest.h, targets/cgi/parser3.C: - $request:argv
9152:
9153: 2007-10-25 misha
9154:
9155: * buildall-with-xml, buildall-without-xml: - options preparations
9156: for ./configure rewrited
9157:
9158: * src/main/: compile.tab.C, compile.y: - bug if parser.compile
9159: error occure in unhandled_exception finally fixed
9160:
9161: 2007-10-23 misha
9162:
9163: * tests/: 170.html, results/170.processed: - test for
9164: @method[][result]
9165:
9166: * operators.txt: - added info about node.prefix and
9167: node.namespaceURI
9168:
9169: * src/classes/xnode.C: - xmlHasProp used instead of xmlGetProp
9170:
9171: * src/types/pa_vxnode.C: - DOM2 fields namespaceURI and prefix were
9172: added for node and attribute
9173:
9174: 2007-10-22 misha
9175:
9176: * src/types/pa_vmail.C: - content-transfer-encoding: 8bit added
9177:
9178: * src/main/pa_request.C: - added const content-transfer-encoding
9179:
9180: * src/include/pa_request.h: - added const content-transfer-encoding
9181: - ups. constants must be in lowercase (for search)
9182:
9183: * src/types/pa_vmail.C: - more constants used -
9184: content-transfer-encoding: 8bit added
9185:
9186: * src/main/pa_uue.C: - content-transfer-encoding moved out of here
9187:
9188: * src/include/pa_request.h: - more constants
9189:
9190: * src/types/pa_vmail.C: - constant renamed - $.content-id don't
9191: ommit anymore if $.content-disposition was specified - little
9192: refactoring
9193:
9194: * src/: include/pa_request.h, main/pa_request.C: - constant renamed
9195:
9196: 2007-10-17 misha
9197:
9198: * operators.txt: - info about
9199: table::create[nameless]{data}[>options<] was added
9200:
9201: * src/main/: compile.tab.C, compile.y: - if error occure while
9202: compile method don't put this method in methods table anymore.
9203: in other case the parser coredumped if @unhandled_exception
9204: method can't be compiled because of parser.compile error.
9205:
9206: * src/main/execute.C: - little code reformating
9207:
9208: * src/main/pa_request.C: - little code reformating - comment
9209: changed
9210:
9211: 2007-10-16 misha
9212:
9213: * tests/: 035.html, results/035.processed: - tests
9214: table::create[]{}[options] added
9215:
9216: * src/classes/table.C: - table::create[]{} now accept 3rd param:
9217: options (only $.seperator[] yet)
9218:
9219: 2007-10-10 misha
9220:
9221: * src/classes/table.C: - some contstants moved to pa_common.h -
9222: some code changes
9223:
9224: 2007-10-02 misha
9225:
9226: * src/main/pa_uue.C: - memory usage during uuencode reduced more
9227: then three time as much. but base64 encoding method still use
9228: less memory anyway.
9229:
9230: 2007-09-17 misha
9231:
9232: * operators.txt: - added info about $cookie:fields
9233:
9234: * src/types/pa_vcookie.C: - $cookie:fields available now
9235:
9236: * src/classes/hash.C: - some stuff for use with .for_each moved to
9237: common
9238:
9239: * src/include/pa_common.h: - some stuff for use with .for_each
9240: moved here
9241:
9242: * src/types/: pa_venv.C, pa_venv.h: - some strings moved to #define
9243:
9244: 2007-09-14 misha
9245:
9246: * buildall-with-xml: - new xml libs again =)
9247:
9248: 2007-08-28 misha
9249:
9250: * operators.txt: - texts about ^table.columns[[column name]] and
9251: ^string.split[...][v][column name] were added
9252:
9253: * tests/: 168.html, 169.html, results/168.processed,
9254: results/169.processed: - tests for ^table.columns[[column name]]
9255: and ^string.split[...][v][column name] were added
9256:
9257: * src/classes/table.C: - new option ^table.columns[[column name]]
9258: was added
9259:
9260: * src/classes/string.C: - new option ^string.split[...;v;[column
9261: name]]
9262:
9263: * src/include/pa_exception.h: - error text message for
9264: ^hash._keys[], ^table.columns[] and ^string.split[]
9265:
9266: 2007-08-27 misha
9267:
9268: * src/main/untaint.C: - try to fix coredump on unix if print to
9269: body ^taint[sql][something] outside of connect
9270:
9271: * tests/: 167.html, results/167.processed: - test for ^taint[sql]
9272: outside of connect
9273:
9274: * buildall-with-xml, buildall-without-xml: - strip parser3 was
9275: added (commented by default)
9276:
9277: 2007-08-20 misha
9278:
9279: * operators.txt: - comment about new method ^node.hasAttributes[]
9280: was added
9281:
9282: * src/classes/: file.C, math.C, op.C, string.C, xdoc.C: - more
9283: duplicated exception text strings were removed
9284:
9285: * src/include/pa_exception.h: - more exception text strings moved
9286: here
9287:
9288: * src/classes/table.C: - some duplicate exceptions' text strings
9289: removed
9290:
9291: * src/classes/: file.C, hashfile.C, image.C, op.C, string.C,
9292: xdoc.C, xnode.C: - some duplicate exceptions' text strings
9293: removed
9294:
9295: * src/include/pa_exception.h: - some exception text strings movet
9296: to pa_exception
9297:
9298: * tests/: 149.html, results/149.processed: - test for
9299: ^xnode.hasAttributes[] was added - some code changes
9300:
9301: * src/classes/xnode.C: - DOM2 method ^xnode.hasAttributes[] was
9302: added
9303:
9304: 2007-08-17 misha
9305:
9306: * tests/: results/006.processed, results/059.processed, 006.html,
9307: 059.html: - more tests for match
9308:
9309: * tests/: 129.html, results/129.processed: - tests for
9310: ^table.hash[...][$.type[string|hash|table]] added
9311:
9312: * src/targets/cgi/parser3.C: - little syntax changes
9313:
9314: * src/: classes/math.C, targets/isapi/parser3isapi.C: - little
9315: syntax changes
9316:
9317: * src/targets/cgi/parser3.C, operators.txt: - annoying 'SIGPIPE'
9318: messages in parser3.log switched off by default. If someone
9319: really still need it: use $SIGPIPE(1)
9320:
9321: 2007-08-08 misha
9322:
9323: * buildall-with-xml, buildall-without-xml: - remove libs source
9324: files by default since now
9325:
9326: 2007-08-07 misha
9327:
9328: * buildall-without-xml: - some option syntax changes
9329:
9330: * buildall-with-xml: - compile libxml2 without http support - some
9331: option syntax changes
9332:
9333: * src/main/pa_xml_io.C: - will use parser file loader for xml needs
9334:
9335: 2007-08-06 misha
9336:
9337: * buildall-with-xml: - moved to libxml2-2.6.29 and libxslt-1.1.21
9338:
9339: * tests/: 160.html, results/160.processed: - cache test was
9340: rewrited
9341:
9342: 2007-07-06 misha
9343:
9344: * tests/: 153.html, results/153.processed: - added test for
9345: ^math:sha1[string]
9346:
9347: * src/types/pa_vform.C: - bugfix: uploaded file name wasn't
9348: transcoded
9349:
9350: * src/classes/math.C: - ^math:long2ip(long) and ^math:sha1[string]
9351: were added
9352:
9353: 2007-06-28 misha
9354:
9355: * etc/parser3.charsets/windows-1251.cfg: - removed duplicated and
9356: some incorrect chars
9357:
9358: 2007-06-19 misha
9359:
9360: * src/include/pa_hash.h: - methods generic_hash_code & hash_code
9361: were moved on top because of gcc 4 had a problems during
9362: building.
9363:
9364: 2007-06-18 misha
9365:
9366: * tests/results/019.processed: - new image commited
9367:
9368: 2007-06-09 misha
9369:
9370: * src/classes/: op.C, table.C: - in while and table.select method
9371: as_expression used now
9372:
9373: * src/types/pa_vmethod_frame.h: - method as_expression was added
9374:
9375: 2007-06-08 misha
9376:
9377: * tests/: 166.html, results/166.processed: - test for
9378: ^match[...][n]
9379:
9380: * tests/: 165.html, results/165.processed: - tests for loops
9381:
9382: * src/lib/cord/include/private/cord_pos.h: - back to origin value
9383: because of no speed/memory optimisation but some proglems with
9384: long cycles occure
9385:
9386: 2007-06-06 misha
9387:
9388: * src/classes/: op.C, table.C: - ^while(true){}, ^while(1){},
9389: ^table.select(true) and ^table.select(1) didn't works because of
9390: awaiting junction-param only. fixed.
9391:
9392: 2007-05-24 misha
9393:
9394: * src/: include/pa_os.h, main/pa_os.C: - 20 attempt to get lock
9395: with 0.5 secs interval
9396:
9397: * src/classes/op.C: - cache was rewrited. I hope it works with
9398: locking system now on unix
9399:
9400: * src/main/pa_os.C: - locks engines were rewrited: now we don't use
9401: system locks which wait till other threads release it but try get
9402: lock, if fail wait 1 sec and make 10 attempts.
9403:
9404: * src/include/pa_os.h: - consts for blocking locks + some comments
9405: were added
9406:
9407: * src/lib/sdbm/apr_file_io.C: - wait till lock released while
9408: opening files
9409:
9410: * src/classes/table.C: - changes in includes. if unclude <sstream>
9411: after our classes on unix it can't be build
9412:
9413: * src/types/pa_vhashfile.C: - not needed code removed
9414:
9415: 2007-05-23 misha
9416:
9417: * src/: classes/file.C, classes/op.C, main/pa_common.C,
9418: include/pa_common.h: - cosmetic changes
9419:
9420: 2007-05-18 misha
9421:
9422: * src/lib/cord/include/private/cord_pos.h: - rebalance tree not so
9423: often. it's give some speed increasing
9424:
9425: * tests/results/160.processed: - returned time corrected
9426:
9427: * tests/160.html: - time increased because on unix 1 mean nothing
9428: :(
9429:
9430: * operators.txt: - added info about ^hash.contain[key]
9431:
9432: * src/classes/hash.C: - added ^hash.contain[key]
9433:
9434: * src/include/pa_hash.h: - added method for checking key exists in
9435: hash
9436:
9437: 2007-05-07 misha
9438:
9439: * src/include/pa_string.h: - was compilation error during build on
9440: freebsd4
9441:
9442: 2007-05-03 misha
9443:
9444: * src/classes/table.C: - option $.type[hash|string|table] was added
9445: for ^table.hash[]
9446:
9447: * src/classes/file.C: - comment removed
9448:
9449: 2007-04-26 misha
9450:
9451: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - while ::open the
9452: real files doesn't opened in place anymore
9453:
9454: 2007-04-24 misha
9455:
9456: * src/classes/math.C: - I thought one more time and remove lg(N) :)
9457:
9458: * src/include/pa_exception.h: "static" removed
9459:
9460: 2007-04-23 misha
9461:
9462: * src/classes/math.C: ^math:lg(N) => ^math:log10(N)
9463:
9464: * src/classes/math.C: added: - ^math:ln(N) (the same as
9465: ^math:log(N)) - ^math:lg(N)
9466:
9467: * tests/: 097.html, results/097.processed: - charsets converstion
9468: during ^file::load[text;http://...] added
9469:
9470: * tests/: 164.html, results/164.processed: - check for set expires
9471: as a date
9472:
9473: * tests/: 164.html, results/164.processed: - test for hashfile
9474:
9475: * src/classes/hashfile.C: - little comment changes
9476:
9477: * src/types/pa_vhashfile.C: - don't open hashfile files until 1st
9478: access
9479:
9480: * src/: classes/date.C, classes/double.C, classes/file.C,
9481: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
9482: classes/mail.C, classes/math.C, classes/op.C, classes/string.C,
9483: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
9484: classes/xnode.h, include/pa_request.h, main/execute.C,
9485: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
9486: main/pa_dictionary.C, main/pa_exec.C, main/pa_http.C,
9487: main/pa_request.C, main/pa_sql_driver_manager.C, main/pa_table.C,
9488: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
9489: types/pa_vconsole.h, types/pa_vfile.h, types/pa_vhash.h,
9490: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmethod_frame.h,
9491: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9492: types/pa_vtable.C, types/pa_vxdoc.h, types/pa_wcontext.C: -
9493: "parser.runtime" strings were removed
9494:
9495: * src/classes/hashfile.C: - with .clear[] called files_delete()
9496: now.
9497:
9498: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - .clear() removed.
9499:
9500: * src/include/pa_exception.h: - string constant with
9501: "parser.runtime" text was added
9502:
9503: 2007-04-20 misha
9504:
9505: * operators.txt: - some comments changing
9506:
9507: * operators.txt: - added info about .^hashfile.release[],
9508: ^hashfile.clenaup[] and new ^string.match[][>N-option<]
9509:
9510: * configure: =cheching for unsetenv
9511:
9512: * src/classes/hashfile.C: - ^hashfile.cleanup[],
9513: ^hashfile.release[] were added
9514:
9515: * src/: main/pa_string.C, include/pa_string.h, classes/string.C: -
9516: ^string.match[][] understand new option now: return number of
9517: matches but not table wit results
9518:
9519: * src/types/: pa_vhashfile.C, pa_vhashfile.h: - hashfile can auto
9520: reopen now
9521:
9522: * src/classes/op.C: - bug. must be false
9523:
9524: * configure.in: - checking for unsetenv was added
9525:
9526: * src/types/pa_vform.C: - some comments
9527:
9528: 2007-04-18 misha
9529:
9530: * buildall-with-xml: moving to libxml2-2.6.28
9531:
9532: * buildall-with-xml, buildall-without-xml: added commented lines
9533: with --disable-safe-mode option
9534:
9535: * operators.txt: - info about $form:files
9536:
9537: 2007-04-17 misha
9538:
9539: * src/types/: pa_vform.C, pa_vform.h: - some code was modified -
9540: $form:files was added
9541:
9542: * tests/: 163.html, results/163.processed: removing auto format
9543:
9544: * src/types/pa_vdate.h: - start adding unsetenv("TZ");
9545:
9546: 2007-04-16 misha
9547:
9548: * tests/: 163.html, results/163.processed: - test for .int[],
9549: floor, round, ceiling and .format[]
9550:
9551: * src/classes/file.C: - little optimization for getting args in
9552: exec/cgi
9553:
9554: 2007-04-13 misha
9555:
9556: * src/classes/file.C: - arguments for file::exec/cgi can be
9557: specified now as s table with one column
9558:
9559: 2007-03-27 misha
9560:
9561: * tests/: 162.html, results/162.processed: - test for
9562: ^table.select(^condition[$t])
9563:
9564: * tests/results/auto.p: - load windows-1251 charset for some tests
9565:
9566: * tests/run_parser.sh: PARSER_CONFIG -> CGI_PARSER_CONFIG
9567:
9568: * tests/: results/161.processed, 161.html, 161_utf8.txt,
9569: 161_windows1251.txt: - added test for
9570: ^file::load[text;/local/file.txt;$.charset[...]]
9571:
9572: * tests/: results/013.processed, 013.html: - added test for
9573: checking $._default value while hash modifications
9574:
9575: * tests/: 160.html, results/160.processed: - add test for
9576: ^cache[key](secs){code}, ^cache[] and ^cache(0)
9577:
9578: 2007-03-22 misha
9579:
9580: * src/include/pa_common.h: - "charset" string defined for
9581: ^file::load[text;/local.txt] and ^table::load[/table.txt]
9582:
9583: * src/main/: pa_common.C, pa_http.C: - $.charset option for
9584: ^file::load[text;/local.txt] and ^table::load[/table.txt] was
9585: added - not needed transcodes were removed from
9586: ^file::load[...;http://...]
9587:
9588: * src/types/pa_vdate.h: - date.week was fixed - date.weekyear was
9589: added
9590:
9591: * src/classes/date.C: - date.week was fixed
9592:
9593: * operators.txt: - added info about date.weekyear
9594:
9595: * tests/: 159.html, results/159.processed: - tests for date.week
9596: and date.weekyear added
9597:
9598: 2007-03-15 misha
9599:
9600: * src/classes/table.C: - enclose column numbers for nameless tables
9601: as well
9602:
9603: 2007-03-14 misha
9604:
9605: * src/targets/cgi/parser3.C: - bugxif. failed when request cgi
9606:
9607: * src/classes/table.C: - table.save optimization: now required much
9608: less memory
9609:
9610: 2007-03-13 misha
9611:
9612: * tests/results/: 158.processed, 158.processes: - tests for
9613: table.save/table.load
9614:
9615: * tests/: 158.html, results/158.processes: - tests for
9616: table.save/table.load
9617:
9618: * buildall-with-xml: libxml2: --without-ftp --without-docbook
9619:
9620: * buildall-with-xml: - pattern needed now for building
9621:
9622: * tests/results/097.processed: - added test results for xdoc::load
9623: & xdoc::load[http://...]
9624:
9625: * tests/097.html: - added test for xdoc::load
9626:
9627: 2007-03-12 misha
9628:
9629: * tests/: 107.html, results/107.processed: - added test for xpath
9630: '//man'
9631:
9632: 2007-03-01 misha
9633:
9634: * tests/: 097.html, results/097.processed: - added test for
9635: creating xdoc from file
9636:
9637: * tests/: results/157.processed, 157.html: - added test for
9638: file:move
9639:
9640: 2007-02-28 misha
9641:
9642: * src/classes/xdoc.C: - another attempt
9643:
9644: * src/classes/xdoc.C: - roll back last changes for a while
9645:
9646: * src/classes/xdoc.C, operators.txt: - ^xdoc::create[$file] added.
9647:
9648: * src/classes/file.C: - under lock we create non-exist dir anyway
9649:
9650: * tests/results/099.processed: - ever send content-disposition to
9651: client with file
9652:
9653: * tests/157.html: + test for file:copy
9654:
9655: 2007-02-26 misha
9656:
9657: * src/classes/file.C: - some similar strings moved to #define
9658: instead of to be copy/pasted many times
9659:
9660: * src/types/pa_vfile.h: - class name string ("file") moved to
9661: #define
9662:
9663: 2007-02-20 misha
9664:
9665: * configure.in: - added some strings for sqlite detection
9666:
9667: 2007-02-19 misha
9668:
9669: * operators.txt: - some comments changes
9670:
9671: * buildall-with-xml, buildall-without-xml: - some modifications
9672:
9673: 2007-02-17 misha
9674:
9675: * buildall-with-xml, buildall-without-xml: - moving to gc6.8
9676:
9677: * src/main/pa_request.C: - damn, i forgot to commit it while I
9678: change console behaviour
9679:
9680: 2007-02-12 misha
9681:
9682: * src/targets/cgi/parser3.C: - don't print headers if
9683: $console:line[data] was used during cgi execution.
9684:
9685: * src/types/pa_vconsole.h: - console class have bool flag now which
9686: marked as 'true' if class was used.
9687:
9688: * tests/: 152.html, results/152.processed: - more types was added
9689: to test 152
9690:
9691: * src/types/: pa_vimage.C, pa_vimage.h: - fixed bug added while
9692: adding 'bool' (^if($image){} caused exception)
9693:
9694: 2007-02-09 misha
9695:
9696: * tests/: 152.html, results/152.processed: - test alightly updated
9697:
9698: * tests/: 152.html, results/152.processed: - test rewrited
9699:
9700: * src/types/: pa_vxdoc.C, pa_vxdoc.h, pa_vxnode.C, pa_vxnode.h: -
9701: bugfix. I broke xdoc & xnode in expression
9702:
9703: 2007-02-08 misha
9704:
9705: * tests/: 152.html, results/152.processed: - add test for checking
9706: 'def' for void, string, bool, int & double
9707:
9708: 2007-02-07 misha
9709:
9710: * operators.txt: - ^file:base64[filespec] was added
9711:
9712: * tests/results/153.processed: - result test for
9713: ^file:base64[filespec] was updated
9714:
9715: * tests/153.html: - test for ^file:base64[filespec] was added
9716:
9717: * src/types/pa_vconsole.h: - little optimization
9718:
9719: * src/classes/file.C: - ^file:base64[filespec]
9720:
9721: * src/main/pa_common.C: - definitions for ^file:base64[filespec]
9722:
9723: * src/include/pa_common.h: - declarations for
9724: ^file:base64[filespec]
9725:
9726: * src/types/pa_vcookie.C: - little optimization
9727:
9728: 2007-02-06 misha
9729:
9730: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: - some chars
9731: were temporary commented
9732:
9733: * src/types/pa_vbool.h: - bugfix
9734:
9735: * tests/156.html: - added test for bool cookie
9736:
9737: * src/types/pa_vcookie.h: - not needed string "cookie" removed
9738:
9739: * tests/: 155.html, results/155.processed: - added test for check
9740: $.encloser[] option for table save/load
9741:
9742: * tests/: 153.html, 154.html, todo.txt: - two more tests added
9743:
9744: 2007-02-05 misha
9745:
9746: * tests/results/152.processed: - newline at the end was missed
9747:
9748: * tests/results/141.processed: - math:md5 must be lowercased
9749:
9750: * src/targets/cgi/parser3.C: - 2007 in help ;)
9751:
9752: 2007-02-03 misha
9753:
9754: * tests/results/: 150.processed, 151.processed, 152.processed: -
9755: test for bool added and some content length fixes
9756:
9757: * tests/152.html: - test for bool added
9758:
9759: * buildall-with-xml: - moved to libxml2-2.6.27 and libxslt-1.1.20
9760:
9761: * operators.txt: - info bool class was added
9762:
1.116 moko 9763: * src/: classes/Makefile.am, classes/bool.C,
1.95 moko 9764: classes/classes.vcproj, classes/double.C, classes/int.C,
9765: classes/string.C, classes/void.C, classes/xnode.C,
9766: include/pa_string.h, types/pa_vbool.h, types/pa_vclass.h,
9767: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.C,
9768: types/pa_vjunction.h, types/pa_vproperty.C, types/pa_vproperty.h,
9769: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
9770: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h,
9771: types/types.vcproj: - bool class was added
9772:
9773: * src/main/pa_request.C: - fix
9774:
9775: 2007-01-18 misha
9776:
9777: * src/: main/pa_string.C, classes/string.C: - return table during
9778: ^string.match[][] even if no matched found.
9779:
9780: 2006-12-20 misha
9781:
9782: * src/types/: pa_method.h, pa_vfile.h: - some syntax changes [
9783: http://www.parser.ru/forum/?id=55598 ]
9784:
9785: 2006-12-19 misha
9786:
9787: * src/types/pa_vxdoc.C: - $xDoc is "xnode" == true now. more
9788: details: http://www.parser.ru/forum/?id=52359
9789:
9790: * src/main/pa_request.C: - always set content-disposition for
9791: $response:body[hash here]. more details:
9792: http://www.parser.ru/forum/?id=52130
9793:
9794: 2006-12-07 misha
9795:
9796: * operators.txt: - added info about bool params in cookie set
9797:
9798: * src/types/pa_vcookie.C: - bool param in cookies available now
9799: $cookie:name[ $.value[123] $.secure(true) $.httponly(true)
9800: ]
9801:
9802: * src/types/: pa_value.C, pa_value.h, pa_vbool.h: - is_bool method
9803: was added
9804:
9805: 2006-12-02 misha
9806:
9807: * src/classes/file.C: - file_block_read used instead of native read
9808:
9809: * src/main/pa_common.C: - added file_block_read with read error
9810: detection - file_block_read used instead of native read
9811:
9812: * src/include/pa_common.h: - added file_block_read declaration
9813:
9814: 2006-12-01 misha
9815:
9816: * operators.txt: - info about $var.CLASS_NAME was added
9817:
9818: * src/types/: pa_vstateless_class.C, pa_vstateless_class.h: -
9819: $var.CLASS_NAME added
9820:
9821: * operators.txt: - added info about ^file:copy[]
9822:
9823: * src/classes/file.C: - ^file:copy[from;fo] was added
9824:
9825: 2006-11-20 misha
9826:
9827: * src/classes/date.C: - bug fix :)
9828:
9829: 2006-11-17 misha
9830:
9831: * src/include/pa_common.h: - array in crc32 calculation was changed
9832: to static
9833:
9834: * src/main/pa_common.C: - little optimization in getMonthDays -
9835: small changes in crc32 calculation
9836:
9837: * src/classes/date.C: - not needed code was removed
9838:
9839: 2006-11-16 misha
9840:
9841: * src/types/pa_vmail.C: - fix missed brakes
9842:
9843: * src/types/pa_vmail.C: - mail:send now set content-type:
9844: multipart/related instead of multipart/mixed if file have
9845: $.content-id[]
9846:
9847: 2006-11-15 misha
9848:
9849: * src/types/pa_vdouble.h: abs -> fabs
9850:
9851: 2006-11-14 misha
9852:
9853: * operators.txt: - added info about ^file.md5[] and
9854: ^file:md5[file-name]
9855:
9856: * src/classes/file.C: - ^file.md5[] and ^file:md5[file-name] were
9857: added
9858:
9859: * src/main/pa_common.C: - CRC32_MAX_BUFFER_SIZE was renamed to
9860: FILE_BUFFER_SIZE
9861:
9862: * src/classes/math.C: - hex_string was moved to pa_common.h
9863:
9864: * src/include/pa_common.h: - hex_string was moved from math.C -
9865: CRC32_MAX_BUFFER_SIZE was renamed to FILE_BUFFER_SIZE
9866:
9867: * src/types/pa_vdouble.h: - incorrect frac detection with negative
9868: values was fixed
9869:
9870: 2006-11-13 misha
9871:
9872: * operators.txt: - added info about ^math:crc32[string],
9873: ^file:crc32[file-name] & ^file.crc32[]
9874:
9875: * src/classes/math.C: - added ^math:crc32[string]
9876:
9877: * src/classes/file.C: - some comments were changed - added
9878: ^file:crc32[file-name] and ^file.crc32[]
9879:
9880: * src/: include/pa_common.h, main/pa_common.C: - some functions for
9881: crc32 calculation added
9882:
9883: 2006-11-03 misha
9884:
9885: * src/include/pa_array.h: - not needed variable removed
9886:
9887: * tests/: 150.html, 151.html, results/150.processed,
9888: results/151.processed: - 2 tests were added
9889:
9890: * src/include/: pa_array.h, pa_table.h: - table.locate & table.join
9891: with $.reverse(1) were fixed
9892:
9893: * src/main/pa_http.C: - bug fix. now tainted data from $.form and
9894: query converted to $.charset during ^file::load[http://...]
9895:
9896: 2006-11-02 misha
9897:
9898: * src/include/pa_table.h: ups. forget '=' char
9899:
9900: * src/include/pa_table.h: - one more fix in
9901: .locate[...][$.reverse(1)]
9902:
9903: 2006-11-01 misha
9904:
9905: * src/classes/math.C: - bug fix, details:
9906: http://www.parser.ru/forum/?id=53360
9907:
9908: * src/include/pa_table.h: - bug fix during ^table.locate( condition
9909: false for all records )[$.reverse(1)]
9910:
9911: * src/main/pa_http.C: - second param for this mid method is length
9912: but not end_index so this method has error and can't detect
9913: charsets in next content-types: Content-type: text/html;
9914: charset="windows-1251" Content-type: text/html;
9915: charset="windows-1251"; Content-type: text/html;
9916: charset=windows-1251;
9917:
9918: only Content-type: text/html; charset=windows-1251 was fine
9919:
9920: 2006-10-31 misha
9921:
9922: * src/classes/file.C: - empty args in file::exec removed now
9923:
9924: 2006-09-03 paf
9925:
9926: * src/classes/file.C: proper tainting of
9927: ^file::exec/cgi[script;env;COMMAND;LINE;PARAMS]
9928:
9929: 2006-06-09 paf
9930:
9931: * src/lib/pcre/pcre-2_08.tar.gz: one can easily find those
9932:
9933: * src/classes/table.C: formatting
9934:
9935: * src/classes/table.C: incorporated patch from misha: Sent:
9936: Thursday, June 08, 2006 12:38 PM Subject: parser3: patch for
9937: ignoring string options for ^table.save[]
9938:
9939: * src/classes/hash.C: incorporated patch from misha Sent:
9940: Wednesday, June 07, 2006 9:52 PM Subject: parser3: patch for
9941: $hash._default disappear while
9942:
9943: * operators.txt: ^mail:send[ $.file1[ $.value[file]
9944: $.format[!uue|!base64] << new base64 option. default uue ] ]
9945:
9946: * src/types/pa_vmail.C: misha: Sent: Wednesday, June 07, 2006 8:51
9947: PM Subject: patch for base64 in ^mail:send[] %-)
9948:
9949: 2006-04-09 paf
9950:
9951: * src/main/compile.tab.C: ` change compiled
9952:
9953: * gnu.vcproj, operators.txt, parser3.sln,
9954: src/classes/classes.vcproj, src/classes/file.C,
9955: src/classes/hash.C, src/classes/hashfile.C, src/classes/image.C,
9956: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9957: src/classes/xnode.C, src/include/pa_array.h,
9958: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9959: src/include/pa_memory.h, src/include/pa_request.h,
9960: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9961: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9962: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9963: src/lib/pcre/pcre_dftables.vcproj,
9964: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9965: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9966: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9967: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9968: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9969: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9970: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9971: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
9972: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
9973: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
9974: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
9975: src/types/pa_value.h, src/types/pa_vcookie.C,
9976: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
9977: src/types/pa_vmail.C, src/types/pa_vresponse.C,
9978: src/types/pa_vstatus.C, src/types/types.vcproj,
9979: tests/descript.ion: + ^break[] ^continue[], in ^for, ^while,
9980: ^menu, ^hash/hashfile.foreach
9981:
9982: * gnu.vcproj, parser3.sln, src/classes/classes.vcproj,
9983: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
9984: src/classes/op.C, src/classes/table.C, src/classes/xdoc.C,
9985: src/classes/xnode.C, src/include/pa_array.h,
9986: src/include/pa_config_fixed.h, src/include/pa_dir.h,
9987: src/include/pa_memory.h, src/include/pa_request.h,
9988: src/include/pa_stack.h, src/lib/cord/cord.vcproj,
9989: src/lib/gd/gd.vcproj, src/lib/ltdl/ltdl.vcproj,
9990: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
9991: src/lib/pcre/pcre_dftables.vcproj,
9992: src/lib/pcre/pcre_parser_ctype.vcproj, src/lib/sdbm/sdbm.vcproj,
9993: src/lib/smtp/smtp.h, src/lib/smtp/smtp.vcproj,
9994: src/main/compile.y, src/main/execute.C, src/main/main.vcproj,
9995: src/main/pa_cache_managers.C, src/main/pa_charset.C,
9996: src/main/pa_exec.C, src/main/pa_http.C, src/main/pa_request.C,
9997: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
9998: src/main/pa_string.C, src/main/pa_stylesheet_connection.C,
9999: src/main/pa_stylesheet_manager.C, src/targets/cgi/getopt.c,
10000: src/targets/cgi/parser3.C, src/targets/cgi/parser3.vcproj,
10001: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
10002: src/targets/isapi/parser3isapi.vcproj, src/types/pa_value.C,
10003: src/types/pa_value.h, src/types/pa_vcookie.C,
10004: src/types/pa_vmail.C, src/types/pa_vresponse.C,
10005: src/types/pa_vstatus.C, src/types/types.vcproj,
10006: tests/descript.ion: ! switched to VS2005 (projects and
10007: object<info explicitly typed>.for_each(, info)) +
10008: $response:field[] setting void means removing + grammar $name`
10009: name stops now, for mysql `$field` + started ^break[]
10010: ^continue[], in ^for. TODO: to other iterators (while, menu,
10011: foreach) + all log messages += [uri=, method=, cl=]
10012:
10013: * buildall-with-xml: merged . ftp paths update
10014:
10015: * buildall-with-xml: . ftp paths update
10016:
10017: 2006-03-04 paf
10018:
10019: * src/main/: pa_string.C: merged from HEAD ! cache file curruption
10020: checks++ [thanks to Igor Zinkovsky for detailed report]
10021:
10022: * src/main/pa_string.C: ! cache file curruption checks++ [thanks to
10023: Igor Zinkovsky for detailed report]
10024:
10025: 2006-03-01 paf
10026:
10027: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10028: \n to ' ' in
10029:
10030: 2006-02-18 paf
10031:
10032: * src/main/untaint.C: merged from HEAD ! mail:send << changed \r or
10033: \n to ' ' in
10034:
10035: * src/main/untaint.C: ! mail:send << changed \r or \n to ' ' in
10036:
10037: 2006-02-03 paf
10038:
10039: * src/main/pa_common.C: merged from HEAD ! bugfix: decoding from
10040: base64
10041:
10042: * src/main/pa_common.C: ! bugfix: decoding from base64
10043:
10044: 2006-01-20 paf
10045:
10046: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10047: economy fix
10048:
10049: * src/classes/: table.C: merged from HEAD ! bugfix
10050: ^table.save[$.encloser-s now handled properly
10051:
10052: * src/classes/table.C: ! bugfix ^table.save[$.encloser-s now
10053: handled properly
10054:
10055: 2006-01-19 paf
10056:
10057: * buildall-with-xml, buildall-without-xml: merged from HEAD !
10058: libgc:USE_MUNMAP activates merging of free memory blocks which
10059: helps a lot in our case: after transform we want
10060: CORD(main.result)->cstr[big malloc]->transcode[big malloc]
10061:
10062: * src/types/pa_vhashfile.C: . merged hashfile.foreach memory
10063: economy fix
10064:
10065: * buildall-with-xml, buildall-without-xml: ! libgc:USE_MUNMAP
10066: activates merging of free memory blocks which helps a lot in our
10067: case: after transform we want CORD(main.result)->cstr[big
10068: malloc]->transcode[big malloc]
10069:
10070: 2006-01-17 paf
10071:
10072: * src/types/pa_vhashfile.C: ! hashfile.foreach: counted pairs
10073: before reading them. got rid of reallocs = became quicker and
10074: less fragmentated
10075:
10076: 2005-12-29 paf
10077:
1.116 moko 10078: * INSTALL, Makefile.am, buildall-with-xml, buildall-without-xml,
10079: configure, configure.in, src/include/pa_version.h,
10080: src/lib/ltdl/Makefile.am, src/lib/ltdl/acconfig.h,
1.95 moko 10081: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
10082: src/lib/ltdl/config.sub, src/lib/ltdl/configure.in,
10083: src/lib/ltdl/install-sh, src/lib/ltdl/ltmain.sh,
10084: src/lib/ltdl/missing: . merged from 3.2.1
10085:
1.116 moko 10086: * Makefile.am, src/lib/ltdl/Makefile.am: . now site.m4 also
10087: packaged when 'make dist', so do configure companion files in
10088: src/lib/ltdl
10089:
10090: * src/lib/ltdl/: Makefile.am, acconfig.h, acinclude.m4,
10091: config.guess, config.sub, configure.in, install-sh, ltmain.sh,
10092: missing: . now config_auto.h is created with configure [were
10093: constant]
1.95 moko 10094:
10095: * INSTALL: . references to documentation and some clarification
10096:
10097: * buildall-with-xml, buildall-without-xml: . farawell doc
10098: indication
10099:
1.116 moko 10100: * Makefile.am: . dist+=buildall*
1.95 moko 10101:
10102: 2005-12-28 paf
10103:
10104: * configure: . 3.2.1
10105:
10106: * INSTALL, buildall-with-xml, buildall-without-xml: + started to
10107: simplify build process, see INSTALL
10108:
10109: 2005-12-26 paf
10110:
10111: * configure: ver
10112:
10113: * configure.in, src/include/pa_version.h, src/main/compile.tab.C:
10114: version
10115:
10116: 2005-12-21 paf
10117:
10118: * src/main/: compile.tab.C, main.vcproj: . win32: grammar is now
10119: compiled with bison 1.875b, it reports unexpected token names
10120:
10121: 2005-12-19 paf
10122:
10123: * src/: main/compile.tab.C, types/pa_vxnode.h: ! bugfix xnode now
10124: holds a link to xmlNode to prevent premature gc(xmlNode)
10125:
10126: * src/classes/classes.vcproj, src/include/pa_config_fixed.h,
10127: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
10128: src/main/main.vcproj, src/main/pa_globals.C,
10129: src/targets/cgi/parser3.vcproj,
10130: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj,
10131: configure, configure.in, src/include/pa_version.h: . killing
10132: gdome [what a relief]
10133:
10134: * tests/: 097.html, 106.html, 108.html, 110.html, 112.html,
10135: 113.html, 114.html, 115.html, 116.html, 117.html, Makefile,
10136: run_parser.sh, results/001.processed, results/002.processed,
10137: results/003.processed, results/004.processed,
10138: results/005.processed, results/006.processed,
10139: results/008.processed, results/009.processed,
10140: results/010.processed, results/011.processed,
10141: results/012.processed, results/013.processed,
10142: results/014.processed, results/015.processed,
10143: results/016.processed, results/017.processed,
10144: results/018.processed, results/020.processed,
10145: results/021.processed, results/022.processed,
10146: results/023.processed, results/024.processed,
10147: results/025.processed, results/026.processed,
10148: results/027.processed, results/028.processed,
10149: results/029.processed, results/030.processed,
10150: results/031.processed, results/032.processed,
10151: results/033.processed, results/034.processed,
10152: results/035.processed, results/036.processed,
10153: results/037.processed, results/038.processed,
10154: results/039.processed, results/040.processed,
10155: results/041.processed, results/042.processed,
10156: results/043.processed, results/044.processed,
10157: results/045.processed, results/046.processed,
10158: results/047.processed, results/048.processed,
10159: results/049.processed, results/050.processed,
10160: results/051.processed, results/052.processed,
10161: results/053.processed, results/054.processed,
10162: results/055.processed, results/056.processed,
10163: results/057.processed, results/058.processed,
10164: results/059.processed, results/060.processed,
10165: results/061.processed, results/062.processed,
10166: results/063.processed, results/064.processed,
10167: results/065.processed, results/066.processed,
10168: results/067.processed, results/068.processed,
10169: results/069.processed, results/070.processed,
10170: results/071.processed, results/072.processed,
10171: results/073.processed, results/074.processed,
10172: results/075.processed, results/076.processed,
10173: results/077.processed, results/078.processed,
10174: results/079.processed, results/080.processed,
10175: results/081.processed, results/082.processed,
10176: results/083.processed, results/084.processed,
10177: results/085.processed, results/086.processed,
10178: results/087.processed, results/088.processed,
10179: results/089.processed, results/090.processed,
10180: results/091.processed, results/092.processed,
10181: results/093.processed, results/094.processed,
10182: results/095.processed, results/096.processed,
10183: results/097.processed, results/099.processed,
10184: results/100.processed, results/101.processed,
10185: results/102.processed, results/104.processed,
10186: results/105.processed, results/106.processed,
10187: results/107.processed, results/108.processed,
10188: results/109.processed, results/110.processed,
10189: results/111.processed, results/112.processed,
10190: results/113.processed, results/114.processed,
10191: results/115.processed, results/117.processed,
10192: results/119.processed, results/120.processed,
10193: results/121.processed, results/122.processed,
10194: results/123.processed, results/124.processed,
10195: results/125.processed, results/126.processed,
10196: results/127.processed, results/128.processed,
10197: results/129.processed, results/130.processed,
10198: results/131.processed, results/132.processed,
10199: results/133.processed, results/134.processed,
10200: results/135.processed, results/136.processed,
10201: results/138.processed, results/139.processed,
10202: results/140.processed, results/141.processed,
10203: results/142.processed, results/143.processed,
10204: results/144.processed, results/145.processed,
10205: results/146.processed, results/147.processed,
10206: results/148.processed, results/149.processed, results/auto.p: .
10207: now works if we turn off default auto.p
10208:
1.116 moko 10209: * configure: . makes
1.95 moko 10210:
10211: * src/types/pa_vxnode.C: . less warnings
10212:
10213: * src/types/pa_vxnode.C, tests/142.html, tests/144.html,
10214: tests/145.html, tests/149.html, tests/descript.ion,
10215: tests/outputs/d.cmd, tests/results/142.processed,
10216: tests/results/143.processed, tests/results/144.processed,
10217: tests/results/145.processed, tests/results/146.processed,
10218: tests/results/147.processed, tests/results/148.processed,
10219: tests/results/149.processed: . removed .nodeValue from all node
10220: types other than 5 (grabbed piece from gdome)
10221:
10222: * tests/: 137.html, results/137.processed: . not handled this case
10223: yet. code does not hang from inserting parent into child,
10224: considering thing minor issue -- nodes are removed from source
10225: anyway, don't know why shold that be an error after all
10226:
10227: * src/targets/cgi/parser3.C: . style
10228:
10229: * src/classes/xnode.C: . "xml.dom" . xnode.select* now works on
10230: xdoc too [were barking "not element"]
10231:
10232: 2005-12-16 paf
10233:
10234: * tests/: 146.html, 147.html, 148.html: . more tests
10235:
10236: * src/classes/xnode.C: . also bark on possible errors
10237:
10238: * src/types/: pa_vxdoc.C, pa_vxnode.C, pa_vxnode.h: + xdoc DOM
10239: props
10240:
10241: * src/: types/pa_value.h, types/pa_vvoid.h, main/compile.tab.C,
10242: main/compile.y: merged from HEAD ! fixed overoptimized
10243: ^call(false) case. (confused it with ^call[] case)
10244:
10245: * src/main/: compile.tab.C, compile.y: ! fixed overoptimized
10246: ^call(false) case. (confused it with ^call[] case)
10247:
10248: * tests/: 142.html, 143.html, 144.html, 145.html: . dom [part]
10249:
10250: * tests/: 006.html, 034.html, 057.html, Makefile, make_tests.cmd,
10251: results/001.processed, results/002.processed,
10252: results/003.processed, results/004.processed,
10253: results/005.processed, results/006.processed,
10254: results/008.processed, results/009.processed,
10255: results/010.processed, results/011.processed,
10256: results/012.processed, results/013.processed,
10257: results/014.processed, results/015.processed,
10258: results/016.processed, results/017.processed,
10259: results/018.processed, results/019.processed,
10260: results/020.processed, results/021.processed,
10261: results/022.processed, results/023.processed,
10262: results/024.processed, results/025.processed,
10263: results/026.processed, results/027.processed,
10264: results/028.processed, results/029.processed,
10265: results/030.processed, results/031.processed,
10266: results/032.processed, results/033.processed,
10267: results/034.processed, results/035.processed,
10268: results/036.processed, results/037.processed,
10269: results/038.processed, results/039.processed,
10270: results/040.processed, results/041.processed,
10271: results/042.processed, results/043.processed,
10272: results/044.processed, results/045.processed,
10273: results/046.processed, results/047.processed,
10274: results/048.processed, results/049.processed,
10275: results/050.processed, results/051.processed,
10276: results/052.processed, results/053.processed,
10277: results/054.processed, results/055.processed,
10278: results/056.processed, results/057.processed,
10279: results/058.processed, results/059.processed,
10280: results/060.processed, results/061.processed,
10281: results/062.processed, results/063.processed,
10282: results/064.processed, results/065.processed,
10283: results/066.processed, results/067.processed,
10284: results/068.processed, results/069.processed,
10285: results/070.processed, results/071.processed,
10286: results/072.processed, results/073.processed,
10287: results/074.processed, results/075.processed,
10288: results/076.processed, results/077.processed,
10289: results/078.processed, results/079.processed,
10290: results/080.processed, results/081.processed,
10291: results/082.processed, results/083.processed,
10292: results/084.processed, results/085.processed,
10293: results/086.processed, results/087.processed,
10294: results/088.processed, results/089.processed,
10295: results/090.processed, results/091.processed,
10296: results/092.processed, results/093.processed,
10297: results/094.processed, results/095.processed,
10298: results/096.processed, results/097.processed,
10299: results/099.processed, results/101.processed,
10300: results/102.processed, results/104.processed,
10301: results/105.processed, results/106.processed,
10302: results/107.processed, results/108.processed,
10303: results/109.processed, results/110.processed,
10304: results/111.processed, results/112.processed,
10305: results/113.processed, results/114.processed,
10306: results/115.processed, results/116.processed,
10307: results/117.processed, results/118.processed,
10308: results/119.processed, results/120.processed,
10309: results/121.processed, results/122.processed,
10310: results/123.processed, results/124.processed,
10311: results/125.processed, results/126.processed,
10312: results/127.processed, results/128.processed,
10313: results/129.processed, results/130.processed,
10314: results/131.processed, results/132.processed,
10315: results/133.processed, results/134.processed,
10316: results/135.processed, results/136.processed,
10317: results/137.processed, results/138.processed,
10318: results/139.processed, results/140.processed,
10319: results/141.processed: . refreshed old tests, made them work
10320: without auto.p (in utf8) . things noted: . gif got encoded
10321: differently . exif 0000:00:00 decoded now into 0000:00:00 (were
10322: some strange year)
10323:
10324: * INSTALL: . revived linux libgc fix
10325:
10326: * INSTALL, configure.in, src/lib/Makefile.am: . sweetest part [no
10327: glib/gdome in INSTALL and patches]
10328:
10329: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10330: include/pa_charset.h, include/pa_config_includes.h,
10331: include/pa_globals.h, include/pa_memory.h, include/pa_request.h,
10332: include/pa_xml_exception.h, lib/cord/Makefile.am,
10333: lib/cord/cord.vcproj, lib/cord/cordbscs.c, lib/cord/cordprnt.c,
10334: lib/cord/cordxtra.c, main/compile.tab.C, main/pa_charset.C,
10335: main/pa_globals.C, main/pa_memory.C, main/pa_request.C,
10336: main/pa_stylesheet_connection.C, main/pa_xml_exception.C,
10337: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
10338: types/pa_vxnode.h: . started killing gdome
10339:
10340: 2005-12-13 paf
10341:
10342: * src/main/: pa_request.C: merged from HEAD ! when code in
10343: @unhandled_exception thrown another exception, print correct
10344: origin (earlier code in catch of exception inside of
10345: @unhandled_exception grabbed parent_frame(original_exception)
10346: origin and printed it, instead of true origin)
10347:
10348: * src/main/pa_request.C: ! when code in @unhandled_exception thrown
10349: another exception, print correct origin (earlier code in catch of
10350: exception inside of @unhandled_exception grabbed
10351: parent_frame(original_exception) origin and printed it, instead
10352: of true origin)
10353:
10354: 2005-12-09 paf
10355:
10356: * INSTALL: . updated INSTALL doc to work around linux stack base
10357: detection problem, due to change in gc6.4 code
10358:
10359: * src/main/: pa_string.C: merged from 3.1.5 ! regex tainting were
10360: ignored in ^string.matched :(
10361:
10362: * src/main/pa_string.C: ! regex tainting were ignored in
10363: ^string.matched :(
10364:
10365: * ChangeLog, INSTALL, configure, configure.in, src/classes/date.C,
10366: src/include/pa_config_fixed.h, src/include/pa_version.h,
10367: src/main/compile.y, src/main/compile_tools.h,
10368: src/main/pa_charset.C, src/main/pa_common.C,
10369: src/main/pa_globals.C, src/main/pa_string.C,
10370: src/targets/cgi/getopt.c, src/targets/isapi/parser3isapi.C,
10371: src/types/pa_vmail.C: . merged latest fixes from 3.2.0
10372:
10373: 2005-12-08 paf
10374:
10375: * src/types/pa_vmail.C: merged from 3.2.0 ! bcc line longer then
10376: 500 chars now handled OK [were wrapped on 500th char according to
10377: rfc, but sendmail failed to unwrap it properly]
10378:
10379: * src/types/pa_vmail.C: ! bcc line longer then 500 chars now
10380: handled OK [were wrapped on 500th char according to rfc, but
10381: sendmail failed to unwrap it properly]
10382:
10383: * src/targets/isapi/parser3isapi.C: . less warnings
10384:
10385: * src/targets/isapi/parser3isapi.C: . undone some strange change
10386: since 3.1.5
10387:
10388: * src/targets/isapi/parser3isapi.C: . merged from 3.1.5 release
10389: link fixes
10390:
10391: * src/: classes/date.C, include/pa_config_fixed.h,
10392: main/compile.tab.C, main/compile.y, main/compile_tools.h,
10393: main/pa_charset.C, main/pa_common.C, main/pa_globals.C,
10394: main/pa_string.C, targets/cgi/getopt.c: . less warnings
10395:
10396: * src/include/pa_config_fixed.h: . removed outdated string origins
10397: [in current storage scheme there's no place for them. someday we
10398: can add third CORD to store origins and special version of parser
10399: which stores origins there [separate binary]]
10400:
10401: 2005-12-07 paf
10402:
10403: * src/targets/isapi/parser3isapi.C: . now links in release mode
10404:
10405: * src/include/pa_version.h: makefiles
10406:
10407: * src/include/pa_version.h: . not beta
10408:
10409: * configure, configure.in, src/include/pa_version.h: not beta
10410:
10411: 2005-12-06 paf
10412:
10413: * src/types/: pa_wcontext.C, pa_wcontext.h: ! after long discussion
10414: [some details here http://i2/tasks/edit/?id=4869912143891354460]
10415: decided to undo the change ^call[$void] passes void. now it will
10416: pass empty string again.
10417:
10418: * src/main/: compile.tab.C, compile.y: . version readded
10419:
10420: * src/classes/op.C: . in this version there is no ^switch[$nothing]
10421: = ^switch[void] problem
10422:
10423: 2005-12-01 paf
10424:
10425: * src/classes/op.C: mreged from HEAD . bugfix ^switch[$void_value]
10426: caused ^case[string] to be coerced to double since searching
10427: value were not string (it was vvoid)
10428:
10429: * src/classes/op.C: . bugfix ^switch[$void_value] caused
10430: ^case[string] to be coerced to double since searching value were
10431: not string (it was vvoid)
10432:
10433: * INSTALL: . compiled with libxml2 = 2.6.22 libxslt =
10434: 1.1.15 glib = 1.2.10 gdome2 = 0.8.1
10435:
10436: 2005-11-30 paf
10437:
10438: * src/types/pa_vdate.h: merged from HEAD: ! bugfix: to drop TZ on
10439: win32 must putenv("TZ="), on unix works only putenv("TZ")
10440:
10441: * src/types/pa_vdate.h: ! bugfix: to drop TZ on win32 must
10442: putenv("TZ="), on unix works only putenv("TZ")
10443:
10444: * INSTALL: . xml libs versions updated
10445:
10446: * src/main/pa_globals.C: //20051130 trying to remove this, author
10447: claims that fixed a lot there // 20040920 for now both
10448: workarounds needed. wait for new libxml/xsl versions
10449:
10450: 2005-11-28 paf
10451:
10452: * src/classes/table.C: merged from HEAD: ! nameless table has
10453: columns==0
10454:
10455: * src/classes/table.C: ! nameless table has columns==0
10456:
10457: * src/main/pa_http.C: merged from HEAD: ! status line check made
10458: earlier [was totally wrong]
10459:
10460: * src/main/pa_http.C: ! status line check made earlier [was totally
10461: wrong]
10462:
10463: 2005-11-25 paf
10464:
10465: * src/include/pa_array.h: -this reduces speed(table::load) strange.
10466: undoing for now...
10467:
10468: * src/include/pa_version.h: -this reduces speed(table::load),
10469: strange. undoing
10470:
10471: * src/classes/op.C: merged from HEAD + ^while(){}[SEPARATOR]
10472:
10473: * src/classes/op.C: + ^while(){}[SEPARATOR]
10474:
10475: * src/include/pa_array.h: + optimistics added: all arrays (table
10476: rows) now grow size*=2, like in .NET ArrayList.EnsureCapacity,
10477: this speeds things up and saves memory a LOT! (not noticed
10478: negative effect on syntetic tests, future will tell...)
10479:
10480: * src/include/pa_memory.h: . removed GC_DEBUG for debug version, it
10481: changed gc_malloc implementation, which obscured profiling
10482:
10483: * src/classes/table.C: merged from HEAD: + optimized
10484: table::load/sql, now row ArrayString-s allocated with
10485: columns.count() elements and don't always grow from
10486: count=3[realloc,realloc]
10487:
10488: * src/classes/table.C: + optimized table::load/sql, now row
10489: ArrayString-s allocated with columns.count() elements and don't
10490: always grow from count=3[realloc,realloc]
10491:
10492: * src/classes/table.C: merged from HEAD: . ^table.save unused
10493: buffer after save
10494:
10495: * src/classes/table.C: . ^table.save unused buffer after save
10496:
10497: 2005-11-24 paf
10498:
10499: * configure.in: . merged glib2-config patch
10500:
10501: * configure.in: + trying to find glib2-config
10502:
10503: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10504: main/pa_common.C, main/pa_request.C: merged from HEAD: ! changed
10505: file/dir_readable to simple file/dir_exist, this would help in
10506: situations "class not found because .p file has bad rights" << in
10507: that case error would be explicit "access denied to 'this' file"
10508:
1.116 moko 10509: * aclocal.m4, configure, src/include/pa_config_auto.h.in: makefiles
1.95 moko 10510:
10511: * src/: classes/file.C, include/pa_common.h, main/execute.C,
10512: main/pa_common.C, main/pa_request.C: ! changed file/dir_readable
10513: to simple file/dir_exist, this would help in situations "class
10514: not found because .p file has bad rights" << in that case error
10515: would be explicit "access denied to 'this' file"
10516:
10517: * src/: classes/file.C, include/Makefile.am, include/pa_common.h,
10518: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10519: main/pa_common.C, main/pa_http.C: merged from HEAD: +!
10520: ^file::exec/cgi[script;$.charset[changed]
10521: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10522: encoded in $.charset charset
10523:
10524: * src/classes/file.C: +! ^file::exec/cgi[script;$.charset[changed]
10525: $.QUERY_STRING[^untaint[URI]{aaa=$form:text} << now %HH would be
10526: encoded in $.charset charset
10527:
10528: * src/: include/Makefile.am, include/pa_common.h,
10529: include/pa_http.h, main/Makefile.am, main/main.vcproj,
10530: main/pa_common.C, main/pa_http.C: . extracted http:// into
10531: separate file [preparation for
10532: ^file::cgi[script;$.form[$.field1[]
10533:
10534: 2005-11-22 paf
10535:
10536: * src/: include/pa_version.h, main/compile.tab.C: makefiles
10537:
10538: * acinclude.m4, configure.in: . merged underquting fixes
10539:
1.116 moko 10540: * src/include/pa_config_auto.h.in: configure+makes
1.95 moko 10541:
10542: * src/classes/op.C: . overmerged a little
10543:
10544: * src/main/compile.tab.C: Makefile
10545:
10546: * src/main/: pa_common.C: . less gcc warnings
10547:
10548: * src/classes/op.C: merged from HEAD: + $exception.handled[cache]
10549: now reports original exception if we have no old cache
10550:
10551: * src/classes/op.C: + $exception.handled[cache] now reports
10552: original exception if we have no old cache
10553:
10554: * src/: classes/op.C, include/pa_string.h, main/untaint.C: merged
10555: from HEAD: + ^taint/untaint[regex] << escapes these:
10556: \^$.[]|()?*+{}
10557:
10558: * src/: classes/op.C, include/pa_string.h, main/untaint.C: +
10559: ^taint/untaint[regex] << escapes these: \^$.[]|()?*+{}
10560:
10561: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10562: getenv-ed variable, which does not work both on win32&unix.
10563: copied old TZ value now
10564:
10565: * src/types/pa_vdate.h: merged from 3.1.5: ! date TZ save/restore
10566: stored pointer to getenv-ed variable, which does not work both on
10567: win32&unix. copied old TZ value now
10568:
10569: * src/types/pa_vdate.h: ! date TZ save/restore stored pointer to
10570: getenv-ed variable, which does not work both on win32&unix.
10571: copied old TZ value now
10572:
10573: * src/types/pa_vresponse.C: merged from HEAD: + $response:headers
10574: access to internal hash
10575:
10576: * src/types/pa_vresponse.C: + $response:headers access to internal
10577: hash
10578:
10579: * src/targets/isapi/parser3isapi.C: merged from HEAD: +
10580: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10581: isapi] this reduces number of "GC Warning: Repeated allocation of
10582: very large block" messages to only important onces
10583:
10584: * src/targets/isapi/parser3isapi.C: +
10585: GC_large_alloc_warn_suppressed=0 between requests [apache mod_,
10586: isapi] this reduces number of "GC Warning: Repeated allocation of
10587: very large block" messages to only important onces
10588:
10589: * src/classes/string.C: merged from HEAD: + removed limitation on
10590: ^string/int/double:sql{}[$.default[({param style})] ]
10591:
10592: * src/classes/string.C: + removed limitation on
10593: ^string/int/double:sql{}[$.default[({param style})] ]
10594:
10595: * src/main/pa_common.C: merged from HEAD: + removed "use either uri
10596: with ?params or $.form option" limitation
10597:
10598: * src/main/pa_common.C: + removed "use either uri with ?params or
10599: $.form option" limitation
10600:
10601: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10602: main/pa_common.C: merged from HEAD: + ^file.base64[] encode +
10603: ^file::base64[encoded] decode
10604:
10605: * src/: classes/file.C, classes/string.C, include/pa_common.h,
10606: main/pa_common.C: + ^file.base64[] encode +
10607: ^file::base64[encoded] decode
10608:
10609: * src/classes/: file.C, string.C: + ^string.base64[] encode +
10610: ^string:base64[encoded] decode
10611:
10612: * src/: classes/string.C, include/pa_common.h, main/pa_common.C: +
10613: ^string:base64[in] encode + ^string.base64[] decode
10614:
10615: 2005-11-21 paf
10616:
10617: * src/classes/file.C: + merged from HEAD:
10618: ^file::create[text;file.xml;^untaint[xml]{data}]
10619:
10620: * src/classes/file.C: +
10621: ^file::create[text;file.xml;^untaint[xml]{data}]
10622:
10623: * src/main/pa_request.C: ! merged: $response:body[file] now
10624: differes from :download, it does not return content-disposition
10625: at all now [previusely it returned valueless content-disposition]
10626:
10627: * src/main/pa_request.C: ! $response:body[file] now differes from
10628: :download, it does not return content-disposition at all now
10629: [previusely it returned valueless content-disposition]
10630:
10631: * src/main/: compile.tab.C, compile.y: ! overoptimized void
10632: literals, reverted to just vvod, recreating empty array with each
10633: void_value token. that's absolutely needed, since that array
10634: grows
10635:
10636: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10637: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10638: types/pa_vmethod_frame.h: + merged: expression literals:
10639: true/false. ^format[$.indent(true)]
10640:
10641: * src/: main/compile.tab.C, main/compile.y, types/pa_value.h,
10642: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vint.h,
10643: types/pa_vmethod_frame.h: + expression literals: true/false.
10644: ^format[$.indent(true)]
10645:
10646: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10647: merged: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10648: i386-pc-win32)"
10649:
10650: * src/types/: Makefile.am, pa_venv.C, pa_venv.h, types.vcproj: +
10651: $env:PARSER_VERSION reports "3.1.5beta (compiled on
10652: i386-pc-win32)"
10653:
10654: 2005-11-18 paf
10655:
10656: * src/classes/: double.C, int.C: ! ^int/double:sql{select
10657: null}[$.default(123)] will now return default value
10658:
10659: * src/classes/op.C: + merged ^cache[] << returns current cache
10660: expiration time
10661:
10662: * src/classes/op.C: + ^cache[] << returns current cache expiration
10663: time
10664:
10665: * src/classes/table.C: ! merged ^table::create[not'nameless';
10666: failed << Exception.problem_source pointed to local var!
10667:
10668: * src/classes/table.C: ! ^table::create[not'nameless'; failed <<
10669: Exception.problem_source pointed to local var!
10670:
10671: * src/main/pa_common.C: ! merged: file::load[binary;fileOfZeroSize]
10672: now loads VFile.ptr!=0, so such files can be saved now
10673:
10674: * src/main/pa_common.C: ! file::load[binary;fileOfZeroSize] now
10675: loads VFile.ptr!=0, so such files can be saved now
10676:
10677: * src/include/pa_dir.h: ! merged: file:list now sees .xxx files,
10678: only . and .. now removed from list [were removed all .*]
10679:
10680: * src/include/pa_dir.h: ! file:list now sees .xxx files, only . and
10681: .. now removed from list [were removed all .*]
10682:
10683: * src/lib/sdbm/apr_file_io.C: ! merged from 3.1.5: hashfile file
10684: open error now checked, were not :( [stole that piece from apache
10685: 1.3 sources]
10686:
10687: * src/lib/sdbm/apr_file_io.C: ! hashfile file open error now
10688: checked, were not :( [stole that piece from apache 1.3 sources]
10689:
10690: * src/main/pa_request.C: ! merged from 3.1.5: ensured proper
10691: untainting of @main result if returned by $result or
10692: $response:body
10693:
10694: * src/main/pa_request.C: ! ensured proper untainting of @main
10695: result if returned by $result or $response:body
10696:
10697: * src/main/pa_common.C: ! merged from 3.1.5: fixed file load memory
10698: issue: now tries to guess content-length and allocates one big
10699: piece if possible [regretfully gc_realloc works as malloc+free,
10700: leaving lots of holes behind]
10701:
10702: * src/: classes/memory.C, main/compile.tab.C, main/pa_common.C: !
10703: fixed file load memory issue: now tries to guess content-length
10704: and allocates one big piece if possible [regretfully gc_realloc
10705: works as malloc+free, leaving lots of holes behind]
10706:
10707: 2005-11-16 paf
10708:
10709: * src/: include/pa_common.h, classes/file.C, classes/table.C,
10710: main/compile.tab.C, main/pa_common.C: merged to HEAD: !
10711: table::save with enclosers now doubles them: "->"" !
10712: table::save/load do not remove elements from options hash
10713:
10714: * src/main/compile.y: ! merged to HEAD: ^if(-f "...") now works
10715: [were overoptimized ^if(double_literal), compiler confused
10716: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10717:
10718: * src/main/: compile.tab.C, compile.y: ! ^if(-f "...") now works
10719: [were overoptimized ^if(double_literal), compiler confused
10720: OP_VALUE+origin+double with OP_STRINGPOOL+code+OP_writeXX
10721:
10722: * src/: classes/file.C, classes/table.C, include/pa_common.h,
10723: main/pa_common.C: ! table::save with enclosers now doubles them:
10724: "->"" ! table::save/load do not remove elements from options hash
10725:
10726: 2005-11-03 paf
10727:
1.116 moko 10728: * src/main/: Makefile.am, compile.tab.C: removed $< from .y
10729: compilation, not all makefiles liked that
1.95 moko 10730:
10731: 2005-08-30 paf
10732:
10733: * src/classes/op.C: merge . speedup check of [DEFAULT]
10734:
10735: * src/classes/op.C: . speedup check of [DEFAULT]
10736:
10737: 2005-08-26 paf
10738:
10739: * src/: classes/date.C, types/pa_vdate.h: merged + date.week
10740:
10741: * src/: classes/date.C, types/pa_vdate.h: + date.week
10742:
10743: * src/classes/table.C: merged ! ^table::create[bad]{xxx} now
10744: complains about bad!=nameless
10745:
10746: * src/classes/table.C: ! ^table::create[bad]{xxx} now complains
10747: about bad!=nameless
10748:
10749: * src/classes/: hash.C, string.C, table.C, void.C: merged !
10750: optional options were allowed to be empty. were checked
10751: if(is_string), changed to !defined||is_string to allow void
10752:
10753: * src/: targets/isapi/parser3isapi.C, classes/hash.C,
10754: classes/string.C, classes/table.C, classes/void.C: ! optional
10755: options were allowed to be empty. were checked if(is_string),
10756: changed to !defined||is_string to allow void
10757:
10758: * src/types/pa_vmethod_frame.h: merged ! many classes/* used
10759: as_junction where they needed as_int/double, so failed with
10760: recent "(const) now no junction" optimization
10761:
10762: * src/classes/: double.C, int.C, math.C, op.C, string.C, table.C:
10763: merged ! many classes/* used as_junction where they needed
10764: as_int/double, so failed with recent "(const) now no junction"
10765: optimization
10766:
10767: * src/: classes/double.C, classes/int.C, classes/math.C,
10768: classes/op.C, classes/string.C, classes/table.C,
10769: main/compile.tab.C, types/pa_vmethod_frame.h: ! many classes/*
10770: used as_junction where they needed as_int/double, so failed with
10771: recent "(const) now no junction" optimization
10772:
10773: 2005-08-24 paf
10774:
10775: * src/targets/isapi/: parser3isapi.C, parser3isapi.vcproj: ! on
10776: windows 2003 DllMain receivese \\?\ prefix to fullspec of .dll,
10777: stripped it
10778:
10779: 2005-08-09 paf
10780:
10781: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10782: not cleared
10783:
10784: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10785: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10786: classes/hashfile.C, classes/image.C, classes/int.C,
10787: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10788: classes/response.C, classes/string.C, classes/table.C,
10789: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10790: include/pa_array.h, include/pa_cache_managers.h,
10791: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10792: include/pa_config_fixed.h, include/pa_config_includes.h,
10793: include/pa_dictionary.h, include/pa_dir.h,
10794: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10795: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10796: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10797: include/pa_request_charsets.h, include/pa_request_info.h,
10798: include/pa_sapi.h, include/pa_socks.h,
10799: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10800: include/pa_stack.h, include/pa_string.h,
10801: include/pa_stylesheet_connection.h,
10802: include/pa_stylesheet_manager.h, include/pa_table.h,
10803: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10804: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10805: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10806: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10807: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
10808: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
10809: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
10810: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
10811: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
10812: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
10813: main/pa_sql_driver_manager.C, main/pa_string.C,
10814: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10815: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10816: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10817: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10818: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10819: types/pa_junction.h, types/pa_method.h, types/pa_property.h,
10820: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
10821: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
10822: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
10823: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
10824: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
10825: types/pa_vform.h, types/pa_vhash.C, types/pa_vhash.h,
10826: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
10827: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
10828: types/pa_vmail.h, types/pa_vmath.C, types/pa_vmath.h,
10829: types/pa_vmemory.h, types/pa_vmethod_frame.C,
10830: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10831: types/pa_vproperty.h, types/pa_vrequest.C, types/pa_vrequest.h,
10832: types/pa_vresponse.C, types/pa_vresponse.h,
10833: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10834: types/pa_vstateless_object.h, types/pa_vstatus.C,
10835: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10836: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10837: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10838: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10839: types/pa_wcontext.h, types/pa_wwrapper.h: 2005
10840:
10841: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10842: pa_vmethod_frame.h: merged from HEAD ! simplified (double)
10843: speedup consequent checks in vmethod_frame
10844:
10845: * src/types/pa_wcontext.h: ! bugfix in_expression bit field were
10846: not cleared
10847:
10848: * src/: classes/file.C, main/pa_exec.C: merged +file::cgi/exec now
10849: params: 50 max (were 10)
10850:
10851: * src/: classes/file.C, main/pa_exec.C: + file::cgi/exec now
10852: params: 50 max (were 10)
10853:
10854: * src/types/: pa_value.h, pa_vdouble.h, pa_vint.h,
10855: pa_vmethod_frame.h, pa_vvoid.C, pa_vvoid.h, pa_wcontext.C,
10856: pa_wcontext.h: + ^call[$void] param inside now is void (were:
10857: empty string) ! simplified (double) speedup consequent checks in
10858: vmethod_frame
10859:
10860: * src/types/: pa_vmethod_frame.C, pa_vmethod_frame.h: merged +
10861: optimized constants in expressions vstring->vdouble + optimized
10862: ^call(vdouble), no junction creation, no calls later
10863:
10864: 2005-08-08 paf
10865:
10866: * src/main/: compile.tab.C, compile.y, compile_tools.C,
10867: compile_tools.h: merged + optimized constants in expressions
10868: vstring->vdouble + optimized ^call(vdouble), no junction
10869: creation, no calls later
10870:
10871: * src/types/pa_vdouble.h: merged . double values without fractional
10872: part now default printed as %.0f instead of %g
10873:
10874: * src/types/pa_vdouble.h: . double values without fractional part
10875: now default printed as %.0f instead of %g
10876:
10877: * src/classes/hashfile.C: . merged ! second hashfile::open would
10878: cause an exception
10879:
10880: * src/classes/hashfile.C: ! second hashfile::open would cause an
10881: exception
10882:
10883: * src/: classes/classes.h, main/execute.C, types/pa_junction.h,
10884: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
10885: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
10886: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
10887: types/pa_vimage.C, types/pa_vimage.h, types/pa_vjunction.h,
10888: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
10889: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
10890: types/pa_vresponse.h, types/pa_vstateless_class.C,
10891: types/pa_vstateless_object.h, types/pa_vvoid.h,
10892: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
10893: merged VJunction(new Junction) optimization from 3.1.4
10894:
10895: * src/: main/execute.C, types/pa_junction.h, types/pa_vjunction.h,
10896: types/pa_vstateless_class.C: + optimized new VJunction(new
10897: Junction(params)) to new VJunction(params), thousands of mallocs
10898: removed
10899:
10900: 2005-08-05 paf
10901:
10902: * src/: include/pa_memory.h, main/compile.tab.C, main/compile.y,
10903: types/pa_vdouble.h, types/pa_vmethod_frame.C,
10904: types/pa_vmethod_frame.h: + optimized ^call(vdouble), no junction
10905: creation, no calls later
10906:
10907: * src/: classes/classes.C, classes/classes.h, classes/date.C,
10908: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
10909: classes/hashfile.C, classes/image.C, classes/int.C,
10910: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
10911: classes/response.C, classes/string.C, classes/table.C,
10912: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
10913: include/pa_array.h, include/pa_cache_managers.h,
10914: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
10915: include/pa_config_fixed.h, include/pa_config_includes.h,
10916: include/pa_dictionary.h, include/pa_dir.h,
10917: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
10918: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
10919: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
10920: include/pa_request_charsets.h, include/pa_request_info.h,
10921: include/pa_sapi.h, include/pa_socks.h,
10922: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
10923: include/pa_stack.h, include/pa_string.h,
10924: include/pa_stylesheet_connection.h,
10925: include/pa_stylesheet_manager.h, include/pa_table.h,
10926: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
10927: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
10928: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
10929: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
10930: lib/smtp/smtp.h, main/compile.C, main/compile.y,
10931: main/compile_tools.C, main/compile_tools.h, main/execute.C,
10932: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
10933: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
10934: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
10935: main/pa_memory.C, main/pa_os.C, main/pa_request.C,
10936: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
10937: main/pa_stylesheet_connection.C, main/pa_stylesheet_manager.C,
10938: main/pa_table.C, main/pa_uue.C, main/pa_xml_exception.C,
10939: main/pa_xml_io.C, main/untaint.C, sql/pa_sql_driver.h,
10940: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
10941: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
10942: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
10943: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
10944: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
10945: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
10946: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
10947: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
10948: types/pa_vhash.C, types/pa_vhash.h, types/pa_vhashfile.h,
10949: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
10950: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
10951: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmemory.h,
10952: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
10953: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
10954: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
10955: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
10956: types/pa_vstateless_object.h, types/pa_vstatus.C,
10957: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
10958: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.C,
10959: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
10960: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
10961: types/pa_wcontext.h, types/pa_wwrapper.h: . 2005 ;)
10962:
10963: * src/: lib/cord/cord.vcproj, lib/gd/gd.vcproj,
10964: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/pcre.vcproj,
10965: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
10966: lib/sdbm/sdbm.vcproj, lib/smtp/smtp.vcproj, main/compile.tab.C,
10967: main/compile.y, main/compile_tools.C, main/compile_tools.h,
10968: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj: +
10969: optimized constants in expressions vstring->vdouble
10970:
10971: 2005-07-29 paf
10972:
10973: * src/types/pa_vclass.C: . shaped up error messages a bit
10974:
10975: * src/types/pa_vclass.C: + property getter can now be overridden
10976:
10977: * src/: main/execute.C, types/pa_vclass.C, types/pa_vobject.C: !
10978: bug fix: static parent fields were not replaced in case
10979: $derived:field[put] + property setter can now be overridden
10980:
10981: 2005-07-28 paf
10982:
10983: * configure, configure.in, src/classes/classes.h,
10984: src/classes/date.C, src/classes/file.C, src/classes/hash.C,
10985: src/classes/hashfile.C, src/classes/image.C, src/classes/op.C,
10986: src/classes/table.C, src/classes/xdoc.C, src/classes/xnode.C,
10987: src/classes/xnode.h, src/include/pa_hash.h,
10988: src/include/pa_version.h, src/main/execute.C,
1.116 moko 10989: src/types/Makefile.am, src/types/pa_method.h,
10990: src/types/pa_value.h, src/types/pa_vclass.C,
10991: src/types/pa_vclass.h, src/types/pa_vcode_frame.h,
10992: src/types/pa_vconsole.h, src/types/pa_vcookie.C,
10993: src/types/pa_vcookie.h, src/types/pa_vhash.h,
10994: src/types/pa_vhashfile.h, src/types/pa_vimage.C,
10995: src/types/pa_vimage.h, src/types/pa_vmethod_frame.h,
10996: src/types/pa_vobject.C, src/types/pa_vobject.h,
10997: src/types/pa_vproperty.h, src/types/pa_vrequest.C,
10998: src/types/pa_vrequest.h, src/types/pa_vresponse.C,
10999: src/types/pa_vresponse.h, src/types/pa_vstateless_class.C,
11000: src/types/pa_vstateless_class.h,
1.95 moko 11001: src/types/pa_vstateless_object.h, src/types/pa_vvoid.h,
11002: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
11003: src/types/pa_wwrapper.h: + 3.2.0 beta: merged from
11004: dynamic_fields_join
11005:
11006: * src/: classes/hash.C, classes/hashfile.C, classes/op.C,
11007: classes/xnode.C, include/pa_hash.h, main/execute.C,
11008: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11009: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11010: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11011: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11012: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11013: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11014: types/pa_vresponse.h, types/pa_vstateless_object.h,
11015: types/pa_vvoid.h, types/pa_vxnode.C, types/pa_vxnode.h,
11016: types/pa_wwrapper.h: ! restored put_element('replace' param), and
11017: restored its checks in vobject.put_element->static fields |
11018: dynamic properties
11019:
11020: 2005-07-27 paf
11021:
11022: * src/types/pa_vclass.C: ! changed to GET_ SET_ prefixes. for there
11023: is some old code containing @set_name $name
11024:
11025: * src/types/pa_vobject.h: . fixed warning
11026:
11027: * configure, configure.in, src/include/pa_version.h,
1.116 moko 11028: src/types/Makefile.am: 3.2.0beta started
1.95 moko 11029:
11030: * src/: classes/xnode.C, include/pa_hash.h,
11031: types/pa_vstateless_class.C: ! new asserts were all false.
11032: regretfully reverted them all to checks
11033:
11034: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11035: classes/op.C, main/execute.C, types/pa_method.h,
11036: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11037: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11038: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11039: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11040: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11041: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11042: types/pa_vstateless_object.h, types/pa_vvoid.h,
11043: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11044: joined_dynamic_fields: removed unused param from put_method
11045: (returned to 3 params)
11046:
11047: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vclass.h:
11048: joined_dynamic_fields: dynamic get/set works with overriding
11049: props [alpha2]
11050:
11051: * src/types/pa_vclass.C: joined_dynamic_fields: dynamic get/set
11052: works [alfa]
11053:
11054: * src/: classes/classes.h, classes/hash.C, classes/hashfile.C,
11055: classes/op.C, include/pa_hash.h, main/execute.C,
11056: types/pa_method.h, types/pa_value.h, types/pa_vclass.C,
11057: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
11058: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vhash.h,
11059: types/pa_vhashfile.h, types/pa_vimage.C, types/pa_vimage.h,
11060: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
11061: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
11062: types/pa_vresponse.h, types/pa_vstateless_class.C,
11063: types/pa_vstateless_object.h, types/pa_vvoid.h,
11064: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h:
11065: joined_dynamic_fields: just compiled
11066:
11067: * src/: classes/date.C, classes/file.C, classes/hash.C,
11068: classes/hashfile.C, classes/image.C, classes/table.C,
11069: classes/xdoc.C, classes/xnode.h, main/execute.C,
11070: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.h,
11071: types/pa_vstateless_class.h: joined_dynamic_fields: started
11072:
11073: * src/types/pa_vobject.C: . object setters [only started, does not
11074: work yet]
11075:
11076: * src/: include/pa_hash.h, types/pa_vclass.C, types/pa_vobject.C: .
11077: object setters [only started, does not work yet]
11078:
11079: 2005-07-26 paf
11080:
11081: * src/: include/pa_request.h, main/execute.C: . properties: set
11082: works [alpha2]. for classes. todo: for objects
11083:
11084: * src/: classes/classes.h, include/pa_hash.h, main/execute.C,
11085: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
11086: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
11087: types/pa_vcookie.h, types/pa_vhash.h, types/pa_vhashfile.h,
11088: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
11089: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
11090: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
11091: types/pa_vstateless_object.h, types/pa_vvoid.h,
11092: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wwrapper.h: .
11093: properties: set works [alpha1]
11094:
11095: 2005-07-25 paf
11096:
11097: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h,
11098: types/pa_vstateless_class.C, types/pa_vstateless_class.h: .
11099: properties: started, get works [alpha1, other approach]
11100:
11101: * src/: main/compile.C, types/pa_vclass.C, types/pa_vclass.h: .
11102: properties: started, get works [alpha2]
11103:
11104: * src/types/: pa_vclass.C, pa_vclass.h, pa_vstateless_class.C,
11105: pa_vstateless_class.h: . properties: started, get works [alpha]
11106:
11107: 2005-07-15 paf
11108:
11109: * src/: classes/classes.h, classes/op.C, main/execute.C,
11110: types/pa_junction.h, types/pa_property.h, types/pa_value.h,
11111: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
11112: types/pa_vconsole.h, types/pa_vcookie.C, types/pa_vcookie.h,
11113: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
11114: types/pa_vimage.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
11115: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
11116: types/pa_vresponse.C, types/pa_vresponse.h,
11117: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
11118: types/pa_vstateless_object.h, types/pa_vvoid.h,
11119: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.h,
11120: types/pa_wwrapper.h, types/types.vcproj: + started property
11121: [getters work but think of changing them too to precaching]
11122:
11123: 2005-07-08 paf
11124:
11125: * src/main/pa_request.C: ! bugfix: $response:body[nonfile] caused
11126: gpf
11127:
11128: 2005-06-28 paf
11129:
11130: * src/: classes/file.C, main/untaint.C: ! string invariant violated
11131: in passing empty strings to file::exec/cgi environment
11132:
11133: 2005-06-06 paf
11134:
11135: * src/classes/: hash.C, string.C, table.C: ! bugfix ^string:sql
11136: ^table:sql ^hash:sql now DO process $.bind option
11137:
11138: 2005-05-24 paf
11139:
11140: * src/classes/file.C: ! bugfix ^file::load[mode;name;$.offset
11141: $.limit] now work again [support was broken in 3.1.4]
11142:
11143: * src/: main/pa_string.C, classes/op.C: . steps toward removing
11144: ALL_INTERIOR_POINTERS
11145:
11146: 2005-05-12 paf
11147:
11148: * configure: 3.1.5beta
11149:
11150: * src/main/pa_common.C: ! bugfix -- recv()==0 is not an error
11151:
11152: * src/main/pa_common.C: ! bugfix ^file::load[mode;name;$.offset
11153: $.limit] now work again [support was broken in 3.1.4]
11154:
11155: * src/lib/gd/gif.C: ! fixed image.fill, not it does not depend on
11156: line-width [was refusing to fill if line-width >1, thanks to
11157: Seras <seras@pinxit.lt> for repro case
11158:
11159: 2005-04-25 paf
11160:
11161: * src/types/pa_vdate.h: ! getenv("TZ")==0? TZ environment restored
11162: correctly
11163:
11164: 2005-04-19 paf
11165:
11166: * src/types/pa_vdate.h: bugfix: initial $date.TZ is 0, that results
11167: in VString violating invariant!!
11168:
11169: * src/types/pa_vdate.h: bugfix: TZ now restored after roll if were
11170: getenv("TZ")==null
11171:
11172: 2005-04-08 paf
11173:
11174: * src/main/pa_charset.C: bugfix: UTF8->one-byte-per-char-encoding
11175: bugfix: when there is no char in charset one byte produces 6
11176: (ÿ <<max). increased buffer size!
11177:
11178: 2005-03-23 paf
11179:
11180: * src/: types/pa_vdate.h, classes/date.C: ! bugfix:
11181: ^date.sql-string now takes TZ into account
11182:
11183: 2005-03-16 paf
11184:
11185: * INSTALL, src/include/pa_stack.h: . compiled on freebsd 5.3 with
11186: gcc 3.4
11187:
11188: * src/types/pa_vhash.C: . warning about eof eol
11189:
11190: 2005-02-17 paf
11191:
11192: * operators.txt, src/classes/op.C: + operator ^sleep(double
11193: seconds)
11194:
11195: 2005-02-02 paf
11196:
11197: * src/classes/xnode.C: beauty: removed needless includes
11198:
11199: 2005-01-31 paf
11200:
11201: * src/types/pa_vmail.C: change: $.partX now always 1... change:
11202: $.partNoNumber now alias to $.part1
11203:
11204: * src/types/pa_vmail.C: change: incoming letter part contains
11205: "content-disposition" header with any value? now considering that
11206: part to be "file#" [for text/plain text/html were $.text#
11207: $.html#]
11208:
11209: * INSTALL: updatet to latest working versions available
11210:
11211: 2005-01-20 paf
11212:
11213: * configure.in, src/include/pa_version.h: version
11214:
11215: 2005-01-19 paf
11216:
1.116 moko 11217: * src/: lib/gd/Makefile.am, lib/ltdl/Makefile.am,
11218: targets/cgi/parser3.C, types/Makefile.am: forgotten makefiles.
11219: couple warnings in parser3.C
1.95 moko 11220:
11221: 2004-12-23 paf
11222:
11223: * src/main/pa_sql_driver_manager.C: sql connect string, rsplit @
11224:
11225: * src/main/pa_exec.C: win32: bugfix: file::cgi/exec now set current
11226: dir to directory of script (when shbang used), not to directory
11227: of its interpreter
11228:
11229: * src/include/pa_version.h: compiled on win32...
11230:
11231: * src/targets/cgi/parser3.C: now, when version (compiled on HOST),
11232: we need more hspace
11233:
11234: * configure, configure.in, src/include/pa_version.h: configured
11235: host to pa_version. will be displayed everywhere
11236:
11237: * src/main/pa_request.C: new: @unhandled_exception can prevent
11238: exception from being logged by setting $exception.handled(1)
11239:
11240: * operators.txt, src/classes/file.C: change:
11241: ^file::sql{query}[[options]] options: $.name[file name]
11242: $.content-type[application/what]
11243:
11244: * src/: include/pa_common.h, main/pa_common.C,
11245: types/pa_vhashfile.C: beauty: hashfile::open now creates dir for
11246: new file
11247:
11248: * src/: classes/table.C, types/pa_vhash.C, types/pa_vhash.h:
11249: bugfix: table->hash now regards _default
11250:
11251: * src/types/pa_vmethod_frame.h: bugfix: when method junction was
11252: created by accessing $name_of_method it acquired bad self=closest
11253: methodframe; instead of proper self (current class)
11254:
11255: * src/types/pa_vhashfile.C: bugfix: reading empty string from
11256: hashfile produced bad cord
11257:
11258: 2004-12-10 paf
11259:
11260: * src/: lib/smtp/comms.C, main/pa_common.C: DONT_LINGER can cause
11261: subsequent failures though defined in .h
11262:
11263: * src/main/pa_common.C: comment on volatile
11264:
11265: * src/: include/pa_config_auto.h.in, main/pa_common.C: http: unix:
11266: alarm function were not used since the beginning due to stupid
11267: error [setsigjmp were not checked in configure.in]
11268:
11269: * src/main/pa_common.C: http: timeout setsockopt [if possible] on
11270: unix too
11271:
11272: * src/main/pa_common.C: http: exception status of send/recv errors
11273: change to most probable http.timeout
11274:
11275: * src/main/pa_common.C: win32: http connection $.timeout option now
11276: works [setsockopt on send/receive]
11277:
11278: 2004-12-08 paf
11279:
11280: * src/: classes/mail.C, types/pa_vmail.C: bugfix: mail body now
11281: cstr-ed knowing mail charset, and untainting uri lang now knows
11282: proper charset
11283:
11284: 2004-11-24 paf
11285:
11286: * src/classes/hash.C: hash: adding/cloning adds/clones _default now
11287:
11288: $hash[ $.a[1] $._default[def] ] #$hash2[^hash::create[$hash]]
11289: $hash2[^hash::create[]] ^hash2.add[$hash] $hash2.shit
11290:
11291: 2004-11-12 paf
11292:
11293: * src/types/pa_vmail.C: bugfix: mail:send[$.date[]] were ignored
11294: [since 3.0.4]
11295:
11296: 2004-11-09 paf
11297:
11298: * src/targets/cgi/parser3.C: debug: PA_DEBUG_CGI_ENTRY_EXIT if on,
11299: writes basics to c:\parser3.log
11300:
11301: 2004-10-21 paf
11302:
11303: * src/classes/xnode.C: bugfix: xnode.getAttribute[NS] now return
11304: tainted strings [were returning clean onces]
11305:
11306: 2004-10-15 paf
11307:
11308: * src/types/pa_vdouble.h: bugfix: ^for[i](1;1.5){} << did two
11309: cycles(i=1; i=2), which was wrong, now does ONE
11310:
11311: 2004-10-12 paf
11312:
11313: * etc/parser3.charsets/windows-1251.cfg: euro promille +/-
11314:
11315: 2004-10-07 paf
11316:
11317: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
11318: main/pa_globals.C: debugger help: PA_RELEASE_ASSERTS enables
11319: release asserts
11320:
11321: * src/: main/pa_string.C, include/pa_string.h: debugger help:
11322: String.dump() to stdout in detailed form [were String.v() in
11323: short form]
11324:
11325: * src/lib/cord/cordbscs.c: debugger help: CORD_dump now dumpts
11326: \t\r\n as @#| and truncates long char sequences less
11327:
11328: 2004-10-06 paf
11329:
11330: * src/: include/pa_socks.h, main/pa_common.C, main/pa_socks.C:
11331: win32 beauty: socket errors properly decoded
11332:
11333: 2004-10-05 paf
11334:
11335: * src/: include/pa_request.h, main/pa_request.C: bugfix:
11336: request::configure_user/admin done always, even if no
11337: file-to-process useful in @unhandled_exception [say, if they
11338: would want to mail by SMTP something]
11339:
11340: * src/main/pa_request.C: bugfix: cookie(and mail:recieved) fills
11341: now performed prior to file loading [and @auto executing] thus
11342: making $cookie:value available in @auto and in
11343: @unhandled_exception when IIS is configured to run interpreter
11344: even if no file exist
11345:
11346: 2004-09-20 paf
11347:
11348: * src/main/pa_globals.C: libxml has bugs: it calls xmlMallocAtomic
11349: somewhere where it should have called xmlMalloc and it calls
11350: xmlFree when it should have not called it. inserted two
11351: workarounds: xmlMallocAtomic implemented as xmlMalloc, and
11352: xmlFree just ignored. put away a testcase, maybe someday libxml
11353: author would fix all that. until that day: we have SLOW garbage
11354: collecting when many xml objects are alive hint: do
11355: ^memory:compact[] before xdoc::create
11356:
11357: 2004-09-17 paf
11358:
11359: * src/classes/file.C: bugfix: file::cgi headers were lost [typo
11360: error from 3.0.8 version]
11361:
11362: 2004-09-14 paf
11363:
11364: * src/types/pa_vhashfile.C: bugfix: hashfile.clear deleted only
11365: part bugfix: hashfile.foreach iterated only part if hashfile were
11366: modified inside
11367:
11368: 2004-09-13 paf
11369:
11370: * src/main/pa_string.C: bugfix: $s[+008] ^eval($s) now parsed OK
11371: [were as octal]
11372:
11373: * src/types/pa_vhashfile.C: beauty: not reproduced
11374: $hashfile.key[$novalue] bug [reported by motorin], inserted
11375: safety-check
11376:
11377: * src/types/pa_vhashfile.C: change: empty keys now error in parser
11378: [not something obscure from sdbm lib]
11379:
11380: * src/types/pa_vhashfile.C: bugfix: error numbers now from errno.h
11381: = strerror now returnes something and we can properly report that
11382: to client
11383:
11384: * src/lib/sdbm/sdbm_private.h: change: limit on length(key+value)
11385: now 8008 bytes, were 1008. perl sdbm compatibility now ruined
11386:
11387: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11388: [tainted as-is] this helps //[space][newline] to remain as-is and
11389: not be unnecessary optimized away [ruining javascript]
11390:
11391: * src/classes/xdoc.C: change: ^xdoc.string now outputted as-is
11392: [tainted as-is]
11393:
11394: * src/classes/mail.C: bugfix: typo error
11395:
11396: 2004-09-09 paf
11397:
11398: * src/main/pa_common.C: bugfix: loads headers with both \r\n and \n
11399: separators bugfix: loads header with endings \r\n\r\n and \n\n
11400: (bloody yandex.server)
11401:
11402: 2004-09-06 paf
11403:
11404: * src/main/pa_charset.C: bugfix: two-bytes invalid chars in
11405: TranscodeFromUTF8 considered valid. only >2bytes-long now %HH
11406: encoded
11407:
11408: 2004-09-01 paf
11409:
11410: * src/types/pa_vmail.C: change: multipart/mixed changed to
11411: multipart/related outlook express have no problems showing
11412: unrelated attachments. todo: someday figure out a way of
11413: multipart/mixed multipart/related text/html
11414: image/xxx application/octet-stream << true attachments
11415:
11416: * src/types/pa_vmail.C: new:
11417: ^mail:send[$.file[$.content-disposition can be overriden new:
11418: empty mail header fields removed from letter
11419:
11420: * src/: classes/mail.C, include/pa_config_fixed.h,
11421: types/pa_value.C, types/pa_value.h, types/pa_vmail.C: new:
11422: ^mail:send[ $.file[ $.any[header]
11423:
11424: 2004-08-30 paf
11425:
11426: * src/: include/pa_config_fixed.h, main/pa_common.C: beauty: less
11427: warnings
11428:
11429: * src/main/pa_common.C: beauty: do not bother with charset
11430: detection when ^file::load[binary
11431:
11432: 2004-08-27 paf
11433:
11434: * src/main/pa_common.C: hack: for yandex.server http server
11435:
11436: 2004-08-18 paf
11437:
11438: * src/main/pa_request.C: bugfix: Accept-Ranges: bytes when sending
11439: possibly-chunked response
11440:
11441: 2004-08-17 paf
11442:
11443: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11444: $f.content-type now = that of http response
11445:
11446: * src/classes/file.C: bugfix: $f[^file::load[;http://]]
11447: $f.content-type now = that of http response
11448:
11449: 2004-07-30 paf
11450:
11451: * src/: include/pa_request.h, main/pa_request.C,
11452: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: bugfix:
11453: win32: system&parser exceptions in release mode reported properly
11454: parser exception in exception handler WERE mistakenly reported as
11455: system exception, without details [in apache & isapi] +some
11456: beauty in exception text
11457:
11458: * src/: include/pa_exception.h, main/pa_request.C,
11459: targets/cgi/parser3.C: bugfix: win32: system&parser exceptions in
11460: release mode reported properly parser exception in exception
11461: handler WERE mistakenly reported as system exception, without
11462: details
11463:
11464: * src/main/execute.C: beauty: simplified system exception handling
11465:
11466: 2004-07-29 paf
11467:
11468: * src/classes/table.C: bugfix:
11469: ^table.save[export.csv;$.separator[^;]] now works fine [separator
11470: were ignored, and \t used unconditionally]
11471:
11472: * src/types/Makefile.am: added vhash.c
11473:
11474: 2004-07-28 paf
11475:
11476: * src/: classes/date.C, classes/image.C, classes/math.C,
11477: lib/ltdl/ltdl.c, lib/pcre/pcre_parser_ctype.c, lib/smtp/comms.C,
11478: main/pa_common.C, targets/cgi/parser3.C, types/pa_vform.C,
11479: types/pa_vmail.C: bugfix: isspace((unsigned char)c) everywhere.
11480: failed on russian letters
11481:
11482: * src/: main/pa_string.C, types/pa_vmail.C, main/pa_common.C:
11483: bugfix: isspace((unsigned char)c) everywhere. failed on russian
11484: letters
11485:
11486: * src/main/pa_exec.C: bugfix: win32: chdir not needed, dir passwed
11487: as 'currentDirectory' parameter to CreateProcess
11488:
11489: 2004-07-27 paf
11490:
11491: * src/targets/cgi/parser3.vcproj: beauty: win32:
11492: globaloptimizations ON, release:mapfile ON todo: copy .mapfile
11493: from release somewhere [to help searching for unhandled system
11494: exceptions]
11495:
11496: * src/types/pa_vdate.h: check: for invalid datetime after temporary
11497: TZ shift
11498:
11499: * src/types/pa_vdate.h: bugfix: time checked not only at set_time
11500: but also in ctor
11501:
11502: 2004-07-26 paf
11503:
11504: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
11505: src/main/pa_request.C, src/types/pa_vfile.h,
11506: src/types/pa_vhash.C, src/types/pa_vhash.h,
11507: src/types/types.vcproj: new: $response:body/download[
11508: $.file[name on disk] $.name[of file for user]
11509: $.mdate[date of last-modified. default from directory] ]
11510:
11511: * src/classes/file.C: moving file:send somewhere else..
11512:
11513: * src/: classes/file.C, include/pa_sapi.h, main/pa_common.C,
11514: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: patched:
11515: ^file:send by Victor Fedoseev <vvf_ru@mail.ru> todo: turn it to
11516: $response:download[ $.filename[filename] $.option[] ,, ]
11517:
11518: * src/classes/file.C: beauty: invalid mode thoroughly reported
11519:
11520: 2004-07-21 paf
11521:
11522: * src/types/pa_vmail.C: bugfix: too long header values now splitted
11523: to several lines
11524:
11525: were: header: vaaaaaaaaaaaalue now: header: vaaaaaa aaalue
11526:
11527: note: ms outlook[!express] shows only first 255 characters of
11528: subject
11529:
11530: 2004-07-15 paf
11531:
11532: * src/main/pa_os.C: bugfix: locks now compiled in [were mistakenly
11533: off]
11534:
11535: 2004-07-14 paf
11536:
11537: * src/classes/table.C: bugfix: $.bind values now got untainted
11538: according to lang [were: as-is]
11539:
11540: 2004-07-07 paf
11541:
11542: * src/classes/op.C: bugfix: cache with 2 params caused assertion,
11543: checked that
11544:
11545: * src/main/pa_exec.C: bufix: on unix AND win32 environment string
11546: now untainted according to their languages. were: as-is.
11547: EVERYWHERE
11548:
11549: * src/: classes/file.C, main/pa_exec.C: bufix: on unix AND win32
11550: environment string now untainted according to their languages.
11551: were: as-is. EVERYWHERE
11552:
11553: * src/main/pa_exec.C: bufix: on unix environment string now
11554: untainted according to their languages. were: as-is. on win32:
11555: ok
11556:
11557: * parser3.vssscc: ...would not go unnoticed
11558:
11559: * src/main/pa_charset.C: convinience: transcodeFromUTF8 now never
11560: fails. in case on input appears nonutf, those bytes will be
11561: printed in %HH form. that can be easily decoded/recovered.
11562:
11563: this form is quite noticable, and hopefully would not go noticed
11564:
11565: 2004-07-06 paf
11566:
11567: * src/main/pa_exec.C: bufix: on unix environment string now
11568: untainted according to their languages. were: as-is. on win32:
11569: ok
11570:
11571: 2004-07-01 paf
11572:
11573: * src/: classes/classes.vcproj, lib/cord/cord.vcproj,
11574: lib/gd/gd.vcproj, lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj,
11575: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
11576: lib/pcre/pcre_parser_ctype.vcproj, lib/smtp/smtp.vcproj,
11577: main/main.vcproj, targets/cgi/parser3.vcproj,
11578: targets/isapi/parser3isapi.vcproj, types/types.vcproj: win32:
11579: option: global optimization ON
11580:
11581: * src/main/untaint.C: workaround kinda bug in libxml: life requires
11582: to do xdoc::create{invalid chars} standard disables chars less
11583: then \x20, except tab, cr, lf.
11584:
11585: changed tainting so that those become '!'
11586:
11587: 2004-06-25 paf
11588:
11589: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11590: int on odd address [prev bugfix failed due to superwize
11591: optimizer, which turned memcpy into same 'ld' asm command]
11592:
11593: * src/types/pa_vhashfile.C: bugfix: hashfile deserialize accessed
11594: int on odd address
11595:
11596: 2004-06-22 paf
11597:
11598: * src/sql/pa_sql_driver.h: note: about possible optimization
11599:
11600: * operators.txt, src/classes/hash.C, src/classes/memory.C,
11601: src/classes/string.C, src/classes/table.C, src/classes/void.C,
11602: src/include/pa_config_includes.h: new: ^void:sql{call
11603: paf(:a)}[ $.bind[ $.a[2]
11604: ] ] output variables work. todo: check in out
11605: variables
11606:
11607: 2004-06-18 paf
11608:
11609: * src/: classes/file.C, classes/hash.C, classes/string.C,
11610: classes/table.C, classes/void.C, include/pa_globals.h,
11611: include/pa_sql_connection.h, main/compile.tab.C,
11612: sql/pa_sql_driver.h: started: ^void:sql{call paf(:a)}[
11613: $.bind[ $.a[2] ]
11614: ] input variables work. todo:output
11615:
11616: * src/targets/cgi/parser3.C: bugfix: iis specific
11617: http://parser3/_bug.html?404;http://hpsv/test/ now $request:uri
11618: /_bug.html?404;http://hpsv/test/
11619: --------------------------------------------------------------------------------
11620: $request:query IIS-STATUS=404&IIS-DOCUMENT=http://hpsv/test/
11621: --------------------------------------------------------------------------------
11622: IIS-STATUS="404" IIS-DOCUMENT="http://hpsv/test/"
11623:
11624: 2004-06-16 paf
11625:
11626: * src/targets/cgi/parser3.C: new: iis specific
11627: http://parser3/_bug.html?404;http://server/_bug.html?f=v now
11628: $request:query
11629: IIS-STATUS=404&IIS-DOCUMENT=http://server/_bug.html&f=v
11630: $form:fields IIS-STATUS="404"
11631: IIS-DOCUMENT="http://server/_bug.html" f="v"
11632:
11633: todo: isapi too
11634:
11635: 2004-05-26 paf
11636:
11637: * src/include/pa_version.h: 3.1.3
11638:
11639: * operators.txt: beauty: removed outdated level 'table'
11640:
11641: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: thanks to konst
11642:
11643: * src/main/pa_string.C: beauty: removed 3 warnings
11644:
11645: * src/: include/pa_string.h, classes/table.C, main/untaint.C,
11646: classes/op.C: beauty: removed outdated level 'table'
11647:
11648: 2004-05-25 paf
11649:
11650: * src/lib/sdbm/apr_file_io.C: bugfix: bad seek wrapper
11651: implementation. mistery: how anything worked
11652:
11653: * src/sql/pa_sql_driver.h: beauty: param renamed and comment
11654: changed, it is now safe to use url if pointers to it are stored
11655: to gc mem
11656:
11657: * src/: main/pa_exec.C, types/pa_vhashfile.C: bugfix: hashfile
11658: unknown errors reported and not cause SIGSEGV now
11659:
11660: 2004-05-24 paf
11661:
11662: * src/: include/pa_string.h, lib/cord/cordbscs.c,
11663: lib/cord/include/cord.h, lib/cord/cordxtra.c: cancel: more speed,
11664: less memory: CORD_chars_block originally intended to ... it was
11665: good that CORD_chars_block were not used: it consumes more memory
11666: [and, might be slow too] undoing that. [and removed that func so
11667: that it would not confuse parser developer in future]
11668:
11669: * src/: include/pa_string.h, lib/cord/include/cord.h: more speed,
11670: less memory: CORD_chars_block originally intended to
11671: speedup/reduce mem usage were forgotten, and were used stupid
11672: CORD_chars
11673:
11674: * src/include/pa_config_auto.h.in: bugfix: bigendian check added
11675:
11676: * src/include/: pa_config_fixed.h, pa_string.h: bugfix: on
11677: BIGENDIAN processors space-conserving mech failed, causing
11678: SIGSEGV/SIGBUS and SAPI::abort("unknown untaint lang#%d",
11679: (1|2|3));
11680:
11681: 2004-05-14 paf
11682:
11683: * src/types/: Makefile.am, pa_vvoid.C, pa_vvoid.h, types.vcproj:
11684: bugfix: void now has vfile value, and $response:body[] works OK
11685:
11686: 2004-05-12 paf
11687:
11688: * src/types/: pa_vbool.h, pa_vhash.h, pa_vhashfile.h, pa_vtable.h:
11689: beauty: ^if(def $bool) now equals ^if($bool) and shaped up other
11690: sources to use is_defined() {return as_bool();} along VBool
11691:
11692: 2004-05-11 paf
11693:
11694: * src/include/pa_exec.h: bugfix: gpf on file::exec/cgi because of
11695: referencing to local objects
11696:
11697: * src/: classes/mail.C, include/pa_exec.h, main/compile.tab.C,
11698: types/pa_vmail.C, types/pa_vmail.h: bugfix: bcc with sendmail now
11699: left intact
11700:
11701: 2004-04-15 paf
11702:
11703: * src/classes/date.C: merged: beauty: unused var removed
11704:
11705: * src/classes/date.C: beauty: unused var removed
11706:
11707: * src/include/: pa_exec.h: bugfix: interface without pointer
11708: provoked bug
11709:
11710: 2004-04-09 paf
11711:
11712: * src/types/pa_vform.C: merge: bugfix: form:imap were incorrect
11713:
11714: * src/types/pa_vform.C: bugfix: form:imap were incorrect
11715:
11716: 2004-04-08 paf
11717:
11718: * src/classes/date.C: new: ^date::create[y-m-d
11719: h-M-s>>.milliseconds<<] now allowed, ignored so far
11720:
11721: * src/main/pa_xml_io.C: merged: bugfix /etc/xml/catalog
11722:
11723: * src/main/pa_xml_io.C: bugfix: in safe mode -- disabled attempts
11724: to consult default catalog [usually, that file belongs to other
11725: user/group]
11726:
11727: 2004-04-06 paf
11728:
11729: * src/main/pa_common.C: beauty: gcc warning removed
11730:
11731: * src/main/: compile.tab.C, compile.y: bugfix: gcc refused to
11732: accept that trick, trying other
11733:
11734: * src/main/: compile.tab.C, compile.y: bugfix: step3 to fix
11735: explicit result problem
11736:
11737: * src/main/: compile.tab.C, compile.y: bugfix: step2 to fix
11738: explicit result problem
11739:
11740: * src/main/: compile.tab.C, compile.y: bugfix: step1 to fix
11741: explicit result problem
11742:
11743: * operators.txt, src/classes/string.C: new: ^string.append[string]
11744:
11745: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
11746: main/execute.C: attempt_check_call_in_explicit_result_mode:
11747: failed
11748:
11749: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11750: http://i.p.a.ddress gethostbyaddr added [on some platforms
11751: gethostbyname failed with such 'domains'] now checked properly,
11752: were: needless reverse/forward dns lookup
11753:
11754: * src/main/pa_common.C: bugfix: of 1.175 bugfix:
11755: http://i.p.a.ddress gethostbyaddr added [on some platforms
11756: gethostbyname failed with such 'domains'] now checked properly,
11757: were: needless reverse/forward dns lookup
11758:
11759: * src/main/: compile.C, compile.tab.C, compile.y: reimplemented:
11760: @method[][result] means "no string output here" moved to lexical
11761: level [on grammar level it were too difficult]
11762:
11763: * operators.txt, src/include/pa_string.h, src/main/compile.tab.C,
11764: src/main/compile.y, src/main/compile_tools.h,
11765: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h: new:
11766: @method[][result] means "no string output here", implemented part
11767: of that idea: compiler throws away string literal generation
11768: code. and barks nonwhitespace chars
11769:
11770: * operators.txt: truth: removed comment about $ORIGIN
11771:
11772: 2004-04-05 paf
11773:
11774: * configure.in, src/doc/html2chm.cmd, src/doc/sources2html.cmd,
11775: src/include/pa_version.h, src/main/pa_common.C,
11776: src/targets/isapi/parser3isapi.C: merged with 3.1.3
11777:
11778: * etc/parser3.charsets/x-mac-cyrillic.cfg: added: donated by
11779: Konstantin Tomashevitch [mailto:konst@design.ru]
11780:
11781: * src/doc/html2chm.cmd: beauty: no need in bg here
11782:
11783: * src/doc/sources2html.cmd: beauty: same window, in bg it
11784: interfered with FAR console
11785:
11786: * configure, configure.in: 3.1.3
11787:
11788: * src/targets/isapi/parser3isapi.C: beauty: removed some warnings
11789:
11790: * src/main/pa_common.C: removed warning
11791:
11792: * src/include/pa_version.h: 3.1.3
11793:
11794: 2004-04-02 paf
11795:
11796: * src/main/pa_string.C: bugfix: $s[009] ^s.int[] now 9, were error
11797:
11798: * src/targets/cgi/parser3.C: new: CGI_PARSER_LOG env variable
11799: allows to specify where to put parser log file
11800:
11801: 2004-04-01 paf
11802:
11803: * src/classes/table.C: bugfix: bugfix: table::load last line
11804: without tab and enter were ignored
11805:
11806: * src/: include/pa_cache_managers.h, include/pa_globals.h,
11807: include/pa_socks.h, main/pa_cache_managers.C, main/pa_globals.C,
11808: main/pa_socks.C, targets/cgi/parser3.C,
11809: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.def:
11810: bugfix: sql connections now are disconnected
11811:
11812: 2004-03-30 paf
11813:
11814: * src/classes/table.C: bugfix: table::load last line without tab
11815: and enter were ignored
11816:
11817: * src/classes/table.C: bufix: if last table lines were commented,
11818: gpfed
11819:
11820: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
11821: doc/ClassExample3.dox, doc/chmhelper.pl, doc/class.dox,
11822: doc/compiler.dox, doc/doxygen.cfg, doc/exception.dox,
11823: doc/executor.dox, doc/footer.htm, doc/index.dox, doc/memory.dox,
11824: doc/methoded.dox, doc/object.dox, doc/string.dox,
11825: doc/targets.dox, doc/value.dox, include/pa_version.h,
11826: main/pa_cache_managers.C, main/pa_stylesheet_connection.C,
11827: targets/isapi/parser3isapi.vcproj, types/pa_vform.C: merged
11828: bugfixes from 3.1.2, changed version to 3.1.3beta
11829:
11830: 2004-03-29 paf
11831:
11832: * src/types/pa_vhashfile.C: bugfix: empty key on hashfile.get
11833: causes gpf
11834:
11835: * src/doc/: ClassExample1.dox, ClassExample2.dox,
11836: ClassExample3.dox, chmhelper.pl, class.dox, compiler.dox,
11837: doxygen.cfg, exception.dox, executor.dox, footer.htm, index.dox,
11838: memory.dox, methoded.dox, object.dox, string.dox, targets.dox,
11839: value.dox: translated to english
11840:
11841: 2004-03-25 paf
11842:
11843: * src/targets/isapi/parser3isapi.vcproj: beauty: one more
11844: parser3project dependency removed
11845:
11846: * src/main/: pa_cache_managers.C, pa_stylesheet_connection.C:
11847: bugfix: refused to compile without xml
11848:
11849: * src/types/pa_vform.C: beauty: removed warning
11850:
11851: * src/classes/classes.vcproj: merged bugfix: now all compiles in
11852: any folder [removed last ;) folder dependency]
11853:
11854: * src/classes/classes.vcproj: bugfix: now all compiles in any
11855: folder [removed last ;) folder dependency]
11856:
11857: * src/include/pa_version.h: release
11858:
11859: * src/lib/gd/gif.C: new: ^image.pixel(outof;bounds) now returns -1
11860:
11861: * src/classes/table.C: beauty: comment& more meaningful error
11862: message
11863:
11864: * src/classes/hash.C: bugfix: ^hash::sql{one column} now produces
11865: $.hash[$.column_value1(true) ... ] [were producing some strang
11866: thing]
11867:
11868: 2004-03-23 paf
11869:
11870: * src/: classes/image.C, main/pa_common.C: bugfix: ^image.polyline
11871: and http status line parsing checked number of columns in table
11872: [user reported an assert]
11873:
11874: * operators.txt: example: on hashfile
11875:
11876: * src/: classes/op.C, types/pa_value.C, types/pa_wcontext.C:
11877: bugfix: junction reattach now actually reattaches a junction to
11878: new wcontext [were only assigning it to junction, which caused
11879: junction tracking to loose junction, and it's context were not
11880: killed, and it tried to process in invalid context, gpf]
11881:
11882: * src/targets/cgi/parser3.C: debug helper added
11883:
11884: 2004-03-19 paf
11885:
11886: * src/types/pa_wcontext.C: beauty: error messages removed duplicate
11887: "type(type)" in braces
11888:
11889: 2004-03-10 paf
11890:
11891: * operators.txt, src/classes/xdoc.C, src/classes/xnode.C,
11892: src/classes/xnode.h, src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
11893: src/types/pa_vxnode.C, src/types/pa_vxnode.h: new: refined
11894: solution to search-in-namespaces problem:
11895: $xdoc.search-namespaces.x[http://pif.design.ru/]
11896: $nodes[^xdoc.select[//x:second]]
11897:
11898: * operators.txt, src/classes/xnode.C: new: xnode.select*[xpath
11899: expression][[NAMESPACES HASH]] allows to search for info in
11900: namespaces
11901:
11902: $nodes[^xdoc.select[//x:second][
11903: $.x[http://pif.design.ru/] ]]
11904:
11905: 2004-03-09 paf
11906:
11907: * operators.txt, src/main/pa_common.C: new:
11908: ^file::load[...][options] $.form[
11909: !$.field1[string]
11910: !$.field2[^table::create{one_column_only^#0Avalue1^#0Avalue2}]
11911: ] !$.body[string]
11912:
11913: GET ?here notGET(POST, HEAD, others) in content-type:
11914: application/x-www-form-urlencoded
11915:
11916: todo: upload files ability
11917:
11918: * src/lib/cord/cordxtra.c: bugfix: CORD_pos were not fixed
11919: properly, done
11920:
11921: 2004-03-05 paf
11922:
11923: * operators.txt, src/main/pa_common.C: new: file::load[;http://
11924: GET/POST $.form[$.fields started, not tested yet
11925: todo:$.field[table] for multiple values
11926:
11927: * operators.txt: new: http:// options $.user $.password basic
11928: authorization
11929:
11930: * src/main/pa_common.C: beauty: link to rtf added
11931:
11932: * operators.txt, src/include/pa_common.h, src/main/pa_common.C:
11933: new: http:// options $.user $.password basic authorization
11934:
11935: * src/main/pa_common.C: beauty: removed needless vars
11936:
11937: * operators.txt: new: pgsql option [like that recently added to
11938: oracle driver] ClientCharset=parser-charset <<
11939: charset in which parser thinks client works
11940:
11941: * operators.txt: new: odbc option [like that recently added to
11942: oracle driver] ClientCharset=parser-charset <<
11943: charset in which parser thinks client works
11944:
11945: * src/sql/pa_sql_driver.h: beauty: important warning added
11946:
11947: * etc/parser3.charsets/koi8-r.cfg: there's special code for grad
11948: char!
11949:
11950: * etc/parser3.charsets/windows-1251.cfg: typo
11951:
11952: 2004-03-04 paf
11953:
11954: * src/main/pa_sql_driver_manager.C: speedup: charset lookups
11955: cached, sql transcoding now goes faster
11956:
11957: * operators.txt: new: mysql option [like that recently added to
11958: oracle driver] ClientCharset=parser-charset <<
11959: charset in which parser thinks client works
11960:
11961: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: keyboard
11962: typo error
11963:
11964: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: typograph
11965: chars commented
11966:
11967: 2004-03-03 paf
11968:
11969: * INSTALL: note: added on libgc on FreeBSD, thanks to Andrey N.
11970: Pazychev <135@ugtel.ru> and Goor <goor@hotbox.ru>
11971:
11972: 2004-03-02 paf
11973:
11974: * operators.txt: new[update typo]: !^void.left(n)
11975: nothing !^void.right(n) nothing !^void.mid(p[;n])
11976: nothing
11977:
11978: * operators.txt, src/classes/void.C: new: !^void.left(n)
11979: nothing !^void.right(n) nothing !^void.pos(p[;n])
11980: nothing
11981:
11982: * operators.txt, src/classes/file.C, src/include/pa_string.h: new:
11983: ^file::sql[[name_to_become_$.name]]{} query result must be one
11984: row with columns: first: data second: file name third:
11985: content-type
11986:
11987: * operators.txt, src/classes/file.C: ^file.sql-string[] inside
11988: ^connect gets properly escaped string, which can be passed to
11989: request now this for mysql only. it's up to parser sql driver to
11990: fix zeros properly
11991:
11992: * INSTALL: note: added on building apache with this option:
11993: --enable-shared=max thanks to Victor Fedoseev <vvf_ru@mail.ru>
11994:
11995: 2004-03-01 paf
11996:
11997: * src/targets/isapi/parser3isapi.C: new: apache module & isapi
11998: extension memory:compact befor processingrequest
11999:
12000: * operators.txt, src/classes/hash.C: new: ^hash._keys[>>name<<] to
12001: call sole column of result
12002:
12003: * operators.txt, src/classes/image.C, src/lib/gd/gif.C,
12004: src/lib/gd/gif.h: new: ^image.pixel(x;y)[(color)] get/set
12005: pixel color
12006:
12007: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
12008: beauty: image -- less checks [were ugly impl]
12009:
12010: * src/classes/string.C: bugfix: ^string.left/right/mid with
12011: negative values now considered bad
12012:
12013: * src/main/pa_common.C: bugfix: INADDR_NONE not everywhere defined
12014:
12015: * src/: classes/xdoc.C, types/pa_vxdoc.h: bugfix: boolean output
12016: options now have unified defaults [after transform
12017: indent/omit-xml-declaration/standalone 'default' erroreously
12018: meant 'true']
12019:
12020: * src/main/pa_common.C: bugfix: http://i.p.a.ddress gethostbyaddr
12021: added [on some platforms gethostbyname failed with such
12022: 'domains']
12023:
12024: * src/include/pa_config_auto.h.in: no select check, no define
12025:
12026: * src/classes/string.C: feature: ^string.trim both parameters may
12027: be empty-strings, meaning kind=both chars=whitespaces
12028:
12029: * src/lib/smtp/comms.C: bugfix: use SO_LINGER if no SO_DONTLINGER
12030: exist
12031:
12032: * src/classes/string.C: check: trim 'chars' must not be empty,
12033: exception if it is
12034:
12035: * src/classes/string.C: changed: ^string.trim [] << both,
12036: whitespaces [start|both|end] << kind, whitespaces
12037: [start|both|end;chars] full
12038:
12039: 2004-02-27 paf
12040:
12041: * operators.txt, src/classes/string.C, src/main/pa_string.C: new
12042: method: ^string.trim[start|both|end[;chars]] default
12043: 'chars' -- whitespace chars finished
12044:
12045: * operators.txt, src/classes/string.C, src/include/pa_string.h,
12046: src/main/pa_string.C: new method:
12047: ^string.trim[start|both|end[;chars]] default 'chars' --
12048: whitespace chars started, only start works
12049:
12050: * src/main/compile.C: bugfix: line numbers after
12051: ^process{}[$.line(-10]] can be negative, allowed to print they as
12052: signed
12053:
12054: * src/main/untaint.C: speed: there's no \n chars in output
12055: [normally], so no need to optimize them they could be retrived
12056: from databases, though. but 1. should be replaced 2. if not
12057: optimized, no harm done
12058:
12059: * src/main/pa_exec.C: bugfix: waitpid could be interrupted --
12060: ^file::exec/cgi could return invalid status & zombie child can
12061: remain for short period until process exists [very bad in
12062: mod_parser3] http://i2/tasks/edit/?id=4629451867179521923
12063:
12064: * src/lib/smtp/smtp.h: bugfix: SMTP buffer overflow could allow
12065: malicious SMTP server to attack as by returning too long status
12066: responses http://i2/tasks/edit/?id=4629448401140924947
12067:
12068: 2004-02-26 paf
12069:
12070: * operators.txt: feature: ^process...{CODE}[now has options] which
12071: are $.main[to what to rename @main] $.file[file,
12072: from which (user says) goes that CODE] $.lineno(line
12073: number in that file, where CODE starts. may be negative)
12074:
12075: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12076: src/main/compile.C, src/main/compile_tools.h,
12077: src/main/pa_request.C: feature: ^process...{CODE}[now has
12078: options] which are $.main[to what to rename @main]
12079: $.file[file, from which (user says) goes that CODE]
12080: $.lineno(line number in that file, where CODE starts. may be
12081: negative)
12082:
12083: 2004-02-25 paf
12084:
1.116 moko 12085: * etc/parser3.charsets/Makefile.am: bugfix: @sysconfdir@ used [were
12086: old @charsetsdir@ recently erased from configure.in]
1.95 moko 12087:
12088: * src/classes/hash.C: feature: ^hash::sql{one colum result} now
12089: produces hash of column=>1
12090:
12091: * src/lib/smtp/smtp.h: beauty: couple of #ifdef-s to compile even
12092: with incomplete errno constants set
12093:
12094: 2004-02-24 paf
12095:
12096: * src/lib/smtp/smtp.C: smtp on unix: authors of lib/smtp never read
12097: "man select"
12098:
12099: * src/main/pa_os.C: beauty: <0 better then ==-1
12100:
12101: * src/lib/smtp/comms.C: smtp on unix: steps to work on unix
12102:
12103: * src/lib/smtp/: smtp.C: smtp on unix: steps to work on unix
12104:
1.116 moko 12105: * src/classes/Makefile.am: smtp on unix: steps to work on unix
1.95 moko 12106:
12107: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp on
12108: unix: steps to work on unix [extracted 'to']
12109:
12110: * src/classes/mail.C: smtp on unix: steps to work on unix
12111:
12112: * src/lib/smtp/smtp.C: smtp on unix: compiled on win32
12113:
1.116 moko 12114: * src/: lib/smtp/Makefile.am, lib/smtp/comms.C, lib/smtp/smtp.C,
12115: lib/smtp/smtp.h, targets/cgi/Makefile.am: started porting smtp to
12116: unix [testing on solaris]
1.95 moko 12117:
12118: 2004-02-20 paf
12119:
12120: * src/classes/xdoc.C: beauty: ugly code removed, thanks to egr for
12121: pointing that out
12122:
12123: * src/classes/xdoc.C: bugfix: <tag attr="&#digital_entity;" bug
12124: fixed again [same solution, mistanenly removed one line]
12125:
12126: 2004-02-19 paf
12127:
12128: * src/: classes/date.C, classes/image.C, types/pa_vdate.h: feature:
12129: date::create from bad datetime in spring daylightsaving hole now
12130: OK for all platforms [on some platforms it failed]
12131:
12132: * src/classes/: date.C, image.C: beauty: date::create[bad date time
12133: in daylightsaving hole] now throws error
12134:
12135: * src/classes/date.C: comment: mistake fixed
12136:
12137: 2004-02-18 paf
12138:
12139: * src/: classes/xdoc.C, include/pa_charset.h: beauty: xdoc.string
12140: now renderes in $request:charset, but in header puts
12141: $response:charset todo: make that default only so that coder
12142: could override that
12143:
12144: * src/classes/xdoc.C: beauty: xhtml doctype-public/system forcly
12145: turns off omit-xml-declaration
12146:
12147: * src/classes/xdoc.C: feature: reimplemented xhtml output, see
12148: /.xsl for sample
12149:
12150: 2004-02-17 paf
12151:
12152: * src/classes/xdoc.C: beauty: needless helper class removed
12153:
12154: * src/classes/xdoc.C: beauty: method=html outputxmlbuffer not
12155: copied extra time
12156:
12157: * src/classes/xdoc.C: bugfound: meta again, now somewhere in xhtml
12158: part of libxml
12159:
12160: * src/classes/xdoc.C: new: xhtml now works [libxslt prevented
12161: libxml to do the work] <xsl:output method="html"
12162: doctype-public="-//W3C//DTD XHTML 1.0 Strict//EN"
12163: doctype-system="http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"
12164: />
12165:
12166: * src/classes/xdoc.C: beauty: no <meta ... charset generated
12167:
12168: * src/types/pa_vxdoc.h: bugfix: ^xdoc::transform [note double :]
12169: caused assertion
12170:
12171: * src/classes/hash.C: bugfix: ^hash.add[$hash] ^hash.sub[$hash]
12172: could hang. now such add does nothing, sub clears $hash
12173:
12174: * src/main/untaint.C: bugfix: one last char prior to "spaces<" were
12175: not made quoted-printable
12176:
12177: * src/main/pa_uue.C: bugfix: uuencoded finish char adding violated
12178: string invariant
12179:
12180: 2004-02-16 paf
12181:
12182: * src/main/pa_globals.C: bugfix: xml errors copy from library now
12183: cleared [were not cleared properly]
12184:
12185: 2004-02-13 paf
12186:
1.116 moko 12187: * src/include/pa_version.h: prerelease
1.95 moko 12188:
12189: * src/main/pa_stylesheet_connection.C: change: .xsl.stamp now not
12190: used, introducing dependencies timestamp check
12191:
12192: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12193: include/pa_xml_io.h, main/Makefile.am, main/compile.tab.C,
12194: main/main.vcproj, main/pa_globals.C, main/pa_xml_io.C: change:
12195: .xsl.stamp now not used, introducing dependencies timestamp check
12196:
1.150 moko 12197: * configure.in: auto.p: @conf made relative
1.95 moko 12198:
12199: 2004-02-12 paf
12200:
12201: * src/types/pa_vform.C: bugfix: empty values[recently allowed]
12202: ruined empty <input type=file> submits. parser thought there were
12203: nameless empty file and $form:field got value of type 'file'
12204:
12205: * INSTALL: --without-threads
12206:
12207: * src/include/pa_sapi.h: 2004
12208:
12209: 2004-02-11 paf
12210:
12211: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12212: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12213: classes/hashfile.C, classes/image.C, classes/int.C,
12214: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12215: classes/response.C, classes/string.C, classes/table.C,
12216: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12217: include/pa_array.h, include/pa_cache_managers.h,
12218: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12219: include/pa_config_fixed.h, include/pa_config_includes.h,
12220: include/pa_dictionary.h, include/pa_dir.h,
12221: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
12222: include/pa_hash.h, include/pa_memory.h, include/pa_opcode.h,
12223: include/pa_operation.h, include/pa_os.h, include/pa_request.h,
12224: include/pa_request_charsets.h, include/pa_request_info.h,
12225: include/pa_socks.h, include/pa_sql_connection.h,
12226: include/pa_sql_driver_manager.h, include/pa_stack.h,
12227: include/pa_string.h, include/pa_stylesheet_connection.h,
12228: include/pa_stylesheet_manager.h, include/pa_table.h,
12229: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12230: include/pa_xml_exception.h, include/pa_xml_io.h, lib/gd/gif.C,
12231: lib/gd/gif.h, lib/gd/gifio.C, lib/md5/pa_md5.h,
12232: lib/md5/pa_md5c.c, lib/smtp/comms.C, lib/smtp/smtp.C,
12233: lib/smtp/smtp.h, main/compile.C, main/compile_tools.C,
12234: main/compile_tools.h, main/execute.C, main/pa_cache_managers.C,
12235: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
12236: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
12237: main/pa_exec.C, main/pa_globals.C, main/pa_memory.C,
12238: main/pa_os.C, main/pa_request.C, main/pa_socks.C,
12239: main/pa_sql_driver_manager.C, main/pa_string.C,
12240: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
12241: main/pa_xml_exception.C, main/pa_xml_io.C, main/untaint.C,
12242: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12243: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
12244: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
12245: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
12246: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vconsole.h,
12247: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
12248: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
12249: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
12250: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.C,
12251: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12252: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12253: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12254: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12255: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12256: types/pa_vresponse.h, types/pa_vstateless_class.C,
12257: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12258: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12259: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12260: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12261: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12262: types/pa_wcontext.h, types/pa_wwrapper.h: 2004
12263:
12264: * src/main/pa_globals.C: beauty: typo caused gc.log warnings with
12265: debug version of gc.dll
12266:
12267: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12268: lib/pcre/pcre.vcproj, lib/pcre/pcre_dftables.vcproj,
12269: lib/pcre/pcre_parser_ctype.vcproj, lib/sdbm/sdbm.vcproj,
12270: lib/smtp/smtp.vcproj, main/main.vcproj, main/pa_globals.C,
12271: targets/cgi/parser3.C, targets/cgi/parser3.vcproj,
12272: targets/isapi/parser3isapi.vcproj, types/types.vcproj: migrated
12273: to latest libxml[2.6.5] and libgdome[1.1.2] simplified lib build
12274: processes
12275:
12276: * src/: classes/classes.vcproj, lib/gd/gd.vcproj, main/main.vcproj,
12277: main/pa_globals.C, targets/cgi/parser3.vcproj,
12278: targets/isapi/parser3isapi.vcproj, types/types.vcproj: continued
12279: changes to reflect libxml xsl new folders
12280:
12281: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12282: lib/smtp/smtp.vcproj, main/main.vcproj,
12283: targets/cgi/parser3.vcproj, types/types.vcproj: continued changes
12284: to reflect libxml xsl new folders
12285:
12286: * src/: classes/classes.vcproj, lib/gd/gd.vcproj,
12287: lib/smtp/smtp.vcproj, main/main.vcproj,
12288: targets/cgi/parser3.vcproj, targets/isapi/parser3isapi.vcproj,
12289: types/types.vcproj: started changes to reflect libxml xsl new
12290: folders
12291:
12292: * ChangeLog, parser3.sln, src/classes/classes.vcproj,
12293: src/lib/gd/gd.vcproj, src/lib/smtp/smtp.vcproj,
12294: src/main/compile.tab.C, src/main/main.vcproj,
12295: src/main/pa_globals.C, src/targets/cgi/parser3.vcproj,
12296: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
12297: started changes to reflect libxml xsl new folders
12298:
12299: 2004-02-10 paf
12300:
12301: * INSTALL: critical: libxslt1.1.2 wanted at least libxml2.6.3 to
12302: compile. recommened latest libxml up to date
12303:
12304: * INSTALL: critical: prior to 1.0.30 had bug: "a segfault on
12305: pattern compilation errors", on which spent 4 hours worktime. use
12306: versions higher than that. recommended now latest up to date
12307:
12308: 2004-02-06 paf
12309:
12310: * src/main/: pa_sql_driver_manager.C, pa_stylesheet_manager.C:
12311: beauty: unified destructing style
12312:
12313: * src/main/untaint.C: beauty: removed old def/ifdef
12314:
12315: * src/main/untaint.C: beauty: coredump @unknown untaint language
12316: now
12317:
12318: 2004-02-03 paf
12319:
12320: * src/: classes/image.C, main/pa_exec.C, main/pa_memory.C,
12321: targets/isapi/parser3isapi.C, types/pa_value.C,
12322: types/pa_vcookie.C: beauty: %u is more simple=proper for size_t
12323: then %ld/%lu
12324:
12325: * src/main/pa_common.C: typo: %l -> %u
12326:
12327: * src/classes/xdoc.C: bugfix: libxml: FOR UTF-8 TOO russian letters
12328: in attributes or documents-results of transform now not xx;
12329:
12330: * src/classes/xnode.C: memleaks found: not fixed yet. todo
12331:
12332: * src/main/pa_charset.C: bugfix: forgot to undo some
12333:
12334: * src/main/pa_charset.C: beauty: uncomment
12335: PA_PATCHED_LIBXML_BACKWARD to link with old patched libxml
12336: libraries
12337:
12338: 2004-02-02 paf
12339:
12340: * src/types/pa_vcookie.C: bugfix: erasing cookie: params now output
12341: $cookie:example[ $.value[value] $.path[/there/] ]
12342:
12343: $cookie:example[ $.value[] $.expires[session]
12344: $.path[/there/] $.domain[test.com] ]
12345:
12346: * src/types/pa_vform.C: bugfix: empty values with
12347: enctype=multipart/form-data now produce entries in $form:tables
12348: <form method=post enctype=multipart/form-data> <input type=hidden
12349: name=a> <input type=hidden name=b>
12350:
12351: <input type=submit> </form> $k[^form:fields._keys[]] ^eval($k)
12352: <hr> <pre>$request:body
12353:
12354: 2004-01-30 paf
12355:
12356: * src/classes/xdoc.C: bugfix: libxml: russian letters in attributes
12357: or documents-results of transform now not xx;
12358:
12359: * src/classes/date.C: bugfix: ^date::create[invalid fields now
12360: produce exception.
12361:
12362: * src/: classes/date.C, include/pa_string.h, main/pa_string.C:
12363: bugfix: ^date::create[invalid fields now produce exception.
12364:
12365: * ChangeLog, src/classes/date.C: bugfix: ^date::create[invalid
12366: year] now produces exception. todo: check other fields
12367:
12368: 2004-01-29 paf
12369:
12370: * src/include/pa_memory.h: typo error
12371:
12372: * src/include/pa_memory.h: bugfix: [potential] strdup copied one
12373: more byte then specified, then zeroed it << useless and
12374: potentially harmful(could gpf)
12375:
12376: 2004-01-22 paf
12377:
12378: * src/classes/xdoc.C: bugfix: when stylesheet contains error, gpf
12379:
12380: * src/main/untaint.C: merged: bugfix from 3.1.1 on whitespace
12381: optimization
12382:
12383: * src/main/untaint.C: bugfix: whitespace now optimized properly
12384: [were bug: ^taint[1 & 2]="1 &2"
12385:
12386: * src/main/pa_globals.C: beauty: bigger buffer for xml-related
12387: errors
12388:
12389: * src/main/pa_common.C: merged: bugfix from 3.1.1 on memory
12390: overflow
12391:
12392: * src/main/pa_common.C: bugfix: buffer overflow * in libxml&xsl
12393: error-reporting code * in parser-error reporting code [when no
12394: @unhandled_exception defined]
12395:
12396: fixed in one place: my *snprintf override
12397:
12398: 2004-01-13 paf
12399:
12400: * operators.txt: typo erro
12401:
12402: 2003-12-25 paf
12403:
12404: * src/main/pa_common.C: bugfix: ^file::load[binary;http:// now not
12405: garbled [pieces after zero bytes were removed]
12406:
12407: 2003-12-22 paf
12408:
1.116 moko 12409: * src/include/Makefile.am: bugfix: removed from dist:
12410: src/include/pa_config_auto.h which were configured for
1.95 moko 12411: make-dist-platform and badly updated proper config file in target
12412: [when .tar used for updating existing source tree]
12413:
12414: * ChangeLog, operators.txt, src/classes/op.C,
12415: src/include/pa_sql_connection.h,
12416: src/include/pa_sql_driver_manager.h,
12417: src/main/pa_sql_driver_manager.C, src/sql/pa_sql_driver.h:
12418: feature: sql introducing ability to transcode charsets
12419:
12420: 2003-12-19 paf
12421:
12422: * src/main/pa_sql_driver_manager.C: beauty: more straighforward
12423: error message
12424:
12425: * src/main/pa_charset.C: bugfix: memory for charsethandler
12426: structure for libxml now allocated properly
12427:
12428: 2003-12-17 paf
12429:
12430: * src/types/pa_vfile.C: beauty: removed outdated cast
12431:
12432: * src/main/pa_common.C: bugfix: empty http response caused gpf
12433:
12434: * src/include/pa_string.h: bugfix: removed too strong a assert
12435:
12436: * src/main/pa_globals.C: bugfix: removed false warning [warning:
12437: unreported xmlGenericErrors]
12438:
12439: 2003-12-15 paf
12440:
12441: * src/classes/xdoc.C: bugfix: taint uri under ^xdoc::create{now
12442: works}
12443:
12444: 2003-12-11 paf
12445:
12446: * operators.txt, src/types/pa_vstatus.C: !$status:pid process
12447: id
12448: !$status:tid thread id
12449:
12450: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
12451: main/pa_globals.C, main/pa_request.C, types/pa_vstatus.C:
12452: bugfix(solaris): removed dependency on object initialization
12453: order [one more place]
12454:
12455: * src/: classes/file.C, classes/mail.C, classes/op.C,
12456: classes/xdoc.C, main/pa_request.C, types/pa_vimage.C,
12457: types/pa_vmath.C, types/pa_vstatus.C: beauty cancel: gcc does not
12458: understand that
12459:
12460: * src/: classes/file.C, classes/mail.C, classes/op.C,
12461: classes/xdoc.C, include/pa_cache_managers.h,
12462: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12463: include/pa_stylesheet_manager.h, main/pa_request.C,
12464: main/pa_stylesheet_manager.C, types/pa_vimage.C,
12465: types/pa_vmath.C, types/pa_vstatus.C: beauty: removed redundant
12466: ctor call [relying on implicit String::Body(cstr) call]
12467:
12468: * src/main/: pa_cache_managers.C, pa_sql_driver_manager.C,
12469: pa_stylesheet_manager.C: bugfix(solaris): removed dependency on
12470: object initialization order [two places]
12471:
12472: 2003-12-10 paf
12473:
12474: * src/include/pa_sql_connection.h: bugfix: $status:sql.cache back
12475: << time now ok
12476:
12477: * operators.txt, src/main/pa_sql_driver_manager.C,
12478: src/main/pa_stylesheet_manager.C: $status:stylesheet.cache back
12479: operational
12480:
12481: * ChangeLog, operators.txt, src/classes/xdoc.C,
12482: src/include/pa_charset.h, src/include/pa_sql_connection.h,
12483: src/main/pa_charset.C, src/main/pa_sql_driver_manager.C,
12484: src/main/pa_string.C, src/types/pa_vxdoc.h: $status:sql.cache
12485: back operational
12486:
12487: 2003-12-02 paf
12488:
12489: * src/types/pa_vmail.C: bugfix:
12490: ^mail:send[$.file[$.value[>>xxxx<<]] now untaints properly [were:
12491: as-is forced]
12492:
12493: * src/main/pa_xml_io.C: bugfix: on some platforms one can't throw
12494: exceptions out of libxml callbacks: reimplemented error handling
12495: of http://localhost, parser://method and safemode check callbacks
12496:
12497: * src/main/pa_string.C: bugfix: SPARC gpf on %4!=0 address int ref
12498: [merged from HEAD]
12499:
12500: * src/classes/image.C: nothing: comment removed
12501:
12502: * src/main/pa_string.C: bugfix: sparc gpf on reading %4!=0
12503: addresses to int
12504:
12505: 2003-12-01 paf
12506:
12507: * src/main/pa_xml_io.C: bugfix: typo
12508:
12509: * src/main/pa_globals.C: bugfix: win32: compile prob
12510:
12511: * src/classes/xdoc.C: bugfix: typo
12512:
12513: * src/main/pa_xml_io.C: todo: safe mode check not to throw
12514: exception
12515:
12516: * src/main/pa_xml_io.C: bugfix: http://localhost typo error
12517:
12518: 2003-11-28 paf
12519:
12520: * src/main/pa_xml_io.C: installed safe-mode checker as filter of
12521: all xml documents read
12522:
12523: * src/main/pa_xml_io.C: http://localhost/ now checked for safe mode
12524:
12525: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
12526: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
12527: replaced original open mech of xdoc::create & co to use libxml
12528: open, so that this would work for root document todo: safe mode
12529: checks to libxml: ideally to some 1 point
12530:
12531: * src/main/pa_xml_io.C: comment
12532:
12533: * operators.txt, src/main/pa_xml_io.C: leading / in
12534: http://parser[abscent params]
12535:
12536: * operators.txt, src/include/pa_request.h, src/main/pa_xml_io.C:
12537: works. todo: maybe replace original open mech of xdoc::create &
12538: co to use libxml open, so that this would work for root document
12539:
12540: $xdoc[^xdoc::create{<?xml version="1.0"?> <!DOCTYPE test SYSTEM
12541: "parser://method/params/here"> <test> &test^; </test> }]
12542:
12543: ^taint[^xdoc.string[]]
12544:
12545: @method[param] <!ENTITY test
12546: "test-entity-value+$form:user+$param!">
12547:
12548: 2003-11-27 paf
12549:
12550: * src/main/pa_xml_io.C: libxml: started parser://methodcall/params
12551:
12552: * src/classes/date.C: bugfix: typo error
12553:
12554: 2003-11-26 paf
12555:
12556: * operators.txt, src/include/Makefile.am, src/include/pa_globals.h,
12557: src/main/Makefile.am, src/main/main.vcproj,
12558: src/main/pa_globals.C, src/main/pa_request.C,
12559: src/include/pa_xml_io.h, src/main/pa_xml_io.C: simplification:
12560: xml errors to hash<thread_id,error> reorganization: xml io moved
12561: to pa_xml_io.C/h
12562:
12563: * src/types/pa_value.h: warnings: --
12564:
12565: 2003-11-25 paf
12566:
12567: * src/classes/table.C: bugfix: wrong sequence. [sadly no waring
12568: whatever)
12569:
12570: * src/classes/table.C: bugfix: a, c?x:y, z in gcc considered(?) as
12571: a, (c?x:y, z)
12572:
12573: * src/main/untaint.C: bugfix: consequences of not reading this
12574: comment: CORD_pos_chars_left /* Number of characters in cache.
12575: <= 0 ==> none */
12576:
12577: * src/include/pa_array.h: removed needless checks
12578:
12579: 2003-11-24 paf
12580:
12581: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
12582: removed limit: now $form:xxx can be accessed anytime, even in
12583: @auto/conf [and request/response:charset still can be changed
12584: anytime]
12585:
12586: * src/main/pa_common.C: bugfix: ^file::load[binary;http://...]
12587: now not transcodes response body
12588:
12589: * operators.txt, src/types/pa_vxnode.C, src/types/pa_vxnode.h:
12590: $xdoc[^xdoc::create[test]] $tn[^xdoc.createTextNode[text node
12591: value]] $dummy[^xdoc.firstChild.appendChild[$tn]]
12592: $xdoc.firstChild.firstChild.nodeValue[different]
12593: ^taint[^xdoc.string[]]
12594:
12595: * src/: include/pa_hash.h, types/types.vcproj: linker HPUX nongnu
12596: workaround: static Hash::allocates -> static Hash_allocates
12597:
12598: 2003-11-21 paf
12599:
1.116 moko 12600: * Makefile.am, configure, configure.in, src/classes/Makefile.am,
12601: src/include/pa_config_auto.h.in, src/targets/cgi/Makefile.am,
12602: src/types/Makefile.am: rearrange: gd&smtp moved to src/lib
1.95 moko 12603:
12604: * src/classes/classes.vcproj: rearrange: gd&smtp moved to src/lib
12605:
12606: * src/classes/mail.C: bugfix: typo
12607:
12608: * parser3.sln, src/classes/Makefile.am, src/lib/Makefile.am,
1.116 moko 12609: src/lib/gd/Makefile.am, src/lib/gd/gd.vcproj, src/lib/gd/gif.C,
12610: src/lib/gd/gif.h, src/lib/gd/gifio.C, src/lib/gd/mtables.h,
12611: src/lib/smtp/Makefile.am, src/lib/smtp/comms.C,
12612: src/lib/smtp/smtp.C, src/lib/smtp/smtp.h,
1.95 moko 12613: src/lib/smtp/smtp.vcproj: rearrange: gd&smtp moved to src/lib
12614:
12615: * src/main/pa_exec.C: bug in safe mode
12616:
12617: * src/include/Makefile.am: pa_xml_exception.h
12618:
12619: * src/targets/isapi/parser3isapi.C: more warnings --
12620:
12621: 2003-11-20 paf
12622:
12623: * src/: classes/math.C, classes/op.C, classes/string.C,
12624: main/pa_charset.C, main/pa_dictionary.C, main/pa_string.C,
12625: types/pa_value.C, main/pa_dir.C, main/pa_table.C: more warnings
12626: --
12627:
12628: * src/: main/pa_charset.C, main/pa_string.C, types/pa_vxnode.C:
12629: more warnings --
12630:
12631: * src/classes/xdoc.C: more warnings --
12632:
12633: * src/classes/: date.C, image.C, xdoc.C: more warnings --
12634:
12635: * src/: main/pa_sql_driver_manager.C, main/untaint.C,
12636: types/pa_vcookie.C, types/pa_vmail.C: more warnings --
12637:
12638: * src/: classes/date.C, classes/file.C, classes/hash.C,
12639: classes/image.C, classes/mail.C, classes/op.C, classes/string.C,
12640: classes/table.C, include/pa_cache_managers.h,
12641: include/pa_stylesheet_connection.h, main/pa_request.C,
12642: types/pa_vdate.h, types/pa_vhashfile.C, types/pa_vimage.h,
12643: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h: more warnings
12644: --
12645:
12646: * src/main/: execute.C, pa_request.C: old forgotten todo: when
12647: can't report problem (undefined @unhandled_exception) problem
12648: source string were not reported
12649:
12650: * src/: classes/classes.C, classes/classes.h, classes/date.C,
12651: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
12652: classes/hashfile.C, classes/image.C, classes/int.C,
12653: classes/mail.C, classes/math.C, classes/memory.C, classes/op.C,
12654: classes/response.C, classes/string.C, classes/table.C,
12655: classes/void.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
12656: include/pa_array.h, include/pa_cache_managers.h,
12657: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
12658: include/pa_config_fixed.h, include/pa_dictionary.h,
12659: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
12660: include/pa_globals.h, include/pa_hash.h, include/pa_memory.h,
12661: include/pa_opcode.h, include/pa_operation.h, include/pa_os.h,
12662: include/pa_request.h, include/pa_request_charsets.h,
12663: include/pa_request_info.h, include/pa_sapi.h, include/pa_socks.h,
12664: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
12665: include/pa_stack.h, include/pa_string.h,
12666: include/pa_stylesheet_connection.h,
12667: include/pa_stylesheet_manager.h, include/pa_table.h,
12668: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
12669: include/pa_xml_exception.h, lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
12670: lib/sdbm/apr_file_io.C, lib/sdbm/apr_strings.C, main/compile.C,
12671: main/compile_tools.C, main/compile_tools.h, main/execute.C,
12672: main/pa_cache_managers.C, main/pa_charset.C, main/pa_charsets.C,
12673: main/pa_common.C, main/pa_dictionary.C, main/pa_dir.C,
12674: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
12675: main/pa_memory.C, main/pa_os.C, main/pa_pool.C,
12676: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
12677: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
12678: main/pa_uue.C, main/pa_xml_exception.C, main/untaint.C,
12679: sql/pa_sql_driver.h, targets/cgi/pa_threads.C,
12680: targets/cgi/parser3.C, targets/isapi/pa_threads.C,
12681: targets/isapi/parser3isapi.C, types/pa_junction.h,
12682: types/pa_method.h, types/pa_value.C, types/pa_value.h,
12683: types/pa_vbool.h, types/pa_vclass.C, types/pa_vclass.h,
12684: types/pa_vcode_frame.h, types/pa_vconsole.h, types/pa_vcookie.C,
12685: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
12686: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
12687: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
12688: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
12689: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
12690: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.C,
12691: types/pa_vmath.h, types/pa_vmemory.h, types/pa_vmethod_frame.C,
12692: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
12693: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
12694: types/pa_vresponse.h, types/pa_vstateless_class.C,
12695: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
12696: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
12697: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
12698: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
12699: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
12700: types/pa_wcontext.h, types/pa_wwrapper.h: static const char *
12701: const IDENT
12702:
12703: * src/: include/pa_array.h, include/pa_pool.h,
12704: include/pa_request.h, include/pa_string.h, include/pa_table.h,
12705: main/compile_tools.h, main/pa_common.C, types/pa_vhash.h,
12706: types/pa_wcontext.h: more warnings --
12707:
12708: * src/: classes/classes.vcproj, classes/date.C, classes/double.C,
12709: classes/file.C, classes/hash.C, classes/hashfile.C,
12710: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
12711: classes/memory.C, classes/op.C, classes/string.C,
12712: classes/table.C, classes/xdoc.C, classes/xnode.C,
12713: include/pa_config_includes.h, include/pa_operation.h,
12714: include/pa_sql_connection.h, include/pa_table.h,
12715: include/pa_types.h, lib/ltdl/config_fixed.h,
12716: lib/ltdl/ltdl.vcproj, lib/md5/md5.vcproj, lib/pcre/maketables.c,
12717: lib/pcre/pcre_dftables.vcproj, lib/pcre/pcre_parser_ctype.vcproj,
12718: lib/sdbm/apr_file_io.C, main/compile.tab.C, main/execute.C,
12719: main/main.vcproj, main/pa_cache_managers.C, main/pa_charset.C,
12720: main/pa_common.C, main/pa_dir.C, main/pa_exec.C,
12721: main/pa_globals.C, main/pa_os.C, main/pa_request.C,
12722: main/pa_string.C, main/pa_table.C, targets/cgi/parser3.vcproj,
12723: targets/isapi/parser3isapi.vcproj, types/pa_value.h,
12724: types/pa_vconsole.h, types/pa_vdate.h, types/pa_vfile.h,
12725: types/pa_vhashfile.C, types/pa_vimage.C, types/pa_vimage.h,
12726: types/pa_vmail.C, types/pa_vobject.C,
12727: types/pa_vstateless_class.h, types/pa_vtable.C,
12728: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
12729: types/pa_vxnode.h, types/types.vcproj: turned on warnings level4
12730: on all projects (except libltdl=off & libsdbm=level3) found
12731: several unitialized vars
12732:
12733: 2003-11-19 paf
12734:
12735: * src/classes/op.C: more ansi C++ comp
12736:
12737: * operators.txt, src/classes/op.C, src/include/pa_request.h,
12738: src/main/pa_request.C: ^cache[...]{body}{catch block with
12739: $exception.handled[cache] meaning "get expired cache, if any.
12740: else error"}
12741:
12742: * src/: classes/op.C, include/pa_os.h, include/pa_request.h,
12743: main/pa_common.C: cache: ^cache[] fallback todo: kinda ^try:
12744: ^cache[...]{body}{catch code with $exception.cache field}
12745:
12746: 2003-11-12 paf
12747:
12748: * src/classes/xnode.C: replaceChild: 2nd param now named oldChild
12749: [copy/paste bug]
12750:
12751: 2003-11-11 paf
12752:
12753: * src/types/: pa_value.h, pa_vfile.h: more C++ compatible [HP C++
12754: failed]
12755:
12756: 2003-11-10 paf
12757:
12758: * src/types/pa_vconsole.h: flush
12759:
12760: * operators.txt, src/main/pa_request.C, src/types/Makefile.am,
12761: src/types/types.vcproj, src/types/pa_vconsole.h: $console:line
12762: read/write [for nntp]
12763:
12764: * operators.txt: mysql: transaction support: ?autocommit=0
12765:
12766: * operators.txt: comment: updated
12767:
12768: * src/types/: pa_vhashfile.C, pa_vhashfile.h: add: hashfile old
12769: serialize version and exipire now removes entries
12770:
12771: * operators.txt: ^hashfile.delete[] removes files altogether [and
12772: dir, if could]
12773:
12774: * src/: classes/hashfile.C, include/pa_common.h, main/pa_common.C,
12775: types/pa_vhashfile.C, types/pa_vhashfile.h: ^hashfile.delete[]
12776: removes files altogether [and dir, if could]
12777:
12778: * src/lib/sdbm/sdbm.c: bugfix: sdbm: .h said it's OK to remove
12779: nonexistent pair. .c coded that that was error. fixed
12780:
12781: * src/types/pa_vhashfile.C: sdbm: exception type change to
12782: file.access [regretfull can't split it to different exceptions
12783: without modifying sdbm source wich would prefer not to]
12784:
12785: 2003-11-07 paf
12786:
12787: * src/: classes/date.C, classes/file.C, classes/hash.C,
12788: classes/hashfile.C, classes/image.C, classes/table.C,
12789: classes/xdoc.C, include/Makefile.am, include/pa_array.h,
12790: include/pa_pool.h, include/pa_request.h, main/Makefile.am,
12791: main/execute.C, main/main.vcproj, main/pa_pool.C,
12792: main/pa_request.C, targets/cgi/parser3.C, types/pa_vclass.C,
12793: types/pa_vclass.h, types/pa_vhashfile.h, types/pa_vobject.h,
12794: types/pa_vstateless_class.h: resurrected: pool idea. now only for
12795: destructing objects at request processing end
12796:
12797: 2003-11-06 paf
12798:
12799: * src/: classes/Makefile.am, types/Makefile.am: .am sdbm INCLUDES
12800: updates
12801:
12802: * parser3.sln, src/targets/cgi/Makefile.am: .vcproj & .am updated
12803: to include sdbm
12804:
1.116 moko 12805: * src/include/: pa_config_includes.h, pa_version.h: our
12806: replacements of max& co only for cpp
1.95 moko 12807:
12808: * src/lib/sdbm/: Makefile.am, apr_file_io.C, apr_strings.C: move to
12809: upper dir, .am updated
12810:
12811: * tests/todo.txt: hashfile: done
12812:
12813: * operators.txt, src/types/pa_vhashfile.C: hashfile: clear &
12814: expiration [time in value. todo: move time to key]
12815:
12816: * src/types/pa_vhashfile.C: hashfile: foreach body can bodify $self
12817:
12818: * src/types/pa_vhashfile.C: hashfile: clear now works [were trying
12819: to do that in foreach, no errors, but surely wrong]
12820:
12821: * operators.txt, src/types/pa_vhashfile.C,
12822: src/types/pa_vhashfile.h: hashfile: clear and proper locking
12823:
12824: * operators.txt, src/classes/hash.C, src/classes/hashfile.C,
12825: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h: hashfile:
12826: foreach
12827:
12828: * src/classes/hashfile.C, src/types/pa_vhashfile.C,
12829: src/types/pa_vhashfile.h, operators.txt: hashfile: hash
12830:
12831: * operators.txt, src/classes/hashfile.C, src/types/pa_vhashfile.C,
12832: src/types/pa_vhashfile.h, tests/todo.txt: hashfile: delete
12833:
12834: * src/: include/pa_memory.h, targets/cgi/parser3.C,
12835: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
12836: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile implemented
12837: get/put [raw]
12838:
12839: * src/: classes/op.C, main/pa_os.C: just linked
12840:
12841: * src/: classes/xdoc.C, classes/xnode.C, types/pa_vxnode.h:
12842: XmlException changes
12843:
12844: * src/: include/pa_charset.h, include/pa_globals.h,
12845: include/pa_stylesheet_connection.h, main/pa_exception.C:
12846: XmlException changes
12847:
12848: * src/lib/sdbm/: sdbm.c, sdbm.vcproj: just compiled
12849:
12850: * src/: include/pa_common.h, include/pa_exception.h,
12851: main/main.vcproj, main/pa_common.C, include/pa_os.h,
12852: include/pa_xml_exception.h, main/pa_os.C, lib/sdbm/sdbm.vcproj,
12853: main/pa_xml_exception.C: locking move to pa_os [along with
12854: pa_sleep] apr-impl locking done
12855:
12856: * configure, configure.in, operators.txt, parser3.sln,
12857: src/classes/classes.vcproj, src/classes/hashfile.C,
12858: src/classes/xdoc.C, src/include/pa_config_fixed.h,
12859: src/include/pa_exception.h, src/include/pa_globals.h,
12860: src/include/pa_memory.h, src/include/pa_version.h,
12861: src/lib/ltdl/libltdl.vcproj, src/lib/ltdl/libltdl.vcproj.vspscc,
12862: src/lib/ltdl/ltdl.vcproj, src/lib/ltdl/ltdl.vcproj.vspscc,
12863: src/main/compile.tab.C, src/main/main.vcproj,
12864: src/main/pa_charset.C, src/targets/cgi/parser3.vcproj,
12865: src/types/Makefile.am, src/types/pa_vhash.C,
12866: src/types/pa_vhashfile.C, src/types/pa_vhashfile.h,
12867: src/types/pa_vxnode.h, src/types/types.vcproj: hashfile: started
12868: again with sdbm from apache
12869:
12870: 2003-11-05 paf
12871:
12872: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
12873: main/main.vcproj, targets/cgi/parser3.vcproj: not has to be in
12874: \parser3project dir anymore
12875:
12876: * src/main/pa_charset.C: bugfix: had broken binary search [copied
12877: thoughtlessly from xalan]
12878:
12879: * src/lib/sdbm/: Makefile.am, sdbm.c, sdbm_hash.c, sdbm_lock.c,
12880: sdbm_pair.c, sdbm_pair.h, sdbm_private.h, sdbm_tune.h: original
12881: from httpd-2.0.43\srclib\apr-util\dbm\sdbm
12882:
12883: * src/main/helpers/CaseFolding.txt:
12884: http://www.unicode.org/Public/UNIDATA/CaseFolding.txt
12885:
12886: 2003-11-04 paf
12887:
12888: * operators.txt: comment: ^mail:send[$.options[
12889:
12890: * src/classes/table.C: compiled on unix
12891:
1.116 moko 12892: * src/classes/Makefile.am: classes.C to rebuild last
1.95 moko 12893:
12894: * src/classes/mail.C: compiled on unix
12895:
12896: * operators.txt, src/classes/mail.C, src/types/pa_vmail.C,
12897: src/types/pa_vmail.h: !^mail:send[
12898: $.options[unix: string to append to sendmail command
12899: line]
12900:
12901: * operators.txt, src/classes/table.C, src/main/pa_string.C,
12902: tests/todo.txt: ^table.save[... $.separator[^#09]
12903: $.encloser["] <nothing> by default
12904:
12905: * operators.txt, src/classes/table.C, tests/todo.txt: ^table::load
12906: !$.separator[^#09] !$.encloser["] <nothing> by
12907: default
12908:
12909: 2003-11-03 paf
12910:
12911: * operators.txt, src/classes/table.C, src/main/pa_common.C:
12912: ^table::load[; options: !$.column-separator[^#09]
12913: !$.column-encloser["]
12914:
12915: * operators.txt, src/include/pa_config_fixed.h,
12916: src/types/pa_vrequest.C: $request:document-root
12917:
12918: * src/targets/cgi/parser3.C: beauty: SIGUSRX removed qs= printing
12919: [already included into uri=xxx]
12920:
12921: * operators.txt, src/classes/image.C, tests/todo.txt:
12922: ^image.gif[filename] for $response:download
12923:
12924: * src/classes/date.C: minor precaution
12925:
12926: * operators.txt, src/classes/date.C: !^date::unix-timestamp()
12927: !^date.unix-timestamp[]
12928:
12929: 2003-10-30 paf
12930:
12931: * operators.txt, src/classes/date.C, src/types/pa_vdate.h: merged
12932: from 3.0.8: ^date.roll[TZ;GMT] $date.hour
12933:
12934: * src/classes/: date.C, image.C: improvement diagnostics:
12935: $now[^date::create[$undefined]] now is error
12936:
12937: * src/main/pa_common.C: read errors would now be reported 'actually
12938: read -1 bytes'
12939:
12940: 2003-10-24 paf
12941:
12942: * Makefile.am, src/classes/Makefile.am, src/lib/cord/Makefile.am,
12943: src/lib/md5/Makefile.am, src/lib/pcre/Makefile.am,
12944: src/main/Makefile.am, src/targets/cgi/Makefile.am,
12945: src/targets/isapi/Makefile.am: .dsp/w -> .vcproj/sln
12946:
12947: 2003-10-22 paf
12948:
12949: * src/include/pa_request.h: fixed: $h[^hash::create[]] $$h[1]
12950:
12951: 2003-10-21 paf
12952:
12953: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
12954: fixed: string.match[g] without <'> option produced columns with
12955: NULL's, which gpf'ed at table.save time
12956:
12957: * src/: classes/op.C, include/pa_request.h: fixed: false 'endless
12958: recoursion' message with intensive throw-catches fixed: incorrect
12959: name and line (one name upper then needed) in error message about
12960: problems inside try block
12961:
12962: 2003-10-10 paf
12963:
12964: * src/: include/pa_string.h, main/compile.tab.C: CORD_chr does not
12965: check offset argument for validity did that in String::Body::pos
12966: myself http://i2/tasks/edit/?id=4577425257580789777
12967:
12968: 2003-10-07 paf
12969:
12970: * src/main/: compile.tab.C, compile.y: ^if ( better error:
12971: .html(1:4): parse error, expecting `'['' or `'{'' or `'('' now
12972:
12973: 2003-10-03 paf
12974:
12975: * parser3.sln, src/include/pa_dictionary.h,
12976: src/main/pa_dictionary.C, src/main/pa_string.C,
12977: src/targets/cgi/parser3.vcproj: dictionary optimized by
12978: precalculating cstr&length
12979:
12980: 2003-10-02 paf
12981:
12982: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
12983: main/execute.C, main/pa_request.C, main/pa_sql_driver_manager.C,
12984: main/pa_stylesheet_manager.C: bugfix: ^throw context were
12985: saved/restored incompletely http://www.parser.ru/forum/?id=21484
12986:
12987: 2003-09-30 paf
12988:
12989: * src/main/pa_string.C: string::replace bug fix [were ignoring
12990: occurrances after lang-mismatched
12991:
12992: 2003-09-29 paf
12993:
12994: * src/main/: utf8-to-lower.inc, utf8-to-upper.inc: generated by
12995: helper
12996:
12997: * src/main/pa_string.C: string::serialize bug fix with
12998: zero-terminator
12999:
13000: * src/classes/table.C: ^nameless_table.save column row now has no
13001: \t at the end
13002:
13003: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
13004: @postprocess now takes $response:body/download
13005:
13006: * src/classes/form.C: better error message: MAX_POST_SIZE_NAME to
13007: error message
13008:
13009: * src/classes/string.C: bugfix: s.right(>s.length) returned nothing
13010:
13011: * src/classes/table.C: bugfix: flip: must produce nameless
13012: http://i2/tasks/edit/?id=4573405524674081244
13013:
13014: * src/: include/pa_charset.h, main/pa_charset.C, main/pa_string.C,
13015: main/helpers/simple_folding.pl: utf-8 upper/lower
13016:
13017: * src/main/pa_common.C: bugfix: utf signature were not ignored due
13018: to typo error http://i2/tasks/edit/?id=4573354650786434584
13019:
13020: 2003-09-26 paf
13021:
13022: * src/main/untaint.C: removed needless field
13023:
13024: * src/main/untaint.C: removed needless const
13025:
13026: * src/: include/pa_string.h, main/pa_common.C, main/pa_string.C:
13027: String.for_each bug fixed [omited one-char cases]
13028:
13029: * src/include/pa_stack.h: bugfix: before collecting garbage,
13030: runtime-executor stack were cleared... BADLY
13031:
13032: * src/main/pa_string.C: ^stirng.replace code used old
13033: param-convention on langs.append, fixed that search fo the like,
13034: found none
13035:
13036: * src/: classes/op.C, include/pa_string.h, main/pa_string.C:
13037: string::serialize/deserialize implemented Language enum assigned
13038: meaningful letters [more convinient for debugging. read warning
13039: before adding/changing anything]
13040:
13041: 2003-09-25 paf
13042:
13043: * src/: include/pa_string.h, include/pa_version.h,
13044: main/pa_string.C, main/untaint.C: templates and anonymous unions
13045: differences on unix
13046:
13047: * parser3.sln, src/classes/file.C, src/classes/image.C,
13048: src/classes/mail.C, src/classes/op.C, src/classes/table.C,
13049: src/classes/xdoc.C, src/classes/xnode.C,
13050: src/include/pa_cache_managers.h, src/include/pa_charset.h,
13051: src/include/pa_charsets.h, src/include/pa_common.h,
13052: src/include/pa_request.h, src/include/pa_sql_driver_manager.h,
13053: src/include/pa_string.h, src/include/pa_stylesheet_manager.h,
13054: src/include/pa_table.h, src/lib/cord/cordbscs.c,
13055: src/lib/cord/cordprnt.c, src/lib/cord/cordxtra.c,
13056: src/lib/cord/include/cord.h, src/main/compile.tab.C,
13057: src/main/compile_tools.h, src/main/pa_charset.C,
13058: src/main/pa_charsets.C, src/main/pa_common.C, src/main/pa_exec.C,
13059: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
13060: src/main/pa_string.C, src/main/pa_stylesheet_manager.C,
13061: src/main/untaint.C, src/types/pa_value.h, src/types/pa_vimage.C,
13062: src/types/pa_vmail.C, src/types/pa_vmath.C,
13063: src/types/pa_vstateless_class.h, src/types/pa_vstatus.C,
13064: src/types/pa_vxnode.C: string_fragments_to_cord merged to HEAD
13065:
13066: * src/main/: compile.tab.C, pa_string.C: string: debug: .v()
13067: functions aligned to that of eeparser3 look
13068:
13069: * src/lib/cord/cordprnt.c: removed warnings
13070:
13071: 2003-09-24 paf
13072:
13073: * src/: classes/file.C, classes/image.C, classes/mail.C,
13074: classes/op.C, classes/xdoc.C, classes/xnode.C,
13075: include/pa_cache_managers.h, include/pa_charset.h,
13076: include/pa_charsets.h, include/pa_common.h, include/pa_request.h,
13077: include/pa_sql_driver_manager.h, include/pa_string.h,
13078: include/pa_stylesheet_manager.h, include/pa_table.h,
13079: main/compile_tools.h, main/pa_charset.C, main/pa_charsets.C,
13080: main/pa_common.C, main/pa_exec.C, main/pa_request.C,
13081: main/pa_sql_driver_manager.C, main/pa_string.C,
13082: main/pa_stylesheet_manager.C, main/untaint.C, types/pa_value.h,
13083: types/pa_vimage.C, types/pa_vmail.C, types/pa_vmath.C,
13084: types/pa_vstateless_class.h, types/pa_vstatus.C,
13085: types/pa_vxnode.C: v() functions of String::Body,
13086: String::Languages and String itself StringBody->String::Body
13087:
13088: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13089: lib/cord/include/cord.h: CORD_append_block showed no efficiency =
13090: never optimized anything. todo: somehow speed up harder cases:
13091: concatenationA+concatenationB when last block of A and first of B
13092: contain same letters
13093:
13094: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13095: lib/cord/include/cord.h: langs: speed up by joining adjucent
13096: blocks of same char [CORD_append_block]
13097:
13098: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13099: lib/cord/include/cord.h, main/pa_string.C: aval/ works! todo:
13100: save space by extending blocks when appending block with c ==
13101: lastblock.c
13102:
13103: * src/: include/pa_string.h, main/pa_string.C: aval is not actually
13104: working yet :( but more working &understood :)
13105:
13106: * src/: classes/table.C, include/pa_string.h,
13107: lib/cord/include/cord.h, main/pa_string.C: aval/ works!
13108:
13109: 2003-09-23 paf
13110:
13111: * src/main/untaint.C: $a[ok!] $a works!
13112:
13113: * src/main/untaint.C: something even more works :)
13114:
13115: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
13116: something more works :)
13117:
13118: * src/: include/pa_string.h, lib/cord/cordbscs.c,
13119: lib/cord/cordxtra.c: something already works :)
13120:
13121: * src/: include/pa_string.h, main/untaint.C: just compiled todo:
13122: serialize&deserialize
13123:
13124: * src/: classes/table.C, include/pa_string.h, lib/cord/cordbscs.c,
13125: lib/cord/cordxtra.c, lib/cord/include/cord.h, main/pa_string.C,
13126: main/untaint.C: main idea implemented, details left
13127:
13128: 2003-09-22 paf
13129:
13130: * src/: classes/memory.C, include/pa_memory.h: #ifdef GC_DEBUG
13131:
13132: * src/classes/xnode.C: copy/paste comment bugfix
13133:
13134: * src/: include/pa_memory.h, main/pa_globals.C: when xml memory
13135: allocator returns 0, just die.
13136: http://i2/tasks/edit/?id=4570798492410259445
13137:
13138: * src/classes/xdoc.C: copy/paste comment bugfix
13139:
13140: * src/classes/: xdoc.C, xnode.C: new DOM2 methods from Alexandr
13141: Egorov <egr> (all?) xdoc: createAttributeNS createElementNS
13142: xnode: getAttributeNS setAttributeNS removeAttributeNS
13143: getAttributeNodeNS setAttributeNodeNS hasAttribute hasAttributeNS
13144:
13145: * src/lib/cord/cordxtra.c: CORD_pos bugfix [failed to find 8bit
13146: chars due to bitwise operation signed-char error]
13147:
13148: 2003-09-19 paf
13149:
13150: * src/types/pa_wcontext.C: output message: more practical
13151: suggestion
13152:
13153: * src/main/pa_common.C, operators.txt: merged
13154: $f[^file::load[binary;http://...]] $f.tables
13155:
13156: 2003-09-02 paf
13157:
13158: * src/main/pa_common.C: printf is buffered, write(1 is not. can't
13159: flush stdout without referencing 'stdout' symbol. to hell with
13160: non-ansi libraries without 'stdout' symbol
13161:
13162: * src/main/pa_common.C: got rid of 'stdout' symbol reference on
13163: unix (users reported problems with some old libc)
13164:
13165: * src/types/pa_vdate.h: forgot initializer
13166:
13167: 2003-09-01 paf
13168:
13169: * src/: classes/date.C, include/pa_common.h, main/compile.tab.C,
13170: main/pa_common.C, types/pa_vdate.h: $date.TZ ^date.roll[TZ;new
13171: zone]
13172:
13173: * src/classes/image.C: memory handling bugs [unpatched 'new' calls]
13174:
13175: 2003-08-19 paf
13176:
13177: * src/types/: pa_value.C, pa_value.h, pa_vdate.h, pa_vrequest.C,
13178: pa_vstring.h, pa_vxdoc.C, pa_vxnode.C: bark intefrace obsoleted,
13179: simplified a little
13180:
13181: * src/types/: pa_vhash.C, pa_vhash.h: _default+foreach bug refix
13182: [lost fix from 3.0.8]
13183:
13184: * src/types/pa_vcookie.C: in VC7 if(type var=xxx){ }else{ now
13185: visible here }
13186:
13187: bug fix
13188:
13189: * src/: include/pa_memory.h, types/pa_value.h: -= few warnings
13190:
13191: * src/main/compile.tab.C: initialized couple of variables about
13192: which user reported runtime problems when parser were compiled
13193: with VC7, warning level4. study shows that later in bison
13194: they've fixed that. would migrate to latest bison someday
13195:
13196: * src/types/pa_vmail.C: turned off recoding in gmime (were still
13197: recoding headers)
13198:
13199: * src/types/pa_vmail.C: works as before, same charset problems:
13200: gmime recodes to UTF-8 only headers, not body. so not recoding
13201: anything for now
13202:
13203: * src/types/: pa_vmail.C, pa_vmail.h: parses headers, still
13204: problems with body
13205:
13206: * src/types/pa_vmail.C: mail_receive just compiled
13207:
13208: 2003-08-18 paf
13209:
13210: * src/: classes/classes.vcproj, include/pa_config_fixed.h,
13211: main/main.vcproj, types/types.vcproj: win32: continued process
13212: detaching from \parser3project directory
13213:
13214: * gnu.dsp, parser3.dsw, src/classes/classes.dsp,
13215: src/lib/cord/cord.dsp, src/lib/ltdl/libltdl.dsp,
13216: src/lib/md5/md5.dsp, src/lib/pcre/pcre.dsp,
13217: src/lib/pcre/pcre_dftables.dsp,
13218: src/lib/pcre/pcre_parser_ctype.dsp, src/main/main.dsp,
13219: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
13220: src/types/types.dsp: moved to MSVC 7
13221:
13222: * gnu.vcproj.vspscc, parser3.vssscc,
13223: src/classes/classes.vcproj.vspscc,
13224: src/lib/cord/cord.vcproj.vspscc,
13225: src/lib/ltdl/libltdl.vcproj.vspscc,
13226: src/lib/md5/md5.vcproj.vspscc,
13227: src/lib/pcre/pcre_dftables.vcproj.vspscc,
13228: src/lib/pcre/pcre_parser_ctype.vcproj.vspscc,
13229: src/lib/pcre/pcre.vcproj.vspscc, src/main/main.vcproj.vspscc,
13230: src/targets/isapi/parser3isapi.vcproj.vspscc,
13231: src/types/types.vcproj.vspscc, src/targets/cgi/parser3.vcproj:
13232: moved to MSVC 7
13233:
13234: * parser3.sln, gnu.vcproj, src/classes/classes.vcproj,
13235: src/lib/cord/cord.vcproj, src/lib/ltdl/libltdl.vcproj,
13236: src/lib/md5/md5.vcproj, src/lib/pcre/pcre.vcproj,
13237: src/lib/pcre/pcre_dftables.vcproj,
13238: src/lib/pcre/pcre_parser_ctype.vcproj, src/main/main.vcproj,
13239: src/targets/cgi/parser3.vcproj,
13240: src/targets/isapi/parser3isapi.vcproj, src/types/types.vcproj:
13241: new VS project files
13242:
13243: * ~sak5c961f3101c36563.tmp: Temporary file created by Visual Studio
13244: .NET to detect Jalindi Igloo capabilities.
13245:
13246: * ChangeLog, configure, configure.in, src/classes/Makefile.am,
1.116 moko 13247: src/classes/classes.awk, src/doc/footer.htm,
13248: src/include/pa_config_fixed.h, src/include/pa_version.h,
13249: src/lib/Makefile.am, src/main/compile.tab.C,
1.95 moko 13250: src/main/pa_charset.C, src/main/pa_string.C, src/main/untaint.C,
13251: src/types/pa_vmail.C: merged 3.1.0 latest changes
13252:
13253: 2003-08-15 paf
13254:
13255: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13256: non-ascii <yyy> now encoded correctly [kinda merge from 3.0.8]
13257:
13258: * src/main/untaint.C: email addresses in forms: "non-ascii" <yyy>
13259: non-ascii <yyy> now encoded correctly
13260:
13261: 2003-07-29 paf
13262:
1.116 moko 13263: * src/classes/: Makefile.am, classes.awk: classes.awk added to make
13264: dist
1.95 moko 13265:
13266: * src/types/pa_vmail.C: just started --with-mail-receive
13267:
13268: 2003-07-28 paf
13269:
1.116 moko 13270: * src/: classes/Makefile.am, lib/Makefile.am: removed circular
13271: dependence in src/classes, src/lib/gc now in dist
1.95 moko 13272:
13273: * src/main/pa_string.C: ^cache bug fix [were not working at all]
13274:
13275: 2003-07-25 paf
13276:
13277: * src/doc/footer.htm: year
13278:
13279: 2003-07-24 paf
13280:
13281: * src/: include/pa_config_fixed.h, main/pa_charset.C: bad #endif
13282: fix
13283:
13284: * src/include/pa_version.h: release
13285:
1.116 moko 13286: * src/lib/gc/include/: Makefile.am, gc.h: moved tempate_gc to HEAD
1.95 moko 13287:
13288: * ChangeLog, src/classes/classes.dsp, src/main/main.dsp,
13289: src/main/pa_globals.C, src/targets/cgi/parser3.dsp,
13290: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: cvs:
13291: getting rid of win32xml pseudo project
13292:
13293: * src/main/: compile.tab.C, pa_memory.C: moved tempate_gc to HEAD
13294:
1.116 moko 13295: * ChangeLog, INSTALL, Makefile.am, acsite.m4, configure,
13296: configure.in, operators.txt, parser3.dsw,
1.95 moko 13297: etc/parser3.charsets/koi8-r.cfg,
1.116 moko 13298: etc/parser3.charsets/windows-1251.cfg, src/classes/Makefile.am,
1.95 moko 13299: src/classes/classes.C, src/classes/classes.awk,
13300: src/classes/classes.dsp, src/classes/classes.h,
13301: src/classes/date.C, src/classes/double.C, src/classes/file.C,
13302: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
13303: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
13304: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
13305: src/classes/string.C, src/classes/table.C, src/classes/void.C,
13306: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
13307: src/doc/exception.dox, src/doc/index.dox, src/doc/memory.dox,
13308: src/doc/string.dox, src/include/Makefile.am,
1.116 moko 13309: src/include/pa_array.h, src/include/pa_cache_managers.h,
13310: src/include/pa_charset.h, src/include/pa_charsets.h,
13311: src/include/pa_common.h, src/include/pa_config_auto.h.in,
13312: src/include/pa_config_fixed.h, src/include/pa_config_includes.h,
13313: src/include/pa_dictionary.h, src/include/pa_dir.h,
13314: src/include/pa_exception.h, src/include/pa_exec.h,
13315: src/include/pa_globals.h, src/include/pa_hash.h,
13316: src/include/pa_memory.h, src/include/pa_opcode.h,
13317: src/include/pa_operation.h, src/include/pa_pool.h,
13318: src/include/pa_pragma_pack_begin.h,
1.95 moko 13319: src/include/pa_pragma_pack_end.h, src/include/pa_request.h,
13320: src/include/pa_request_charsets.h, src/include/pa_request_info.h,
13321: src/include/pa_sapi.h, src/include/pa_socks.h,
13322: src/include/pa_sql_connection.h,
13323: src/include/pa_sql_driver_manager.h, src/include/pa_stack.h,
13324: src/include/pa_string.h, src/include/pa_stylesheet_connection.h,
13325: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
13326: src/include/pa_threads.h, src/include/pa_types.h,
1.116 moko 13327: src/include/pa_uue.h, src/lib/Makefile.am,
13328: src/lib/cord/Makefile.am, src/lib/cord/cord.dsp,
13329: src/lib/cord/cordbscs.c, src/lib/cord/cordprnt.c,
13330: src/lib/cord/cordxtra.c, src/lib/cord/source.url,
13331: src/lib/cord/include/Makefile.am, src/lib/cord/include/cord.h,
1.95 moko 13332: src/lib/cord/include/ec.h,
13333: src/lib/cord/include/private/Makefile.am,
13334: src/lib/cord/include/private/cord_pos.h, src/lib/gc/Makefile.am,
1.116 moko 13335: src/lib/ltdl/libltdl.dsp, src/lib/md5/pa_md5.h,
13336: src/lib/md5/pa_md5c.c, src/lib/pcre/pcre.h,
1.95 moko 13337: src/lib/pcre/pcre_parser_ctype.c, src/main/Makefile.am,
1.116 moko 13338: src/main/compile.C, src/main/compile.tab.C, src/main/compile.y,
13339: src/main/compile_tools.C, src/main/compile_tools.h,
13340: src/main/execute.C, src/main/main.dsp, src/main/pa_array.C,
13341: src/main/pa_cache_managers.C, src/main/pa_charset.C,
13342: src/main/pa_charsets.C, src/main/pa_common.C,
13343: src/main/pa_dictionary.C, src/main/pa_dir.C,
13344: src/main/pa_exception.C, src/main/pa_exec.C,
1.95 moko 13345: src/main/pa_globals.C, src/main/pa_hash.C, src/main/pa_pool.C,
13346: src/main/pa_request.C, src/main/pa_socks.C,
13347: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13348: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
1.116 moko 13349: src/main/pa_uue.C, src/main/untaint.C, src/sql/pa_sql_driver.h,
13350: src/targets/Makefile.am, src/targets/cgi/Makefile.am,
13351: src/targets/cgi/getopt.c, src/targets/cgi/getopt.h,
13352: src/targets/cgi/pa_pool.C, src/targets/cgi/pa_threads.C,
13353: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
13354: src/targets/cgi/pool_storage.h, src/targets/cgi/pp3.cmd,
13355: src/targets/isapi/Makefile.am, src/targets/isapi/pa_pool.C,
1.95 moko 13356: src/targets/isapi/pa_threads.C, src/targets/isapi/parser3isapi.C,
13357: src/targets/isapi/parser3isapi.dsp,
13358: src/targets/isapi/pool_storage.h, src/types/Makefile.am,
1.116 moko 13359: src/types/pa_junction.h, src/types/pa_method.h,
13360: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vbool.h,
1.95 moko 13361: src/types/pa_vclass.C, src/types/pa_vclass.h,
13362: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
13363: src/types/pa_vcookie.h, src/types/pa_vdate.h,
13364: src/types/pa_vdouble.h, src/types/pa_venv.h,
13365: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
13366: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
13367: src/types/pa_vimage.C, src/types/pa_vimage.h,
13368: src/types/pa_vint.h, src/types/pa_vjunction.h,
13369: src/types/pa_vmail.C, src/types/pa_vmail.h, src/types/pa_vmath.C,
13370: src/types/pa_vmath.h, src/types/pa_vmemory.h,
13371: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
13372: src/types/pa_vobject.C, src/types/pa_vobject.h,
13373: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
13374: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
13375: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
13376: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
13377: src/types/pa_vstatus.h, src/types/pa_vstring.C,
13378: src/types/pa_vstring.h, src/types/pa_vtable.C,
13379: src/types/pa_vtable.h, src/types/pa_vvoid.h,
13380: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
13381: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
13382: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
13383: src/types/pa_wwrapper.h, src/types/types.dsp: moved tempate_gc to
13384: HEAD
13385:
13386: * tests/: 001.html, 002.html, 003.html, 004.html, 005.html,
13387: 006.html, 007.html, 008.html, 009.html, 010.html, 011.html,
13388: 012.html, 013.html, 014.html, 015.html, 016.html, 017.html,
13389: 018.html, 019.html, 019paf2001.gif, 020.html, 021.html, 022.html,
13390: 023.html, 024.html, 025.html, 026.html, 027.html, 028.html,
13391: 029.html, 030.html, 031.html, 032.html, 033.html, 034.html,
13392: 035.html, 036.html, 037.html, 038.html, 039.html, 040.html,
13393: 041.html, 042.html, 043.html, 044.html, 045.html, 046.html,
13394: 047.html, 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p,
13395: 052.html, 053.html, 054.html, 055.html, 056.html, 057.html,
13396: 058.html, 058_paf2000.png, 059.html, 060.html, 061.dat, 061.html,
13397: 062.html, 063.html, 064.html, 065.html, 066.html, 067.html,
13398: 068.html, 069.html, 070.html, 071.html, 072.html, 073.html,
13399: 074.html, 075.html, 076.html, 077.html, 078.html, 079.html,
13400: 080.html, 081.html, 082.html, 083.html, 084.html, 085.html,
13401: 086.html, 087.html, 088.html, 089.html, 090.html, 091.html,
13402: 092.html, 093.html, 094.html, 095.html, 096.html, 097.html,
13403: 098.html, 098font.gif, 099.html, 100.html, 101.html, 102.html,
13404: 103.html, 103mark.gif, 103paf2001.gif, 104.html, 105.html,
13405: 106.html, 107.html, 108.html, 108.xsl, 109.html, 110.html,
13406: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
13407: 117.html, 118.html, 119.html, 120.html, 121.html, 122.html,
13408: 123.html, 124.html, 125.html, 126.html, 127.html, 128.html,
13409: 129.html, 130.html, 131.html, 132.html, 133.html, 134.html,
13410: 135.html, 136.html, 137.html, 138.html, 139.html, 140.html,
13411: 141.html, Makefile, descript.ion, run_parser.sh, 022_dir/a.html,
13412: 022_dir/b.txt, 022_dir/c.htm, 096_dir/163.jpg, 096_dir/188.jpg,
13413: outputs/create-dir, results/001.processed, results/002.processed,
13414: results/003.processed, results/004.processed,
13415: results/005.processed, results/006.processed,
13416: results/007.processed, results/008.processed,
13417: results/009.processed, results/010.processed,
13418: results/011.processed, results/012.processed,
13419: results/013.processed, results/014.processed,
13420: results/015.processed, results/016.processed,
13421: results/017.processed, results/018.processed,
13422: results/019.processed, results/020.processed,
13423: results/021.processed, results/022.processed,
13424: results/023.processed, results/024.processed,
13425: results/025.processed, results/026.processed,
13426: results/027.processed, results/028.processed,
13427: results/029.processed, results/030.processed,
13428: results/031.processed, results/032.processed,
13429: results/033.processed, results/034.processed,
13430: results/035.processed, results/036.processed,
13431: results/037.processed, results/038.processed,
13432: results/039.processed, results/040.processed,
13433: results/041.processed, results/042.processed,
13434: results/043.processed, results/044.processed,
13435: results/045.processed, results/046.processed,
13436: results/047.processed, results/048.processed,
13437: results/049.processed, results/050.processed,
13438: results/051.processed, results/052.processed,
13439: results/053.processed, results/054.processed,
13440: results/055.processed, results/056.processed,
13441: results/057.processed, results/058.processed,
13442: results/059.processed, results/060.processed,
13443: results/061.processed, results/062.processed,
13444: results/063.processed, results/064.processed,
13445: results/065.processed, results/066.processed,
13446: results/067.processed, results/068.processed,
13447: results/069.processed, results/070.processed,
13448: results/071.processed, results/072.processed,
13449: results/073.processed, results/074.processed,
13450: results/075.processed, results/076.processed,
13451: results/077.processed, results/078.processed,
13452: results/079.processed, results/080.processed,
13453: results/081.processed, results/082.processed,
13454: results/083.processed, results/084.processed,
13455: results/085.processed, results/086.processed,
13456: results/087.processed, results/088.processed,
13457: results/089.processed, results/090.processed,
13458: results/091.processed, results/092.processed,
13459: results/093.processed, results/094.processed,
13460: results/095.processed, results/096.processed,
13461: results/097.processed, results/098.processed,
13462: results/099.processed, results/100.processed,
13463: results/101.processed, results/102.processed,
13464: results/103.processed, results/104.processed,
13465: results/105.processed, results/106.processed,
13466: results/107.processed, results/108.processed,
13467: results/109.processed, results/110.processed,
13468: results/111.processed, results/112.processed,
13469: results/113.processed, results/114.processed,
13470: results/115.processed, results/116.processed,
13471: results/117.processed, results/118.processed,
13472: results/119.processed, results/120.processed,
13473: results/121.processed, results/122.processed,
13474: results/123.processed, results/124.processed,
13475: results/125.processed, results/126.processed,
13476: results/127.processed, results/128.processed,
13477: results/129.processed, results/130.processed,
13478: results/131.processed, results/132.processed,
13479: results/133.processed, results/134.processed,
13480: results/135.processed, results/136.processed,
13481: results/137.processed, results/138.processed,
13482: results/139.processed, results/140.processed,
13483: results/141.processed: merged(copied) to HEAD from template_gc
13484:
13485: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: more step
13486: towards \parser3project not having to be in root
13487:
13488: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c: apache
13489: module compiled [were minor unnecessary changes in lib/md5
13490: interface]
13491:
13492: * src/include/pa_version.h: release
13493:
13494: * parser3.dsw, src/main/pa_globals.C: relative paths to xml&gc libs
13495:
13496: * src/classes/math.C: merged uuid bugfix
13497:
13498: * tests/: 141.html, results/141.processed: fixed bug with
13499: too-small-a-buffer
13500:
13501: * src/classes/math.C: uuid bugfix
13502:
13503: * tests/: 141.html, Makefile, results/005.processed,
13504: results/030.processed, results/075.processed,
13505: results/078.processed: to reflect date format change (were -
13506: become ' ')
13507:
13508: * src/classes/math.C: uuid bugfix
13509:
13510: * parser3.dsw, src/main/pa_globals.C: few paths for libxml
13511: debug/release changes
13512:
13513: * src/lib/md5/pa_md5c.c: PA_ -> pa_
13514:
13515: 2003-07-23 paf
13516:
13517: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13518: renamed a little [to move to comman naming conv]
13519:
1.116 moko 13520: * src/targets/Makefile.am: apache13 splitted to simplify apache
13521: build
1.95 moko 13522:
13523: * src/: include/pa_request.h, include/pa_stack.h, main/execute.C,
13524: main/pa_request.C, main/pa_sql_driver_manager.C,
13525: main/pa_stylesheet_manager.C, targets/isapi/parser3isapi.dsp:
13526: stack top_index() fixed
13527:
13528: * src/main/pa_globals.C: minor style changes
13529:
13530: * src/: classes/op.C, include/pa_sql_connection.h: connection
13531: closing/caching fixed [connections were not closed/put to cache]
13532:
13533: 2003-07-22 paf
13534:
13535: * INSTALL: gc part updated stightly
13536:
13537: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: updated to
13538: new sapi interface
13539:
13540: * src/classes/file.C: comment on OS
13541:
13542: * src/main/pa_string.C: removed reduntant invariant check [there is
13543: one deeper in cord lib]
13544:
13545: * src/main/pa_exec.C: on win32 bugfix in handling shbang
13546:
13547: * src/main/pa_memory.C: out of memory is no longer coredump
13548:
13549: * INSTALL: disable-threads adviced
13550:
13551: 2003-07-21 paf
13552:
1.116 moko 13553: * src/classes/Makefile.am: removed circular dependency on classes.C
1.95 moko 13554:
13555: * src/classes/file.C: file::exec/cgi environment variables now must
13556: be UPPERCASE and A-Z 0-9 _-
13557:
13558: * src/classes/file.C: env passing fixed
13559:
13560: * src/main/pa_common.C: http:// CRLF now [merged from HEAD]
13561:
13562: * src/main/pa_common.C: http:// CRLF now
13563:
13564: 2003-07-02 paf
13565:
13566: * operators.txt, src/types/pa_vstatus.C: renamed $memory:status
13567: fields to reflect their real meaning
13568:
13569: 2003-06-27 paf
13570:
13571: * src/: classes/file.C, include/pa_charset.h, include/pa_exec.h,
13572: include/pa_hash.h, main/pa_charset.C: merged from HEAD
13573: file::exec/cgi .charset
13574:
13575: 2003-06-26 paf
13576:
13577: * ChangeLog, src/classes/file.C, src/classes/hash.C,
13578: src/classes/image.C, src/classes/op.C, src/classes/string.C,
13579: src/classes/table.C: fixed several uninitialized local
13580: structures. notably ^hash.foreach now inserts delimiters
13581: properly [were inserting it before first body]
13582:
13583: 2003-06-24 paf
13584:
13585: * src/include/pa_hash.h: simplified HASH_ALLOCATES_COUNT
13586:
13587: 2003-06-20 paf
13588:
13589: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
13590: src/main/pa_globals.C: introducing
13591: $f[^file::load[binary;http://...]] $f.tables
13592:
13593: 2003-06-06 paf
13594:
13595: * src/types/: pa_vhash.h: $hash.field lookup first now: along with
13596: table. [were method lookup: inconsistent]
13597:
13598: 2003-06-02 paf
13599:
13600: * src/include/pa_memory.h: empty string clone fixed to return
13601: writable memory
13602:
13603: * src/main/pa_common.C: fix_line_breaks bug fix [terminating zero
13604: were not appended] which violated string invariant
13605:
13606: 2003-05-30 paf
13607:
13608: * src/types/pa_value.C: date format now Sun, 06 Nov 1994 08:49:37
13609: GMT ; RFC 822, updated by RFC 1123 [as in HEAD]
13610:
13611: * src/main/pa_common.C: date format now Sun, 06 Nov 1994 08:49:37
13612: GMT ; RFC 822, updated by RFC 1123
13613:
13614: * src/: classes/file.C, classes/form.C, targets/cgi/parser3.C,
13615: targets/isapi/parser3isapi.C: initialized request_info properly
13616:
13617: * src/classes/xnode.C: found minor bug, commended for future
13618:
13619: 2003-05-28 paf
13620:
13621: * src/classes/form.C: request_info.content_length can't be <0,
13622: size_t for some time
13623:
13624: 2003-05-26 paf
13625:
13626: * src/: classes/file.C, classes/string.C, main/pa_string.C: few
13627: forgotten <0 changed to !=STRING_NOT_FOUND
13628:
13629: * src/classes/math.C: merged ffffu from HEAD
13630:
13631: 2003-05-11 paf
13632:
13633: * src/main/pa_globals.C: xml memory debugging functions (ifdefed)
13634:
13635: * src/types/: pa_vxdoc.h, pa_vxnode.h: think that found cause of
13636: premature doc free. transformed document had xmlDoc reference
13637: stored to non-gc-memory (libgdome) added holding-reference
13638:
13639: 2003-04-29 paf
13640:
13641: * src/main/pa_globals.C: started digging on double free. on win32
13642: found that that's perfectly normal.
13643:
13644: 2003-04-25 paf
13645:
13646: * src/classes/table.C: table.join bug fix [bad limit check]
13647:
13648: * src/classes/math.C: merged from HEAD: simpiler hash_string
13649:
13650: * src/classes/math.C: snprintf(buf, 3) become (buf,2) and failed to
13651: print anything. changed to quicker and simplier code
13652:
13653: * src/classes/hash.C: allowed ^hash::create[^rem{xxx}] [were to
13654: strict a check]
13655:
13656: * src/: classes/table.C, lib/md5/pa_md5c.c: minor compile errors
13657:
13658: 2003-04-24 paf
13659:
13660: * src/include/pa_table.h: too strict assert loosened
13661:
13662: * src/lib/: md5/pa_md5c.c, pcre/pcre.h: thanks to Ilia Soldis
13663: <soldis@infolio.ru> for reporing this ansi c fiolation syntax
13664: report
13665:
13666: 2003-04-21 paf
13667:
1.116 moko 13668: * src/targets/cgi/Makefile.am: pp3 added to .am
1.95 moko 13669:
13670: * src/main/pa_globals.C: pcre memory management changed to use GC
13671: memory
13672:
13673: * src/main/pa_globals.C: 2.5.6 version of libxml allows to install
13674: xmlMallocAtomic [author agreed to my suggestion], used that
13675:
13676: * src/types/pa_vmail.C: ^mail:send[$.body backward compatibility
13677:
13678: * src/: targets/cgi/parser3.C, types/pa_value.C, types/pa_value.h,
13679: types/pa_vmail.C: attributed_meaning_to_string added
13680: L_UNSPECIFIED piece which was sortof OK, but violated string
13681: invariant [assertion barked on that] changed to L_PASS_APPEND,
13682: made that param obligatory
13683:
13684: * src/main/pa_string.C: String::ArrayFragment::append_positions bug
13685: fixed [assert helped]
13686:
13687: * src/include/pa_string.h: assert added [looking for bug]
13688:
13689: * src/main/pa_request.C: merged from HEAD: "x:..." and "\\..." file
13690: names on Win32 considered disk-global
13691:
13692: * src/main/pa_request.C: "x:..." and "\\..." file names on Win32
13693: considered disk-global
13694:
13695: 2003-04-18 paf
13696:
13697: * src/main/untaint.C: merged from HEAD: enabled '~' letter in
13698: filenames
13699:
13700: * src/main/untaint.C: enabled '~' letter in filenames
13701:
13702: 2003-04-16 paf
13703:
13704: * src/classes/file.C: small bug introduced in autoptr times fixed
13705:
13706: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: merged from
13707: HEAD
13708:
1.116 moko 13709: * src/classes/table.C: fix: gcc reported tiny error
1.95 moko 13710:
13711: 2003-04-15 paf
13712:
13713: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13714: src/lib/md5/pa_md5c.c, tests/141.html,
13715: tests/results/141.processed: merged from head ^math:uuid[]
13716: ^math:uid64[] ^math:md5[string]
13717:
13718: test added: 141.html
13719:
13720: * operators.txt, src/classes/math.C: ^math:uid64[]
13721:
13722: * src/classes/math.C: ^math:uuid[]
13723:
13724: * operators.txt, src/classes/math.C: ^math:uuid[]
13725:
13726: * operators.txt, src/classes/math.C, src/lib/md5/pa_md5.h,
13727: src/lib/md5/pa_md5c.c: ^math:md5[string] 16-byte digest
13728:
13729: * operators.txt, src/classes/file.C, src/include/pa_common.h,
13730: src/include/pa_config_fixed.h, src/main/pa_common.C:
13731: ^file::load[mode;name; $.offset $.limit
13732:
13733: 2003-04-14 paf
13734:
13735: * src/: classes/math.C, lib/md5/pa_md5.h, lib/md5/pa_md5c.c:
13736: started ^math:md5
13737:
13738: * src/classes/table.C, src/include/pa_array.h,
13739: src/include/pa_table.h, src/main/pa_table.C, tests/140.html,
13740: tests/results/140.processed: table $.reverse option works in
13741: create&co table $.distinct[tables] bug fix merged
13742:
13743: * src/: classes/table.C, include/pa_table.h: table
13744: $.distinct[tables] bug fixed
13745:
13746: * src/classes/table.C: more warnings
13747:
13748: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C:
13749: removed checks in table::set_current, moved them back to
13750: table::locate implemented table::create/join ñ $.reverse
13751:
13752: * src/: include/pa_table.h, main/pa_array.C, main/pa_table.C:
13753: removed checks in table::set_current, moved them back to
13754: table::locate
13755:
13756: 2003-04-11 paf
13757:
13758: * operators.txt, src/classes/date.C, src/classes/table.C,
13759: src/include/pa_array.h, src/include/pa_common.h,
13760: src/include/pa_config_includes.h, src/include/pa_string.h,
13761: src/include/pa_table.h, src/main/pa_request.C,
13762: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13763: src/main/pa_table.C: merged from HEAD from
13764: before_append_array_limit_sense_change to
13765: after_append_array_limit_sense_change
13766:
13767: * src/classes/table.C: typo
13768:
13769: * operators.txt, src/classes/date.C, src/classes/table.C,
13770: src/include/pa_array.h, src/include/pa_common.h,
13771: src/include/pa_config_includes.h, src/include/pa_globals.h,
13772: src/include/pa_table.h, src/main/pa_array.C,
13773: src/main/pa_globals.C, src/main/pa_request.C,
13774: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
13775: src/main/pa_table.C: append_array_limit_sense_change locate
13776: accepts options same as create new option: $.reverse(1) [do not
13777: work in table::create]
13778:
13779: * src/: include/pa_common.h, main/pa_common.C: gcc didn't like
13780: (stat xxx,
13781:
13782: * src/classes/: table.C: typo
13783:
13784: * tests/: 130.html, 131.html, 132.html, 133.html, 134.html,
13785: 135.html, 136.html, 137.html, 138.html, 139.html, descript.ion,
13786: results/130.processed, results/131.processed,
13787: results/132.processed, results/133.processed,
13788: results/134.processed, results/135.processed,
13789: results/136.processed, results/137.processed,
13790: results/138.processed, results/139.processed: added few mustfail
13791: tests 130.html mustfail: empty regexp 131.html mustfail: invalid
13792: date/time 132.html mustfail: access to junction outside of
13793: context 133.html mustfail: access to junction outside of context,
13794: case version 134.html mustfail: hash: adding a key inside of
13795: foreach 135.html mustfail: modifying system class 136.html
13796: mustfail: $.name outside of $hash[here] 137.html mustfail:
13797: appendChild without import 138.html mustfail: invalid encoding
13798: inside of xml 139.html mustfail: bad XPath
13799:
13800: * operators.txt, src/classes/table.C, tests/084.html,
13801: tests/125.html, tests/126.html, tests/127.html, tests/128.html,
13802: tests/129.html, tests/results/125.processed,
13803: tests/results/126.processed, tests/results/127.processed,
13804: tests/results/128.processed, tests/results/129.processed: merged
13805: from HEAD ^table.hash[key][$.distinct[tables]]
13806:
13807: maked appropriate tests [changed one old nonconforming]
13808:
13809: * operators.txt, src/classes/table.C:
13810: ^table.hash[key][$.distinct[tables]]
13811:
13812: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13813: merged fix for found very old xml (dom) bug: were passing
13814: domString objects and later ERROREOUSLY freed them
13815:
13816: * INSTALL, src/include/pa_charset.h, src/lib/Makefile.am,
13817: src/main/pa_charset.C: re-added libgdome patch. regretfully
13818: libgdome bug can not be worked around
13819:
13820: 2003-04-10 paf
13821:
13822: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h:
13823: found very old xml (dom) bug: were passing domString objects and
13824: later ERROREOUSLY freed them
13825:
13826: * src/doc/string.dox, src/include/pa_memory.h,
13827: src/include/pa_string.h, src/lib/cord/cordbscs.c,
13828: src/main/pa_string.C, src/types/pa_vform.C, src/types/pa_vform.h,
13829: tests/123.html, tests/124.html, tests/results/001.processed,
13830: tests/results/002.processed, tests/results/003.processed,
13831: tests/results/004.processed, tests/results/005.processed,
13832: tests/results/006.processed, tests/results/008.processed,
13833: tests/results/009.processed, tests/results/010.processed,
13834: tests/results/011.processed, tests/results/012.processed,
13835: tests/results/013.processed, tests/results/014.processed,
13836: tests/results/015.processed, tests/results/016.processed,
13837: tests/results/017.processed, tests/results/018.processed,
13838: tests/results/020.processed, tests/results/021.processed,
13839: tests/results/022.processed, tests/results/023.processed,
13840: tests/results/024.processed, tests/results/025.processed,
13841: tests/results/026.processed, tests/results/027.processed,
13842: tests/results/028.processed, tests/results/029.processed,
13843: tests/results/030.processed, tests/results/031.processed,
13844: tests/results/032.processed, tests/results/033.processed,
13845: tests/results/034.processed, tests/results/035.processed,
13846: tests/results/036.processed, tests/results/037.processed,
13847: tests/results/038.processed, tests/results/039.processed,
13848: tests/results/040.processed, tests/results/041.processed,
13849: tests/results/042.processed, tests/results/043.processed,
13850: tests/results/044.processed, tests/results/045.processed,
13851: tests/results/046.processed, tests/results/047.processed,
13852: tests/results/048.processed, tests/results/049.processed,
13853: tests/results/050.processed, tests/results/051.processed,
13854: tests/results/052.processed, tests/results/053.processed,
13855: tests/results/054.processed, tests/results/055.processed,
13856: tests/results/056.processed, tests/results/057.processed,
13857: tests/results/058.processed, tests/results/059.processed,
13858: tests/results/060.processed, tests/results/061.processed,
13859: tests/results/062.processed, tests/results/063.processed,
13860: tests/results/064.processed, tests/results/065.processed,
13861: tests/results/066.processed, tests/results/067.processed,
13862: tests/results/068.processed, tests/results/069.processed,
13863: tests/results/070.processed, tests/results/071.processed,
13864: tests/results/072.processed, tests/results/073.processed,
13865: tests/results/074.processed, tests/results/075.processed,
13866: tests/results/076.processed, tests/results/077.processed,
13867: tests/results/078.processed, tests/results/079.processed,
13868: tests/results/080.processed, tests/results/081.processed,
13869: tests/results/082.processed, tests/results/083.processed,
13870: tests/results/084.processed, tests/results/085.processed,
13871: tests/results/086.processed, tests/results/087.processed,
13872: tests/results/088.processed, tests/results/089.processed,
13873: tests/results/090.processed, tests/results/091.processed,
13874: tests/results/092.processed, tests/results/093.processed,
13875: tests/results/094.processed, tests/results/095.processed,
13876: tests/results/096.processed, tests/results/097.processed,
13877: tests/results/101.processed, tests/results/102.processed,
13878: tests/results/104.processed, tests/results/105.processed,
13879: tests/results/106.processed, tests/results/107.processed,
13880: tests/results/108.processed, tests/results/109.processed,
13881: tests/results/110.processed, tests/results/111.processed,
13882: tests/results/112.processed, tests/results/113.processed,
13883: tests/results/114.processed, tests/results/115.processed,
13884: tests/results/116.processed, tests/results/117.processed,
13885: tests/results/118.processed, tests/results/119.processed,
13886: tests/results/120.processed, tests/results/121.processed,
13887: tests/results/122.processed, tests/results/123.processed,
13888: tests/results/124.processed: new convention: char* never 0.
13889: assert in cord on that
13890:
13891: * src/main/pa_charset.C: couple more asserts
13892:
13893: * src/: main/pa_charset.C, include/pa_charset.h: little transcodes
13894: speedup
13895:
13896: * src/main/pa_charset.C: couple assertions on fantastic situations
13897: added [may be those is the case now?]
13898:
13899: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13900: that's memory from gc_malloc, not from g_malloc :(, but would
13901: hope]
13902:
13903: * src/main/pa_charset.C: bugfix on memory buffer overrun [but
13904: that's memory from gc_malloc, not from g_malloc :(, but would
13905: hope]
13906:
13907: * src/main/pa_charset.C: checked custom malloc for returning 0
13908:
13909: 2003-04-09 paf
13910:
13911: * src/classes/date.C: merged ^date.roll changes
13912:
13913: * src/classes/date.C: ^date.roll bug fix
13914:
13915: * src/classes/date.C: ^date.roll now throws less errors: month
13916: shifts handles end of month situation by reducing day number
13917: hour-hole shift reduces hour to recover
13918:
13919: * src/targets/cgi/pp3.cmd: custom profiling script: plist/ST <<
13920: Sort by function time
13921:
13922: * operators.txt, src/main/pa_charset.C, src/main/pa_common.C:
13923: http:// $.charset[] param done
13924:
13925: * tests/: 122.html, results/122.processed: 122 date test <= and ==
13926: added [after volatile fix. passes on win&intel-solaris]
13927:
13928: 2003-04-08 paf
13929:
13930: * src/: classes/file.C, classes/op.C, classes/table.C,
13931: classes/xdoc.C, include/pa_charset.h, include/pa_charsets.h,
13932: include/pa_common.h, include/pa_request_charsets.h,
13933: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
13934: main/pa_exec.C, main/pa_request.C, main/untaint.C,
13935: types/pa_value.h, types/pa_vmail.C, types/pa_vrequest.C,
13936: types/pa_vresponse.C: started http:// $.charset[] param and
13937: http response charset detection just compiled. todo:test
13938:
13939: * src/main/pa_common.C: merged PA_USE_ALARM bugfix from HEAD
13940:
13941: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
13942: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vform.C,
13943: types/pa_vmail.C: changed transcode param converntion along with
13944: string creating convention -- all strings are zero-terminated,
13945: this allowed to fix one remaining String("123", 2) case
13946:
13947: * src/: classes/date.C, classes/file.C, classes/hash.C,
13948: classes/op.C, classes/string.C, classes/table.C,
13949: include/pa_charset.h, include/pa_memory.h, include/pa_string.h,
13950: main/compile.tab.C, main/pa_charset.C, main/pa_exec.C,
13951: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
13952: main/untaint.C, types/pa_vfile.C, types/pa_vfile.h,
13953: types/pa_vform.C, types/pa_vform.h, types/pa_vmail.C: pa_vform
13954: violated String::invariant. started fixing [not compiled now]
13955:
13956: * src/: classes/string.C, include/pa_string.h, lib/cord/cordbscs.c,
13957: main/compile.tab.C, main/compile.y, main/pa_string.C,
13958: main/untaint.C, targets/cgi/parser3.C: number of string style
13959: improvements & optimizations
13960:
13961: * src/classes/xnode.C: =0 bug fix [left from autoptr default ctor
13962: :(]
13963:
13964: * src/main/untaint.C: removed redundant & in CORD_pos param passing
13965: [for it's a pointer really]
13966:
13967: * src/main/untaint.C: CORD_pos_advance turned out to have limit on
13968: 'n' param. worked that around
13969:
13970: * src/lib/cord/: Makefile.am, cordbscs.c, source.url: From: "Boehm,
13971: Hans" <hans_boehm@hp.com> To: "'Alexandr Petrosian (PAF)'"
13972: <PAF@design.ru>; "Boehm, Hans" <hans_boehm@hp.com> Sent: Tuesday,
13973: April 08, 2003 2:16 AM Subject: RE: libgc 6.2.alpha4
13974: cord/cordbscs.c/CORD_cat bug [were: CORD__extend_path bug?
13975:
13976: Thanks for the bug report and patch.
13977:
13978: I hadn't looked at this code in a while. Reading it now, it
13979: seems to me that the tests should also be ">= MAX_DEPTH" to
13980: comply with the invariant, though that may not matter a lot. I
13981: changed that, too.
13982:
13983: Hans
13984:
13985: 2003-04-07 paf
13986:
13987: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C:
13988: merged from head:safe mode error message now includes numbers
13989:
13990: * src/main/execute.C: n-th attempt to make a=a work with double.
13991: problem: as_double returns it's result in fp-register compiler
13992: optimizes access to that register after b->as_double, and just
13993: compares ALREADY_STORED_VALUE with prev-calculated a->as_double
13994: from memory. _SAME_ double values do not match here. when
13995: forced to REload fp-register, values do match.
13996:
13997: tried to make them volatile.
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/types/pa_vobject.h: small style change
14009:
14010: * src/: lib/cord/cordbscs.c, include/pa_string.h: CORD_cat bugfix
14011:
14012: * src/: include/pa_common.h, main/pa_common.C, main/pa_exec.C: safe
14013: mode error message now includes numbers
14014:
14015: * src/: main/untaint.C, targets/cgi/parser3.C: unknown untaint lang
14016: now causes death
14017:
14018: 2003-04-04 paf
14019:
14020: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C:
14021: incorportated pa_exec patch by From: "Victor Fedoseev"
14022: <vvf_ru@mail.ru> To: "Alexandr Petrosian (PAF)" <PAF@design.ru>
14023: Sent: Thursday, January 23, 2003 9:14 AM
14024:
14025: huge speedup on ^file::cgi with big result
14026:
14027: * src/classes/table.C: sort table with 0 rows bug fixed
14028:
14029: * src/types/pa_vhash.h: $hash._default showed in foreach & co bug
14030: fix http://i2/tasks/edit/?id=4493701604654042676
14031:
14032: @main[] $with_default[ $.a[1] $._default[default from
14033: with_default] ] ^show[$with_default]
14034:
14035: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14036: =$to_add_to.xxx=<br>
14037:
14038: ^show[$to_add_to]
14039:
14040: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14041: ^show[$cloned]
14042:
14043: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14044:
14045: } <hr>
14046:
14047: * src/classes/hash.C: $hash._default showed in foreach & co bug fix
14048: http://i2/tasks/edit/?id=4493701604654042676
14049:
14050: @main[] $with_default[ $.a[1] $._default[default from
14051: with_default] ] ^show[$with_default]
14052:
14053: $to_add_to[ $.b[2] ] ^to_add_to.add[$with_default]
14054: =$to_add_to.xxx=<br>
14055:
14056: ^show[$to_add_to]
14057:
14058: $cloned[^hash::create[$with_default]] =$cloned.xxx=<br>
14059: ^show[$cloned]
14060:
14061: @show[hash] ^hash.foreach[k;v]{ $k = $v <br>
14062:
14063: } <hr>
14064:
14065: * src/types/pa_vmail.C: mail receive: .txt attachemnts bug fix
14066: http://i2/tasks/edit/?id=4507350336410850921
14067:
14068: * src/classes/xdoc.C: memory allocation func bugfix
14069: http://i2/tasks/edit/?id=4499303470368629745
14070:
14071: * src/classes/math.C: allowed random 1...
14072:
14073: * src/classes/math.C: allowed random 0..
14074:
14075: * src/main/pa_globals.C: exif mem leak
14076: http://i2/tasks/edit/?id=4480590323629807263
14077:
14078: * src/: classes/classes.dsp, main/main.dsp,
14079: targets/cgi/parser3.dsp, types/pa_vmail.C, types/types.dsp: buf
14080: fix http://i2/tasks/edit/?id=4493946731322521294
14081: $.to[billgates@microsoft.com BCc: send-spam-to@someemails.ru ]
14082:
14083: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14084: lib/pcre/pcre.dsp, main/compile.tab.C, main/main.dsp,
14085: main/pa_globals.C, targets/cgi/parser3.dsp, types/types.dsp:
14086: links to xml libs made relative, no need to unpack parser3project
14087: to /parser3project.
14088:
14089: * src/main/: compile.tab.C, compile.y, compile_tools.h: error
14090: column more precise - tab handling bug fixed
14091:
14092: * src/main/: compile.tab.C, compile.y: more understandable error
14093: message in case @CLASS with more then one line inside
14094:
14095: * src/targets/cgi/parser3.C: more understandable error message in
14096: case of errors in @unhandled_exception
14097:
14098: 2003-04-03 paf
14099:
14100: * INSTALL, src/include/pa_operation.h, src/include/pa_request.h,
14101: src/main/compile.tab.C, src/main/compile.y,
14102: src/main/compile_tools.C, src/main/compile_tools.h,
14103: src/main/execute.C, src/main/pa_request.C: debug info format
14104: simplified, now it's: OP_VALUE Operation::Origin << here value*
14105:
14106: higher limits: file number (max: 255) line number (max:
14107: 64535) column number (max: 255)
14108:
14109: * src/classes/math.C: top limit
14110:
14111: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
14112: precise parse error position in case of
14113:
14114: ^bug ]
14115:
14116: * src/classes/op.C, src/main/pa_request.C, tests/042.html: test 042
14117: changed to realities, and passed [bug fixed]
14118:
14119: * src/: classes/op.C, include/pa_request.h, main/compile.C,
14120: main/compile.tab.C, main/compile.y, main/compile_tools.C,
14121: main/compile_tools.h, main/pa_request.C: introducing
14122: ^process...[main-method-alias]
14123:
14124: * src/: classes/date.C, classes/image.C, classes/op.C,
14125: classes/string.C, classes/table.C, classes/xdoc.C,
14126: types/pa_vmethod_frame.h: MethodParams& now [methods without
14127: params receive zero reference, but they are expected not to look
14128: there]
14129:
14130: * operators.txt, src/classes/date.C, src/classes/double.C,
14131: src/classes/file.C, src/classes/hash.C, src/classes/image.C,
14132: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14133: src/classes/memory.C, src/classes/op.C, src/classes/response.C,
14134: src/classes/string.C, src/classes/table.C, src/classes/void.C,
14135: src/classes/xdoc.C, src/classes/xnode.C, src/classes/xnode.h,
14136: src/main/execute.C, src/types/pa_method.h: MethodParams& now
14137: [methods without params receive zero reference, but they are
14138: expected not to look there]
14139:
14140: * operators.txt, src/classes/op.C, src/include/pa_request.h,
14141: src/main/pa_request.C, src/types/pa_vmethod_frame.h:
14142: ^process...[filename] useful for better error reporting
14143: [file/line/col]
14144:
14145: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
14146: types/pa_vstring.h: slightly improved error messages text: 1. is
14147: '%s', it 2. method undefined in case of ^void[]
14148:
14149: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14150: include/pa_types.h, main/execute.C, main/pa_request.C: exception
14151: handling done. now we have error columns todo: test it
14152:
14153: * src/: classes/op.C, include/pa_request.h: removed from trace 'a'
14154: exception when ^try{ ^throw[a;1] }{ ^throw[b;2] }
14155:
14156: this makes life easier: were: bad stack order -- were in
14157: exception catch unwind order, which didn't match execution order
14158:
14159: @main[] ^try{ ^first[] }{ ^throw[c;3] }
14160:
14161: @first[] ^throw[a;1]
14162:
14163: showed throw a first throw b try
14164:
14165: which is no good
14166:
14167: * src/: classes/op.C, include/pa_request.h, include/pa_stack.h,
14168: main/compile.tab.C, main/execute.C, main/pa_request.C: strack
14169: trace reset after handled exception [old bug fixed]
14170:
14171: * src/main/: compile.tab.C, compile.y: parse position old bug
14172: fixed. position reporting made precise [both, in parse erros and
14173: runtime errors]
14174:
14175: 2003-04-02 paf
14176:
14177: * src/: include/pa_operation.h, include/pa_request.h,
14178: main/compile.C, main/compile.tab.C, main/compile.y,
14179: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14180: main/pa_exception.C, main/pa_request.C: debug info: started
14181: using. todo:complete
14182:
14183: * src/: classes/op.C, include/pa_operation.h, include/pa_request.h,
14184: main/compile.C, main/compile.tab.C, main/compile.y,
14185: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14186: main/pa_request.C: prepared debug info todo:use it
14187:
14188: * src/include/pa_operation.h: strange mistake fixed: forgot to
14189: return Operation class->union after switching from autoptrs.
14190:
14191: * tests/: Makefile, results/108.processed, results/117.processed:
14192: meta considered OK [it's up to coder now to remove it not needed]
14193:
14194: * src/main/pa_dictionary.C, tests/Makefile: replace bug fix [broke
14195: Dictionary constructor when moved to gc]
14196:
14197: * src/main/pa_common.C: uncommented http:// file loading
14198:
14199: * src/include/pa_array.h, src/main/execute.C,
14200: src/targets/cgi/parser3.C, tests/run_parser.sh: gif encoder bug
14201: fix [gdGrowingBuf]
14202:
14203: * configure.in, src/lib/Makefile.am: removed patches
14204:
14205: * configure, src/include/pa_config_auto.h.in,
14206: src/main/pa_charset.C: --enable-assertions autoconf-ed
14207:
14208: * src/main/pa_common.C: uncommented http:// file loading
14209:
14210: * src/: classes/xdoc.C, types/pa_vxdoc.h: removed ref leak in
14211: xdoc::create/load
14212:
14213: * src/: classes/form.C, classes/hash.C, classes/image.C,
14214: classes/string.C, classes/table.C, classes/void.C,
14215: include/pa_common.h, main/pa_common.C, main/pa_request.C,
14216: main/pa_sql_driver_manager.C, main/pa_string.C: all calls to
14217: String::String(str,helper_length) are checked. found/fixed one
14218: place: $request:body now zero-terminated,
14219:
14220: * src/: classes/op.C, classes/table.C, include/pa_request.h,
14221: main/compile_tools.C, main/execute.C, types/pa_value.h,
14222: types/pa_vbool.h, types/pa_vclass.h, types/pa_vdate.h,
14223: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
14224: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
14225: types/pa_vobject.C, types/pa_vobject.h, types/pa_vstring.h,
14226: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.h,
14227: types/pa_vxnode.h: more locally scoped vars in execute (more
14228: easily optimizable)
14229:
14230: * src/: classes/table.C, include/pa_table.h, main/pa_table.C: few
14231: for(size_t i=0...) -> for(Array_iterator... i(..); i.has_next()
14232:
14233: * src/: include/pa_array.h, include/pa_stack.h,
14234: include/pa_string.h, main/compile_tools.C, main/main.dsp,
14235: main/pa_table.C, types/pa_vmethod_frame.C: array get/put check
14236: become assertion iterator in methodframe filler
14237:
14238: * src/: include/pa_array.h, include/pa_stack.h, main/main.dsp,
14239: targets/cgi/parser3.C: array::get/put inlined
14240:
14241: * src/: lib/cord/cordbscs.c, main/pa_globals.C: globals.c:
14242: gc_substitute_memory_management_functions +installed CORD_oom
14243: function
14244:
14245: * configure.in, src/classes/xnode.C, src/include/pa_config_fixed.h,
14246: src/include/pa_config_includes.h, src/include/pa_string.h,
14247: src/lib/cord/cordbscs.c, src/main/pa_memory.C,
14248: src/targets/cgi/parser3.C: converted debug hacks to ANSI
14249: assertions started configure.in --enable-assertions
14250:
14251: 2003-04-01 paf
14252:
14253: * src/: classes/xdoc.C, classes/xnode.h, include/pa_memory.h,
14254: main/pa_memory.C, targets/cgi/parser3.C, types/pa_vxdoc.h,
14255: types/pa_vxnode.C, types/pa_vxnode.h: memory bug debugged down:
14256: gdome uses glib memory, and stores last pointer to xmlDoc there,
14257: gc misses that and collects valid memory fixed by remembering
14258: xmlDoc from dom object in xdoc. todo: do something with
14259: premature free of xdoc with xnodes/node values referring into it
14260:
14261: * src/classes/: mail.C: typo fix
14262:
14263: * src/main/pa_memory.C: bug() to set bpt in (memory.c) some .am
14264: changes
14265:
14266: * src/: include/pa_memory.h, main/pa_common.C, main/pa_globals.C,
14267: main/pa_memory.C: moved memory debugging to global level: to
14268: pa_gc_malloc
14269:
14270: * src/: main/pa_globals.C, targets/cgi/parser3.C: xml memory
14271: debugging showed no errors. todo: debug parser memory
14272:
14273: * src/targets/cgi/: parser3.C, parser3.dsp: more build
14274: configurations
14275:
14276: * src/: classes/classes.dsp, include/pa_config_fixed.h,
14277: main/compile.tab.C, main/main.dsp, main/pa_globals.C,
14278: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
14279: types/types.dsp: prepared xml-static configuration
14280:
14281: 2003-03-31 paf
14282:
14283: * INSTALL, src/classes/xdoc.C, src/main/pa_globals.C,
14284: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp: started
14285: xml lib memory debugging, simple checks failed: it seems that
14286: library does realloc(bad ptr), and recording those ptrs in heap
14287: [for debugging] was bad: heap situation changes = everything
14288: works fine
14289:
14290: * src/: main/pa_charset.C, include/pa_charset.h: worked around
14291: xmlRegisterCharEncodingHandler limitation [currently imposed
14292: limit of 10 user-defined charsets]
14293:
14294: 2003-03-28 paf
14295:
14296: * src/main/execute.C: execution stack copied to local register
14297: variable, removed lots [~2e7) of memory accesses
14298:
14299: 2003-03-27 paf
14300:
14301: * src/: classes/xdoc.C, main/pa_globals.C: XML memory funcs to GC
14302: works in debug, but fails in release todo: fix that
14303:
14304: * src/: classes/xdoc.C, main/compile.tab.C, main/pa_globals.C,
14305: targets/cgi/parser3.C: forgot to merge XML memory funcs
14306: replacement from gc branch
14307:
14308: * src/main/pa_exec.C: introducing append_help_length [radical
14309: improvement here]
14310:
14311: * src/targets/cgi/parser3.C: GC_java_finalization turned off [was
14312: 'not recommened' in gc.h, on win32 noticed no difference]
14313:
14314: * src/include/pa_array.h: returned checked array get [were disabled
14315: for debugging] result:not slower [don't understand that, it were
14316: INLINED] todo: find out a way of inlining it!
14317:
14318: * src/: include/pa_string.h, lib/gc/include/gc.h,
14319: lib/gc/include/gc_fake.h, main/compile.tab.C,
14320: targets/cgi/parser3.C, main/pa_memory.C, targets/cgi/parser3.dsp:
14321: convention changed: all resulting strings are zero-terminated
14322:
14323: * src/: classes/date.C, classes/file.C, classes/hash.C,
14324: classes/string.C, classes/table.C, classes/void.C,
14325: include/pa_string.h, lib/cord/cord.dsp, lib/cord/cordbscs.c,
14326: lib/cord/include/cord.h, main/compile.tab.C, main/compile.y,
14327: main/compile_tools.h, main/pa_common.C, main/pa_exec.C,
14328: main/pa_request.C, main/pa_string.C, main/pa_uue.C,
14329: sql/pa_sql_driver.h, types/pa_value.C, types/pa_venv.h,
14330: types/pa_vfile.C, types/pa_vmail.C: introducing
14331: append_help_length [radical improvement here]
14332:
14333: * src/: classes/memory.C, include/pa_array.h, include/pa_hash.h,
14334: include/pa_memory.h, lib/cord/cord.dsp, lib/cord/cordxtra.c,
14335: lib/gc/include/gc.h, main/pa_memory.C, targets/cgi/parser3.C,
14336: targets/cgi/parser3.dsp, types/pa_vstatus.C: disabled gc, become
14337: even slower
14338:
14339: * src/: classes/string.C, classes/table.C, include/pa_array.h,
14340: include/pa_stack.h, include/pa_string.h, main/compile_tools.C,
14341: main/pa_string.C, main/untaint.C, types/pa_vmethod_frame.C: fixed
14342: clients of &get(): most to use non-ref version, some[in tight
14343: places] to get_unchecked_ref
14344:
14345: * src/doc/memory.dox: forgot to add
14346:
14347: * src/: classes/classes.dsp, classes/memory.C, classes/xdoc.C,
14348: include/pa_array.h, include/pa_request.h, include/pa_stack.h,
14349: include/pa_string.h, lib/cord/cord.dsp, lib/ltdl/libltdl.dsp,
14350: lib/md5/md5.dsp, lib/pcre/pcre.dsp, main/compile.tab.C,
14351: main/compile.y, main/compile_tools.C, main/compile_tools.h,
14352: main/main.dsp, main/pa_string.C, targets/cgi/parser3.C,
14353: targets/cgi/parser3.dsp, types/pa_vmail.C,
14354: types/pa_vmethod_frame.C, types/types.dsp: Array::put(index,
14355: T>>&<< removed after Stack::pop wiping removed [moved to separate
14356: func] other Array & removed
14357:
14358: 2003-03-26 paf
14359:
14360: * src/: classes/classes.dsp, classes/file.C, classes/op.C,
14361: classes/table.C, include/pa_array.h, include/pa_charset.h,
14362: include/pa_stack.h, include/pa_string.h, include/pa_table.h,
14363: lib/cord/cord.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14364: lib/pcre/pcre.dsp, main/compile.tab.C, main/compile.y,
14365: main/main.dsp, main/pa_charset.C, main/pa_common.C,
14366: main/pa_exec.C, main/pa_sql_driver_manager.C,
14367: main/pa_stylesheet_manager.C, main/pa_table.C,
14368: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14369: types/pa_vmethod_frame.C, types/pa_vmethod_frame.h,
14370: types/pa_vobject.C, types/pa_vobject.h, types/types.dsp:
14371: pre-evaluated .count() in some places
14372:
14373: * src/: classes/classes.dsp, lib/ltdl/libltdl.dsp, lib/md5/md5.dsp,
14374: lib/pcre/pcre.dsp, main/main.dsp, targets/cgi/parser3.dsp,
14375: types/types.dsp: .dsp profiling updated
14376:
14377: * src/: classes/classes.dsp, lib/cord/cord.dsp,
14378: lib/ltdl/libltdl.dsp, lib/md5/md5.dsp, main/main.dsp,
14379: targets/cgi/parser3.dsp, types/types.dsp: started profiling
14380:
14381: * src/: classes/classes.dsp, lib/cord/cord.dsp, main/compile.tab.C,
14382: main/compile_tools.h, main/main.dsp, targets/cgi/parser3.dsp,
14383: targets/isapi/parser3isapi.dsp, types/types.dsp: .dsp updated to
14384: use lib/gc,lib/cord
14385:
1.116 moko 14386: * acsite.m4, src/classes/Makefile.am, src/classes/mail.C,
14387: src/classes/math.C, src/classes/op.C, src/include/pa_common.h,
1.95 moko 14388: src/include/pa_config_auto.h.in, src/include/pa_config_fixed.h,
14389: src/include/pa_config_includes.h, src/include/pa_request.h,
14390: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14391: src/include/pa_stylesheet_connection.h, src/include/pa_version.h,
1.116 moko 14392: src/lib/Makefile.am, src/lib/cord/Makefile.am,
1.95 moko 14393: src/lib/cord/include/Makefile.am,
1.116 moko 14394: src/lib/cord/include/private/Makefile.am, src/main/Makefile.am,
14395: src/main/pa_exec.C, src/main/pa_string.C, src/main/untaint.C,
14396: src/targets/cgi/Makefile.am, src/types/Makefile.am,
14397: src/types/pa_vclass.h, src/types/pa_vcookie.h,
14398: src/types/pa_vform.h, src/types/pa_vhash.h,
14399: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.h,
14400: src/types/pa_vresponse.h, src/types/pa_vstateless_class.h,
14401: src/types/pa_vstatus.C, src/types/pa_vstatus.h,
14402: src/types/pa_vtable.h, src/types/pa_vxdoc.h: configured math
14403: funcs ported pa_exec
1.95 moko 14404:
14405: * src/lib/: cord/include/gc.h, gc/include/gc.h: introducing lib/gc
14406:
14407: * src/lib/cord/include/: cord.h, ec.h, gc.h, private/cord_pos.h:
14408: bundled gc includes
14409:
14410: * src/: classes/op.C, include/pa_array.h,
14411: include/pa_sql_connection.h, include/pa_string.h,
14412: include/pa_version.h, main/compile.tab.C, main/compile.y,
14413: main/execute.C, main/pa_common.C, main/pa_exception.C,
14414: main/pa_request.C, main/pa_string.C, targets/cgi/parser3.C,
14415: targets/cgi/parser3.dsp: a number of bugfixes [while testing
14416: first real site (aval)]
14417:
14418: 2003-03-25 paf
14419:
14420: * operators.txt, src/main/pa_sql_driver_manager.C,
14421: src/types/pa_vstatus.C: $status.memory used free since_compact
14422: process
14423:
14424: * src/: include/pa_sql_connection.h, main/pa_globals.C,
14425: main/untaint.C, sql/pa_sql_driver.h: untaint.C L_SQL
14426:
14427: * src/main/: pa_charset.C, untaint.C: untaint.C L_MAIL_HEADER
14428:
14429: * src/main/pa_request.C, src/main/untaint.C, src/types/pa_value.C,
14430: src/types/pa_value.h, src/types/pa_vfile.h,
14431: src/types/pa_vobject.C, src/types/pa_vobject.h,
14432: src/types/pa_vstring.C, src/types/pa_vstring.h, tests/121.html,
14433: tests/results/121.processed: untaint.C L_URI
14434:
14435: * operators.txt, src/classes/Makefile.am, src/classes/classes.dsp,
14436: src/classes/op.C, src/main/pa_request.C, src/types/Makefile.am,
14437: src/types/pa_venv.h, src/types/types.dsp, src/classes/memory.C,
14438: src/types/pa_vmemory.h: ^memory:compact[]
14439:
14440: * tests/results/109.processed: it was a bug in parser. updated 109
14441: test result
14442:
14443: * src/classes/xdoc.C, tests/Makefile: fixed transform params2
14444:
14445: * src/main/pa_charset.C, src/targets/cgi/parser3.C, tests/Makefile,
14446: tests/results/107.processed: fixed dom language [values are now
14447: considered tainted. it was a bug in parser. updated 107 test
14448: result
14449:
14450: * src/classes/xdoc.C: fixed transform params
14451:
14452: * src/: include/pa_stylesheet_manager.h,
14453: main/pa_stylesheet_manager.C: fixed stylesheet caching
14454:
14455: * src/: include/pa_memory.h, main/pa_charset.C: memory: new 'new'
14456: overloads for structure handling
14457:
14458: * src/: classes/image.C, classes/xdoc.C, classes/xnode.C,
14459: include/pa_string.h, main/pa_string.C, types/pa_vxnode.C: removed
14460: StringBody(0) ambiguilty, introducting static
14461: StringBody::Format(int)
14462:
14463: * src/: main/pa_request.C, types/pa_vxnode.C: vxnode compiled xml
14464: linked
14465:
14466: * src/types/pa_vxdoc.C: vxdoc compiled
14467:
14468: * src/: classes/xnode.C, classes/xnode.h, include/pa_memory.h,
14469: types/pa_vxdoc.h, types/pa_vxnode.h: xnode.C compiled, doc/node
14470: finalizers isntalled
14471:
14472: * src/: classes/image.C, classes/xdoc.C, classes/xnode.h,
14473: doc/exception.dox, doc/index.dox, include/pa_charset.h,
14474: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
14475: main/pa_charset.C, main/pa_memory.C, main/pa_string.C: xdoc.C
14476: compiled todo: xnode.C / finalizers
14477:
14478: * src/doc/string.dox: updated: new string internals
14479:
14480: 2003-03-24 paf
14481:
14482: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14483: include/pa_charset.h, include/pa_config_fixed.h,
14484: include/pa_request.h, include/pa_stylesheet_connection.h,
14485: include/pa_stylesheet_manager.h, main/pa_charset.C,
14486: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
14487: main/pa_stylesheet_manager.C, types/pa_vxdoc.h,
14488: types/pa_vxnode.h: started XML
14489:
14490: * src/main/: pa_common.C, pa_sql_driver_manager.C: http://
14491:
14492: * src/: classes/file.C, classes/image.C, classes/mail.C,
14493: include/pa_string.h, main/pa_common.C,
14494: main/pa_sql_driver_manager.C: introducing string[body]::pos(char)
14495:
14496: * src/: classes/file.C, classes/image.C, classes/mail.C,
14497: include/pa_memory.h, include/pa_string.h, main/pa_common.C,
14498: main/pa_request.C, main/pa_sql_driver_manager.C,
14499: types/pa_vimage.h: size_t pos everywhere checks changed to check
14500: for eq STRING_NOT_FOUND
14501:
14502: * src/main/pa_string.C, src/main/untaint.C, tests/Makefile: string
14503: optimize bit implemented
14504:
14505: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
14506: String::ArrayFragment::append_positions fixed
14507:
14508: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
14509: String::this_starts fixed
14510:
14511: * src/main/pa_string.C, tests/Makefile: string::pos fixed
14512:
14513: * src/: include/pa_hash.h, main/execute.C, main/pa_string.C:
14514: hashcode implemented fully, including per-char callback [it can
14515: be - substr CORD node]
14516:
14517: * src/: include/pa_array.h, main/compile.tab.C: gif encoding
14518: rewritten to rewalloc with 100byte buf ahead
14519:
14520: * src/classes/image.C, src/classes/op.C, src/classes/table.C,
14521: src/include/pa_string.h, src/main/compile.tab.C,
14522: src/main/compile.y, src/main/execute.C, src/main/pa_common.C,
14523: src/main/untaint.C, tests/Makefile: attempt to do gif encoding to
14524: CORD_ec [bad] would rewrite as realloc now
14525:
14526: * src/: classes/date.C, classes/file.C, classes/form.C,
14527: classes/image.C, classes/math.C, classes/op.C, classes/table.C,
14528: include/pa_cache_managers.h, include/pa_charsets.h,
14529: include/pa_common.h, include/pa_request.h,
14530: include/pa_sql_driver_manager.h, include/pa_table.h,
14531: main/pa_charset.C, main/pa_exception.C, main/pa_exec.C,
14532: main/pa_globals.C, main/pa_request.C, main/pa_uue.C,
14533: targets/isapi/parser3isapi.C, types/pa_value.C, types/pa_value.h,
14534: types/pa_vmail.C, types/pa_vmethod_frame.C,
14535: types/pa_vstateless_class.h: 2*2 worked :)
14536:
14537: * parser3.dsw, src/classes/date.C, src/classes/file.C,
14538: src/include/pa_exec.h, src/include/pa_string.h,
14539: src/main/pa_exec.C, src/main/pa_sql_driver_manager.C: empty run
14540: passed OK
14541:
14542: * src/: classes/hash.C, classes/string.C, classes/table.C,
14543: types/pa_value.C: all linked todo: debug
14544:
14545: * src/: classes/mail.C, main/pa_request.C, targets/cgi/parser3.C,
14546: types/pa_vstateless_class.C: all compiled. todo:link
14547:
14548: * src/types/pa_wcontext.C: pa_wcontext.C compiled
14549:
14550: * src/types/pa_vtable.C: pa_vtable.C compiled
14551:
14552: * src/types/pa_vstring.C: pa_vstring.C compiled
14553:
14554: * src/types/pa_vstatus.C: pa_vstatus.C compiled
14555:
14556: * src/types/: pa_vmath.C, pa_vmethod_frame.C, pa_vmethod_frame.h,
14557: pa_vobject.C, pa_vrequest.C, pa_vresponse.C,
14558: pa_vstateless_class.C, pa_vstateless_class.h:
14559: pa_vstateless_class.C compiled
14560:
14561: * src/: classes/xdoc.C, types/pa_vmail.C, types/pa_vmail.h,
14562: types/pa_vmath.C: pa_vmail.C compiled
14563:
14564: * src/types/: pa_vhash.C, pa_vimage.C: pa_vimage.C compiled
14565:
14566: * src/types/pa_vform.C: pa_vform.C compiled
14567:
14568: * src/types/pa_vfile.C: pa_vfile.C compiled
14569:
14570: * src/types/: pa_value.h, pa_vclass.C, pa_vcookie.C,
14571: pa_vstateless_class.C: pa_vcookie.C compiled
14572:
14573: * src/: classes/string.C, types/pa_value.C, types/pa_value.h,
14574: types/pa_vhash.h: pa_value.C compiled
14575:
14576: * src/: main/execute.C, main/pa_string.C, types/pa_wcontext.h:
14577: classes.lib main.lib compiled
14578:
14579: * src/classes/void.C: void.C compiled
14580:
14581: * src/: classes/string.C, classes/table.C, include/pa_string.h,
14582: main/pa_string.C, types/pa_vtable.C, types/pa_vtable.h: table.C
14583: compiled
14584:
14585: * src/: classes/string.C, include/pa_request.h,
14586: include/pa_string.h, main/pa_string.C: string.C compiled
14587:
14588: * src/: classes/op.C, classes/string.C, classes/table.C,
14589: classes/void.C, include/pa_sql_connection.h, include/pa_string.h,
14590: main/pa_request.C, main/pa_string.C: op.C compiled
14591:
14592: * src/classes/: math.C, op.C: math.C compiled
14593:
14594: * src/: classes/mail.C, classes/string.C, classes/table.C,
14595: types/pa_vmail.h: mail.C compiled
14596:
14597: * src/classes/: int.C, table.C: int.C compiled
14598:
14599: * src/: classes/hash.C, classes/image.C, classes/string.C,
14600: classes/table.C, include/pa_memory.h, include/pa_string.h,
14601: main/pa_memory.C, types/pa_vimage.h, types/pa_vmail.C: image.C
14602: compiled
14603:
14604: * src/: classes/hash.C, classes/string.C, classes/table.C,
14605: classes/void.C, classes/xdoc.C, include/pa_request.h,
14606: include/pa_sql_connection.h: hash.C compiled
14607:
14608: * src/: classes/classes.C, classes/classes.awk, classes/classes.h,
14609: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
14610: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
14611: classes/math.C, classes/op.C, classes/response.C,
14612: classes/string.C, classes/table.C, classes/void.C,
14613: classes/xdoc.C, classes/xnode.C, include/pa_memory.h,
14614: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
14615: main/pa_string.C, types/pa_vdate.h, types/pa_vmethod_frame.h:
14616: file.C table.C compiled
14617:
14618: * src/: include/pa_string.h, main/pa_string.C, main/pa_uue.C,
14619: main/untaint.C: main.lib compiled
14620:
14621: 2003-03-21 paf
14622:
14623: * src/: classes/op.C, include/pa_cache_managers.h,
14624: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
14625: include/pa_stylesheet_manager.h, main/pa_exception.C,
14626: main/pa_globals.C, main/pa_sql_driver_manager.C,
14627: sql/pa_sql_driver.h, types/pa_vimage.C: pa_sql_driver_manager.C
14628: compiled
14629:
14630: * src/: classes/hash.C, classes/image.C, classes/op.C,
14631: classes/xdoc.C, classes/xnode.C, include/pa_common.h,
14632: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
14633: main/compile.C, main/pa_common.C, main/pa_request.C,
14634: types/pa_vmail.C, types/pa_vresponse.C, types/pa_vxnode.C:
14635: pa_request.C compiled
14636:
14637: * src/: classes/hash.C, classes/mail.C, classes/op.C,
14638: include/pa_request.h, main/execute.C, main/pa_request.C,
14639: types/pa_value.C, types/pa_value.h, types/pa_vcookie.C,
14640: types/pa_vhash.h, types/pa_vimage.C, types/pa_vmethod_frame.h,
14641: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
14642: types/pa_vresponse.h, types/pa_vtable.C: pa_request.C 50%
14643: compiled
14644:
14645: * src/: include/pa_exec.h, include/pa_string.h, main/pa_exec.C,
14646: main/pa_string.C: pa_exec.C compiled [win32 only for now] todo:
14647: on unix
14648:
14649: * src/: include/pa_charset.h, include/pa_charsets.h,
14650: include/pa_exec.h, main/compile.tab.C, main/pa_charset.C,
14651: main/pa_charsets.C, main/pa_dictionary.C, main/pa_exec.C:
14652: pa_charsets.C compiled
14653:
14654: * src/: classes/image.C, classes/mail.C, classes/op.C,
14655: include/pa_request.h, include/pa_string.h, main/compile.tab.C,
14656: main/compile.y, main/execute.C, main/pa_common.C,
14657: main/pa_request.C, types/pa_junction.h, types/pa_method.h,
14658: types/pa_vcode_frame.h, types/pa_vimage.h,
14659: types/pa_vmethod_frame.h: execute.C compiled
14660:
14661: * src/: classes/classes.C, classes/classes.h, classes/date.C,
14662: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
14663: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
14664: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
14665: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
14666: include/pa_cache_managers.h, include/pa_charsets.h,
14667: include/pa_common.h, include/pa_exec.h, include/pa_memory.h,
14668: include/pa_operation.h, include/pa_request.h, include/pa_sapi.h,
14669: include/pa_sql_driver_manager.h, include/pa_string.h,
14670: include/pa_stylesheet_connection.h,
14671: include/pa_stylesheet_manager.h, include/pa_table.h,
14672: main/compile.C, main/compile.tab.C, main/compile.y,
14673: main/compile_tools.C, main/compile_tools.h, main/execute.C,
14674: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
14675: main/pa_exec.C, main/pa_request.C, main/pa_sql_driver_manager.C,
14676: main/pa_string.C, main/pa_stylesheet_manager.C, main/untaint.C,
14677: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
14678: types/pa_junction.h, types/pa_method.h, types/pa_value.C,
14679: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.C,
14680: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
14681: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
14682: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
14683: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
14684: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
14685: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
14686: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
14687: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
14688: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
14689: types/pa_vresponse.h, types/pa_vstateless_class.C,
14690: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
14691: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
14692: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
14693: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
14694: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
14695: types/pa_wcontext.h, types/pa_wwrapper.h: introducing StringBody
14696: [C++ CORD wrapper]
14697:
14698: * src/: lib/cord/cordbscs.c, main/pa_string.C: test14 [bug fixed]
14699:
14700: * src/: classes/file.C, include/pa_charset.h, main/pa_charset.C:
14701: $file::exec/cgi[script; $.charset[this is script's charset]
14702:
14703: command line, env values, input got transcoded before call
14704: stdout, stderr got transcoded after call
14705:
14706: * src/classes/file.C: ^file::exec/cgi now does not pass post data
14707: by default. use: ^file::exec[...;$.stdin[$request.body]
14708:
14709: * src/main/pa_common.C: } typo bug fix
14710:
14711: * src/main/pa_common.C: } typo bug fix
14712:
14713: 2003-03-20 paf
14714:
14715: * src/: include/pa_string.h, lib/cord/cordbscs.c, main/pa_string.C,
14716: main/untaint.C: cord bug fix, but still errors todo: clear out
14717:
14718: * src/include/pa_string.h: more tests
14719:
14720: * src/main/pa_string.C: string.pos fixed
14721:
1.116 moko 14722: * src/lib/: ltdl/config_fixed.h, ltdl/configure, ltdl/configure.in,
14723: ltdl/libltdl.dsp, ltdl/ltdl.c, ltdl/ltdl.h, pcre/dftables.c,
14724: pcre/get.c, pcre/internal.h, pcre/maketables.c, pcre/pcre.c,
14725: pcre/pcre.h, pcre/pcre_parser_ctype.c, pcre/study.c: undone bad
14726: replaces
1.95 moko 14727:
14728: * src/: classes/image.C, include/pa_dictionary.h,
14729: include/pa_string.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
14730: lib/pcre/internal.h, lib/pcre/pcre.c, lib/pcre/study.c,
14731: main/compile.tab.C, main/pa_dictionary.C, main/pa_string.C,
14732: main/untaint.C, types/pa_vmail.C: more tests [bugs fixed]
14733:
14734: * src/include/pa_string.h: warning
14735:
14736: * src/include/pa_string.h: this_starts fixed
14737:
14738: * src/: include/pa_string.h, main/pa_string.C: added: assertion on
14739: new String ctor & append params convention
14740:
14741: * src/: classes/file.C, classes/hash.C, classes/image.C,
14742: classes/mail.C, classes/op.C, classes/string.C, classes/table.C,
14743: classes/xdoc.C, include/pa_common.h, include/pa_memory.h,
14744: include/pa_string.h, main/compile.tab.C, main/pa_common.C,
14745: main/pa_exception.C, main/pa_exec.C,
14746: main/pa_sql_driver_manager.C, main/pa_string.C,
14747: main/pa_stylesheet_manager.C, main/untaint.C,
14748: targets/isapi/parser3isapi.C, types/pa_vimage.C,
14749: types/pa_vmail.C: more tests OK
14750:
14751: * src/: include/pa_array.h, include/pa_hash.h, include/pa_memory.h,
14752: include/pa_string.h, main/pa_memory.C, main/pa_string.C: test:
14753: gc/exit runned OK
14754:
14755: * src/types/pa_vmail.C: another naming problem: should not name
14756: vars like that: unpredictable close caused problems with later
14757: sending mail: Mar 20 06:39:53 pt-6 sendmail[19044]: File
14758: descriptors missing on startup: stdin; Bad file number
14759:
14760: todo: find out why so many filters(stream) here. probably wrong?
14761:
14762: * src/: include/pa_dictionary.h, include/pa_string.h,
14763: main/pa_common.C, main/pa_dictionary.C, main/pa_string.C,
14764: main/untaint.C: test compiled
14765:
14766: * src/: classes/image.C, classes/mail.C, classes/math.C,
14767: classes/string.C, include/pa_dictionary.h, include/pa_hash.h,
14768: include/pa_memory.h, include/pa_string.h, lib/cord/cordbscs.c,
14769: lib/cord/cordxtra.c, lib/pcre/dftables.c, lib/pcre/get.c,
14770: lib/pcre/maketables.c, lib/pcre/pcre.c, lib/pcre/pcre.h,
14771: lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
14772: main/compile.tab.C, main/pa_common.C, main/pa_dictionary.C,
14773: main/pa_exec.C, main/pa_memory.C, main/pa_request.C,
14774: main/pa_string.C, main/untaint.C, types/pa_vfile.h,
14775: types/pa_vmail.C: untaint.C 99% [except mail&sql&optimize]
14776:
14777: * parser3.dsw, src/classes/file.C, src/classes/image.C,
14778: src/classes/op.C, src/classes/string.C, src/classes/table.C,
14779: src/classes/xdoc.C, src/classes/xnode.C, src/include/pa_common.h,
14780: src/include/pa_memory.h, src/include/pa_request.h,
14781: src/include/pa_request_charsets.h,
14782: src/include/pa_sql_connection.h, src/include/pa_string.h,
14783: src/main/compile.tab.C, src/main/execute.C,
14784: src/main/pa_charset.C, src/main/pa_common.C,
14785: src/main/pa_exception.C, src/main/pa_exec.C,
14786: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
14787: src/main/pa_stylesheet_manager.C, src/main/untaint.C,
14788: src/sql/pa_sql_driver.h, src/targets/cgi/parser3.C,
14789: src/targets/isapi/parser3isapi.C, src/types/pa_value.C,
14790: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14791: src/types/pa_venv.h, src/types/pa_vform.C, src/types/pa_vmail.C,
14792: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14793: src/types/pa_vobject.C, src/types/pa_vresponse.C,
14794: src/types/pa_vstatus.C, src/types/pa_vstring.C,
14795: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14796: src/types/pa_vxnode.C, src/types/pa_wcontext.h: untaint.C 30%,
14797: pa_common.C [done, without http for now]
14798:
14799: 2003-03-19 paf
14800:
14801: * src/: classes/date.C, classes/form.C, classes/hash.C,
14802: classes/image.C, classes/mail.C, classes/op.C, classes/xdoc.C,
14803: classes/xnode.C, include/pa_array.h, include/pa_config_fixed.h,
14804: include/pa_exception.h, include/pa_memory.h, include/pa_sapi.h,
14805: include/pa_string.h, include/pa_table.h, main/compile.C,
14806: main/compile_tools.C, main/execute.C, main/pa_charset.C,
14807: main/pa_common.C, main/pa_exception.C, main/pa_request.C,
14808: main/pa_socks.C, main/pa_string.C, main/pa_table.C,
14809: main/untaint.C, targets/cgi/parser3.C, targets/cgi/parser3.dsp,
14810: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.h,
14811: types/pa_vform.C, types/pa_vmail.C, types/pa_vmethod_frame.h,
14812: types/pa_vstateless_class.h, types/pa_vtable.C,
14813: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.C,
14814: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
14815: types/pa_wwrapper.h: started test
14816:
1.116 moko 14817: * src/lib/pcre/: dftables.c, get.c, maketables.c, pcre.c, pcre.dsp,
14818: pcre.h, pcre_parser_ctype.c, study.c: restored bad replaces
1.95 moko 14819:
14820: * src/: classes/op.C, include/pa_array.h, include/pa_memory.h,
14821: include/pa_string.h, main/pa_string.C: string compiled todo: test
14822: it
14823:
14824: * src/: classes/classes.dsp, classes/string.C, classes/table.C,
14825: include/pa_array.h, include/pa_common.h, include/pa_dictionary.h,
14826: include/pa_exception.h, include/pa_string.h, include/pa_table.h,
14827: lib/cord/cord.dsp, main/compile.tab.C, main/main.dsp,
14828: main/pa_common.C, main/pa_string.C, targets/cgi/parser3.dsp,
14829: types/pa_method.h, types/pa_value.h, types/pa_vmethod_frame.C,
14830: types/pa_vmethod_frame.h, types/types.dsp: string
14831: reimplementation with cord+array<fragment>: 70%
14832:
14833: 2003-03-18 paf
14834:
14835: * src/: classes/date.C, classes/file.C, classes/form.C,
14836: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
14837: classes/op.C, classes/string.C, classes/table.C, classes/xdoc.C,
14838: classes/xnode.C, include/pa_hash.h, include/pa_string.h,
14839: main/pa_string.C, types/pa_vmail.C: lots of replacements, todo:we
14840: can ignore lang in cmp and pos really, but would
14841: split properly!
14842:
14843: * src/lib/cord/: cord.dsp, cordbscs.c, cordprnt.c, cordxtra.c: gc:
14844: cord part made parser/src/lib: it's not compiled into libgc by
14845: default
14846:
14847: * parser3.dsw, src/classes/classes.dsp, src/classes/classes.h,
14848: src/classes/date.C, src/classes/double.C, src/classes/file.C,
14849: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
14850: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
14851: src/classes/op.C, src/classes/response.C, src/classes/string.C,
14852: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
14853: src/classes/xnode.C, src/classes/xnode.h,
14854: src/include/Makefile.am, src/include/pa_cache_managers.h,
14855: src/include/pa_charset.h, src/include/pa_charsets.h,
14856: src/include/pa_common.h, src/include/pa_dictionary.h,
14857: src/include/pa_exception.h, src/include/pa_exec.h,
14858: src/include/pa_globals.h, src/include/pa_hash.h,
14859: src/include/pa_memory.h, src/include/pa_pool.h,
14860: src/include/pa_request.h, src/include/pa_request_charsets.h,
14861: src/include/pa_sapi.h, src/include/pa_sql_connection.h,
14862: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
14863: src/include/pa_stylesheet_connection.h,
14864: src/include/pa_stylesheet_manager.h, src/include/pa_table.h,
14865: src/include/pa_uue.h, src/lib/pcre/get.c, src/main/Makefile.am,
14866: src/main/compile.C, src/main/compile.tab.C,
14867: src/main/compile_tools.C, src/main/compile_tools.h,
14868: src/main/execute.C, src/main/main.dsp, src/main/pa_charset.C,
14869: src/main/pa_charsets.C, src/main/pa_common.C,
14870: src/main/pa_dictionary.C, src/main/pa_exception.C,
14871: src/main/pa_exec.C, src/main/pa_globals.C, src/main/pa_memory.C,
14872: src/main/pa_pool.C, src/main/pa_request.C,
14873: src/main/pa_sql_driver_manager.C, src/main/pa_string.C,
14874: src/main/pa_stylesheet_manager.C, src/main/pa_table.C,
14875: src/main/pa_uue.C, src/main/untaint.C, src/targets/cgi/parser3.C,
14876: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
14877: src/types/pa_junction.h, src/types/pa_method.h,
14878: src/types/pa_value.C, src/types/pa_value.h,
14879: src/types/pa_vclass.C, src/types/pa_vclass.h,
14880: src/types/pa_vcode_frame.h, src/types/pa_vcookie.C,
14881: src/types/pa_vcookie.h, src/types/pa_vdate.h,
14882: src/types/pa_vdouble.h, src/types/pa_venv.h,
14883: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.C,
14884: src/types/pa_vform.h, src/types/pa_vhash.C, src/types/pa_vhash.h,
14885: src/types/pa_vimage.C, src/types/pa_vimage.h,
14886: src/types/pa_vint.h, src/types/pa_vmail.C, src/types/pa_vmail.h,
14887: src/types/pa_vmath.C, src/types/pa_vmath.h,
14888: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
14889: src/types/pa_vobject.C, src/types/pa_vobject.h,
14890: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
14891: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
14892: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
14893: src/types/pa_vstateless_object.h, src/types/pa_vstatus.C,
14894: src/types/pa_vstatus.h, src/types/pa_vstring.C,
14895: src/types/pa_vstring.h, src/types/pa_vtable.C,
14896: src/types/pa_vtable.h, src/types/pa_vvoid.h,
14897: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
14898: src/types/pa_vxnode.C, src/types/pa_vxnode.h,
14899: src/types/pa_wcontext.C, src/types/pa_wcontext.h,
14900: src/types/pa_wwrapper.h, src/types/types.dsp: started porting to
14901: gc: PA_Object done lots of replacements also
14902:
14903: * src/: include/pa_pool.h, main/execute.C, targets/cgi/pa_pool.C:
14904: gc logging
14905:
14906: 2003-03-17 paf
14907:
14908: * src/: classes/date.C, classes/file.C, classes/form.C,
14909: classes/image.C, classes/mail.C, classes/op.C, classes/table.C,
14910: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
14911: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
14912: include/pa_string.h, include/pa_types.h, main/compile.C,
14913: main/compile.tab.C, main/execute.C, main/pa_charset.C,
14914: main/pa_common.C, main/pa_exception.C, main/pa_exec.C,
14915: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
14916: main/pa_sql_driver_manager.C, main/pa_string.C,
14917: main/pa_stylesheet_manager.C, main/pa_uue.C, main/untaint.C,
14918: targets/cgi/pa_pool.C, targets/cgi/parser3.C,
14919: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
14920: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.C,
14921: types/pa_vform.C, types/pa_vint.h, types/pa_vmail.C,
14922: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
14923: types/pa_vxnode.h: libgc attempt
14924:
14925: 2003-03-13 paf
14926:
14927: * src/: include/pa_sql_driver_manager.h,
14928: main/pa_sql_driver_manager.C, targets/cgi/parser3.C: lt_dlexit
14929: called
14930:
14931: * src/: include/pa_request.h, lib/ltdl/libltdl.dsp,
14932: lib/md5/md5.dsp, main/compile.tab.C, main/execute.C,
14933: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.C,
14934: types/pa_value.h, types/pa_vobject.h,
14935: types/pa_vstateless_class.h, types/pa_vstatus.C, types/types.dsp:
14936: set_base, set_derived simplified [counter leaks fixed]
14937:
14938: * ChangeLog, src/include/pa_config_fixed.h, src/types/pa_vstatus.C,
14939: src/types/types.dsp: incorporated status class patch From:
14940: "Victor Fedoseev" <vvf_ru@mail.ru> Sent: Thursday, January 23,
14941: 2003 8:14 AM
14942:
14943: now we have $status.rusage.maxrss,tv_sec,tv_usec un WIN32 [plus
14944: Win32 specific: QuotaPeakNonPagedPoolUsage
14945: QuotaPeakPagedPoolUsage PeakPagefileUsage]
14946:
14947: 2003-03-12 paf
14948:
1.116 moko 14949: * configure, configure.in, src/lib/ltdl/configure,
14950: src/lib/ltdl/configure.in, src/targets/cgi/Makefile.am:
1.95 moko 14951: lib/ltdl/Makefile now created by /configure.in only [were by
14952: lib/ltdl/configure.in OVERWRITE]
14953:
1.116 moko 14954: * configure, configure.in, src/targets/cgi/Makefile.am: libstdc++
14955: linkage fixed for g++ 3.2.2
1.95 moko 14956:
14957: * src/include/pa_stylesheet_manager.h: gcc 3.2 rightliy complained
14958: on using privately declared class [fixed]
14959:
14960: * src/: include/pa_sql_driver_manager.h, main/compile.tab.C: gcc
14961: 3.2 rightliy complained on using privately declared class [fixed]
14962:
14963: * src/targets/cgi/parser3.C: 1. more detailed log on signals. 2.
14964: sigpipe before request constructor now causes death
14965:
14966: * src/: include/pa_request.h, main/compile.tab.C, main/execute.C,
14967: targets/cgi/parser3.C: SIGPIPE now can be intercepted and does
14968: not cause exception in exception handler
14969:
1.116 moko 14970: * configure, configure.in, src/targets/cgi/Makefile.am: configure
14971: now default links libstdc++ statically. that can be overriden by
14972: --with-dynamic-stdcpp
1.95 moko 14973:
14974: 2003-03-11 paf
14975:
14976: * src/: main/compile.tab.C, main/compile.y, sql/pa_sql_driver.h,
14977: types/pa_vstateless_class.C, types/pa_vstateless_class.h: removed
14978: necessity of libstdc++
14979:
14980: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14981:
14982: * src/include/pa_request.h: ANTI_ENDLESS_EXECUTE_RECOURSION doubled
14983:
14984: 2003-03-08 paf
14985:
14986: * tests/Makefile: make install & co
14987:
14988: * src/: include/pa_request.h, classes/op.C: removing
14989: vclass,object.h -> pa_request.h dependency
14990:
14991: * src/: classes/mail.C, classes/response.C, include/pa_request.h,
14992: main/pa_request.C: removing vform,response,cookie.h ->
14993: pa_request.h dependency
14994:
14995: * src/include/pa_request.h: removing vmail.h -> pa_request.h
14996: dependency [testing...]
14997:
14998: * src/: include/pa_config_fixed.h, types/pa_vxdoc.C: yet another
14999: return 0; fixed
15000:
15001: * src/: include/pa_config_fixed.h, types/pa_vmail.C,
15002: types/pa_vmail.h: vmail.C received just compiled [not tested]
15003:
15004: * src/classes/xdoc.C: forgotten: global xdoc when ndef XML
15005:
15006: * src/main/pa_request.C: forgotten: ifdef XML
15007:
15008: * src/main/pa_request.C: forgotten: ifdef XML
15009:
15010: * src/targets/cgi/parser3.C: todo: move to latest xml version on
15011: win32 and run memleak tests again
15012:
15013: * src/targets/cgi/parser3.C: charsets: see some strange things with
15014: old xml lib-- it's internal memory handling has faults
15015:
15016: * src/: include/pa_types.h, main/pa_charset.C: charsets: fixed
15017: problems when transcode from charset A to A.
15018:
15019: * src/: main/untaint.C, types/pa_vmail.C: mail: transcode fixed.
15020: todo: still problems when transcode from charset A to A.
15021:
15022: * src/: classes/hash.C, classes/mail.C, classes/string.C,
15023: classes/table.C, include/pa_array.h,
15024: main/pa_sql_driver_manager.C, types/pa_vmail.C, types/pa_vmail.h:
15025: started full-scale-site-test [~ http://parser.ru sources]
15026:
15027: some fixes
15028:
15029: * tests/: 021.html, 031.html, 033.html, 109.html, 110.html,
15030: 111.html, 112.html, 113.html, 114.html, 115.html, 116.html,
15031: 117.html, 118.html, 119.html, 120.html, results/109.processed,
15032: results/110.processed, results/111.processed,
15033: results/112.processed, results/113.processed,
15034: results/114.processed, results/115.processed,
15035: results/116.processed, results/117.processed,
15036: results/118.processed, results/119.processed,
15037: results/120.processed: xml: tests 109 dom create/show 110 xpath
15038: selectSingle 111 xdoc.create from tainted & 112
15039: xdoc.create/output with russian attr value 113 xpath
15040: selectString/Number 114 dom attributes.count 115 xpath selectBool
15041: 116 output media-type change 117 transform by dom stylesheet 118
15042: empty transform result 119 dom setAttribute 120 nbsp letter
15043: output
15044:
15045: =END OF PREPARED XML TESTS=
15046:
15047: 2003-03-07 paf
15048:
15049: * src/classes/xdoc.C, src/include/pa_charset.h,
15050: src/include/pa_stylesheet_connection.h, tests/108.html,
15051: tests/108.xsl, tests/results/108.processed: xml: test 108
15052: transform with params [bugs fixed]
15053:
15054: * src/: main/pa_charset.C, targets/cgi/parser3.C: fixed: mem leak
15055: from copy/paste bug
15056:
15057: * src/classes/xdoc.C, src/include/pa_charset.h,
15058: src/include/pa_request.h, src/main/execute.C,
15059: src/main/pa_charset.C, src/main/pa_exception.C,
15060: src/main/pa_globals.C, src/main/pa_request.C,
15061: src/types/pa_vxdoc.C, src/types/pa_vxdoc.h,
15062: src/types/pa_vxnode.C, tests/107.html,
15063: tests/results/107.processed: xml: test: 107 bug fixes
15064:
15065: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
15066: types/pa_value.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15067: types/pa_vxnode.C, types/pa_vxnode.h: test: 107 bug fixes
15068:
15069: * tests/: 106.html, results/106.processed: test: 106 xdoc create,
15070: string
15071:
15072: * src/: include/pa_charset.h, main/pa_charset.C: xml: charset two
15073: mem alloc functions used for different cases [libxml, libxsl]
15074:
15075: * src/classes/classes.C: fixed: prevent system classes from
15076: modification to lock ALL the classes, not only directly used
15077:
15078: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.h: xml:
15079: linked
15080:
15081: * src/: classes/xdoc.C, types/pa_vxdoc.h: xdoc.C compiled
15082:
15083: 2003-03-06 paf
15084:
15085: * src/classes/xdoc.C: xdoc.C 50%
15086:
15087: * src/: classes/xnode.C, classes/xnode.h, include/pa_charset.h,
15088: include/pa_memory.h, include/pa_request.h, include/pa_string.h,
15089: main/pa_globals.C, main/pa_request.C,
15090: main/pa_stylesheet_manager.C: xnode.C compiled
15091:
15092: * src/: include/pa_stylesheet_connection.h,
15093: include/pa_stylesheet_manager.h, main/pa_sql_driver_manager.C,
15094: main/pa_stylesheet_manager.C: xml: stylesheet&manager done
15095:
15096: * src/: include/pa_memory.h, include/pa_stylesheet_connection.h,
15097: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C:
15098: xml: stylesheet&manager STARTED
15099:
15100: * src/: include/pa_globals.h, main/pa_charset.C,
15101: main/pa_exception.C, main/pa_globals.C: xml: exceptions
15102:
15103: * src/: include/pa_charset.h, include/pa_config_fixed.h,
15104: include/pa_memory.h, include/pa_pool.h, main/pa_charset.C,
15105: main/pa_memory.C, main/pa_pool.C, types/pa_vxdoc.C,
15106: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: xml:
15107: charsets
15108:
15109: * tests/023.html: in some cases it rounded up badly. postponing
15110: solution of that problem, making more simple test
15111:
15112: * tests/: 058_paf2000.png, results/058.processed: .png added with
15113: -kb now
15114:
15115: * src/: include/pa_charset.h, include/pa_charsets.h,
15116: main/pa_charset.C, main/pa_charsets.C: charset_utf8 declaration
15117: moved to charsets.C
15118:
15119: 2003-03-05 paf
15120:
15121: * src/classes/string.C, src/include/pa_string.h,
15122: src/main/pa_string.C, tests/105.html,
15123: tests/results/105.processed: String::match bug fixed
15124:
15125: * src/classes/op.C, src/main/main.dsp, tests/104.html,
15126: tests/results/104.processed: ^bpt operator added [does int3 in
15127: debug build on win32]
15128:
15129: * tests/: 057.html, results/057.processed: test bug fixed
15130:
1.116 moko 15131: * src/targets/cgi/Makefile.am: linker needed more tricks to link OK
1.95 moko 15132:
15133: * src/classes/math.C: can be: crypt in -lcrypt OK, but crypt.h be
15134: missing
15135:
1.116 moko 15136: * src/: include/Makefile.am, main/Makefile.am, types/Makefile.am:
15137: forgotten files added to Makes
1.95 moko 15138:
15139: * ltmain.sh: ltmain.sh added
15140:
15141: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15142: change undone ;(
15143:
15144: * src/types/: pa_vhash.C, pa_vhash.h: hash_default_element_name
15145: made static
15146:
15147: * src/: classes/math.C, classes/op.C, classes/string.C,
1.116 moko 15148: main/pa_exec.C, targets/cgi/Makefile.am: gcc more happy.
15149: todo:make linker happy
1.95 moko 15150:
15151: * src/: classes/file.C, include/pa_exec.h, main/pa_exec.C: pa_exec
15152: env param made optional
15153:
15154: 2003-03-04 paf
15155:
15156: * src/: classes/image.C, include/pa_request.h, include/pa_stack.h,
15157: types/pa_vimage.h: number of gcc compiler bugs fixed
15158:
15159: * tests/: 103.html, 103mark.gif, 103paf2001.gif,
15160: results/103.processed: tests: 103 image.copy transparence test
15161:
15162: * src/main/execute.C, tests/101.html, tests/102.html,
15163: tests/results/101.processed, tests/results/102.processed: tests:
15164: 101 method/variable name conflict test 102 form fields change
15165: should not not change anything [bug fix]
15166:
15167: * tests/: 057.html, 099.html, 100.html, results/057.processed,
15168: results/099.processed, results/100.processed: tests: 57 date
15169: create 2002: added 99,100 response:body/download
15170:
15171: * src/classes/image.C, tests/098.html, tests/098font.gif,
15172: tests/results/098.processed: test: 98 image font text [bug fixed]
15173:
15174: * src/main/pa_common.C, src/targets/cgi/parser3.C, tests/097.html,
15175: tests/results/097.processed: test: 97 file::load http:// [bugs
15176: fixed]
15177:
15178: * src/classes/hash.C, src/classes/image.C, src/classes/table.C,
15179: src/include/pa_memory.h, tests/096.html, tests/096_dir/163.jpg,
15180: tests/096_dir/188.jpg, tests/results/096.processed: tests: 96
15181: image EXIF [bug fixed]
15182:
15183: * src/classes/table.C, src/main/execute.C, tests/061.dat,
15184: tests/061.html, tests/062.html, tests/063.html, tests/064.html,
15185: tests/065.html, tests/066.html, tests/067.html, tests/068.html,
15186: tests/069.html, tests/070.html, tests/071.html, tests/072.html,
15187: tests/073.html, tests/074.html, tests/075.html, tests/076.html,
15188: tests/077.html, tests/078.html, tests/080.html, tests/081.html,
15189: tests/082.html, tests/083.html, tests/084.html, tests/085.html,
15190: tests/086.html, tests/087.html, tests/088.html, tests/089.html,
15191: tests/090.html, tests/091.html, tests/092.html, tests/093.html,
15192: tests/094.html, tests/095.html, tests/results/061.processed,
15193: tests/results/062.processed, tests/results/063.processed,
15194: tests/results/064.processed, tests/results/065.processed,
15195: tests/results/066.processed, tests/results/067.processed,
15196: tests/results/068.processed, tests/results/069.processed,
15197: tests/results/070.processed, tests/results/071.processed,
15198: tests/results/072.processed, tests/results/073.processed,
15199: tests/results/074.processed, tests/results/075.processed,
15200: tests/results/076.processed, tests/results/077.processed,
15201: tests/results/078.processed, tests/results/080.processed,
15202: tests/results/081.processed, tests/results/082.processed,
15203: tests/results/083.processed, tests/results/084.processed,
15204: tests/results/085.processed, tests/results/086.processed,
15205: tests/results/087.processed, tests/results/088.processed,
15206: tests/results/089.processed, tests/results/090.processed,
15207: tests/results/091.processed, tests/results/092.processed,
15208: tests/results/093.processed, tests/results/094.processed,
15209: tests/results/095.processed, tests/079.html,
15210: tests/results/079.processed: tests: 61 file::stat size 62
15211: string->int autoconvert 63 double .int,dec,div,mul 64 date
15212: compare 65 file: basename,justname,justext 66 math:crypt 67
15213: string.match simple on long 68 string.match normalized simple on
15214: long 69 string.int 70 file::stat content-type 71 table.join 72
15215: hash parameter conditional pass 73 date daylightsaving,yearday 74
15216: date arithmetics 75 response date values/attributes 76 string.pos
15217: of void, void.pos 77 syntax parsing 78 cookie tainting 79 switch
15218: with local 80 scientific numeric literal in string autoconvert 81
15219: xor: logical and numerical 82 for delims 83 menu delims 84
15220: table.hash distinct 85 long string replace 86 throw+catch
15221: current language preserve 87 bit shifts 88 junction tests +
15222: $caller test 89 hash.foreach selfmodification 90 int/void to int
15223: 91 $caller test 92 junction is + def junction tests 93 $caller
15224: test 94 syntax test 95 table.hash(keygenerator) [bug fixed]
15225:
15226: * src/main/: execute.C, pa_table.C: test: 59 table.locate [bug
15227: fixed] 60 string eq string [bug fixed]
15228:
15229: * tests/: 053.html, 054.html, 055.html, 056.html, 057.html,
15230: 058.html, 058_paf2000.png, 059.html, 060.html,
15231: results/053.processed, results/054.processed,
15232: results/055.processed, results/056.processed,
15233: results/057.processed, results/058.processed,
15234: results/059.processed, results/060.processed: test: 53
15235: string.replace 54 junctions 55 table.hash 56 call indirect 57
15236: date.create[string] 58 image.measure[png]
15237:
15238: * tests/: 052.html, outputs/049.processed, outputs/050.processed,
15239: outputs/051.processed, results/052.processed: test: 52
15240: pre/match/post test: passed AS-IT-WERE, but wrong :) separate
15241: task: fix that
15242:
15243: 2003-03-03 paf
15244:
15245: * tests/: 043.html, 044.html, 045.html, 046.html, 047.html,
15246: 048.html, 049.html, 050.html, 051.html, 051b.p, 051t.p, Makefile,
15247: parser-cygwin.sh, parser-unix.sh, run_parser.sh,
15248: outputs/049.processed, outputs/050.processed,
15249: outputs/051.processed, results/001.processed,
15250: results/002.processed, results/003.processed,
15251: results/005.processed, results/006.processed,
15252: results/008.processed, results/009.processed,
15253: results/011.processed, results/012.processed,
15254: results/013.processed, results/014.processed,
15255: results/015.processed, results/016.processed,
15256: results/017.processed, results/020.processed,
15257: results/021.processed, results/022.processed,
15258: results/024.processed, results/025.processed,
15259: results/026.processed, results/027.processed,
15260: results/028.processed, results/029.processed,
15261: results/030.processed, results/031.processed,
15262: results/049.processed, results/050.processed,
15263: results/051.processed, results/043.processed,
15264: results/044.processed, results/045.processed,
15265: results/046.processed, results/047.processed,
15266: results/048.processed: tests: 43,44,45 date rolls 46
15267: autoevaluating junction 47 table.select 48 name with subvar 49
15268: hash-creating switch 50 process 51 started parent/child, works as
15269: it were but it were NOT GOOD, created separate task to fix that
15270:
15271: * tests/: 042.html, results/042.processed: test: 42
15272: exception.handled
15273:
15274: * tests/: 041.html, results/041.processed: test: 41 table.locate by
15275: expression
15276:
15277: * tests/: 040.html, results/040.processed: test: 39 method result
15278: of type table 40 method param junction auto evaluate
15279:
15280: * tests/: 039.html, results/039.processed: test: 37 method result
15281: of type table
15282:
15283: * src/main/pa_request.C, src/types/pa_vmath.C, tests/033.html,
15284: tests/034.html, tests/035.html, tests/036.html, tests/037.html,
15285: tests/038.html, tests/results/033.processed,
15286: tests/results/034.processed, tests/results/035.processed,
15287: tests/results/036.processed, tests/results/037.processed,
15288: tests/results/038.processed: tests: 33 string.replace 34
15289: string.upper 35 table created 36 local/global vars with juntions
15290: 37 table clone 38 math PI & number formatting
15291:
15292: math class registring typo fixed
15293:
15294: * src/classes/op.C, src/include/pa_request.h,
15295: src/include/pa_string.h, src/main/execute.C,
15296: src/main/pa_request.C, src/main/pa_string.C, src/main/untaint.C,
15297: src/types/pa_vcode_frame.h, src/types/pa_wcontext.h,
15298: tests/032.html, tests/results/032.processed: uchar changed to
15299: String_UL in all places [was not everywhere] untaint test: 032
15300:
15301: * src/targets/cgi/parser3.C, tests/004.html, tests/Makefile,
15302: tests/results/004.processed, tests/parser-cygwin.sh,
15303: tests/parser-unix.sh: removed -H command line key, now testing
15304: using .sh file with SERVER_SOFTWARE=xxx
15305:
15306: 2003-02-26 paf
15307:
15308: * src/main/execute.C, src/types/pa_vstateless_class.h,
15309: tests/024.html, tests/025.html, tests/026.html, tests/027.html,
15310: tests/028.html, tests/029.html, tests/030.html, tests/031.html,
15311: tests/results/024.processed, tests/results/025.processed,
15312: tests/results/026.processed, tests/results/027.processed,
15313: tests/results/028.processed, tests/results/029.processed,
15314: tests/results/030.processed, tests/results/031.processed: fixed
15315: bug with name_cstr mutable CharPtr more tests
15316:
15317: * src/: include/pa_sapi.h, main/pa_globals.C, main/pa_memory.C,
15318: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: SAPI::abort
15319: << abort. die now just exits
15320:
15321: * src/classes/classes.awk, src/classes/classes.h,
15322: src/classes/date.C, src/classes/double.C, src/classes/file.C,
15323: src/classes/form.C, src/classes/hash.C, src/classes/image.C,
15324: src/classes/int.C, src/classes/mail.C, src/classes/math.C,
15325: src/classes/op.C, src/classes/response.C, src/classes/string.C,
15326: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
15327: src/classes/xnode.C, src/include/pa_memory.h,
15328: src/include/pa_sapi.h, src/targets/cgi/parser3.C,
15329: src/targets/isapi/parser3isapi.C, src/types/pa_venv.h,
15330: src/types/pa_vform.C, tests/015.html, tests/016.html,
15331: tests/017.html, tests/018.html, tests/019.html,
15332: tests/019paf2001.gif, tests/020.html, tests/021.html,
15333: tests/022.html, tests/023.html, tests/022_dir/a.html,
15334: tests/022_dir/b.txt, tests/022_dir/c.htm,
15335: tests/results/015.processed, tests/results/016.processed,
15336: tests/results/017.processed, tests/results/018.processed,
15337: tests/results/019.processed, tests/results/020.processed,
15338: tests/results/021.processed, tests/results/022.processed,
15339: tests/results/023.processed: methoded_array now contains all Mxxx
15340: classes SAPI::get_env now returns info on pool more tests
15341:
15342: * src/include/pa_array.h, src/include/pa_hash.h,
15343: src/include/pa_memory.h, src/main/pa_charset.C, tests/001.html,
15344: tests/002.html, tests/003.html, tests/004.html, tests/005.html,
15345: tests/006.html, tests/007.html, tests/008.html, tests/009.html,
15346: tests/010.html, tests/011.html, tests/012.html, tests/013.html,
15347: tests/014.html, tests/Makefile, tests/outputs/create-dir,
15348: tests/results/001.processed, tests/results/002.processed,
15349: tests/results/003.processed, tests/results/004.processed,
15350: tests/results/005.processed, tests/results/006.processed,
15351: tests/results/007.processed, tests/results/008.processed,
15352: tests/results/009.processed, tests/results/010.processed,
15353: tests/results/011.processed, tests/results/012.processed,
15354: tests/results/013.processed, tests/results/014.processed: hash
15355: cloning fixed
15356:
15357: 2003-02-25 paf
15358:
15359: * src/main/pa_common.C: typo fixed
15360:
15361: 2003-02-24 paf
15362:
15363: * src/types/pa_vcookie.C: fixed all places with bad get_string(0)
15364: [one remained]
15365:
15366: * src/: include/pa_request.h, main/execute.C: few bad get_string(0)
15367: [should have been get_string(&pool)] todo: check other such calls
15368:
15369: * src/: main/compile.tab.C, main/execute.C, types/pa_vfile.h:
15370: test10, bad lookups
15371:
15372: xxx* xxx=smartptr.get(); << is bad style, after ";" original
15373: object got destructed, and xxx points to sky
15374:
15375: * ChangeLog, src/classes/string.C: match bug fixed
15376:
15377: * src/types/pa_vmail.C: body [text/html] transcoded to
15378: $.charset[specified] now
15379:
15380: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15381: which failed to handle sigsetjmp+throw: crashed inside of
15382: pre-throw code. rewritten simplier [though duplicating
15383: closesocket code]
15384:
15385: * src/main/pa_common.C: stupid gcc [2.95.4] generated bad code
15386: which failed to handle sigsetjmp+throw: crashed inside of
15387: pre-throw code. rewritten simplier [though duplicating
15388: closesocket code]
15389:
15390: 2003-02-21 paf
15391:
15392: * operators.txt, src/targets/cgi/parser3.C, src/types/pa_vcookie.C:
15393: $cookie:name[$.expires[date << can be now]]
15394:
15395: written makefile with regression tests [raw]
15396:
15397: * src/targets/cgi/parser3.C: MAKE_TEST must be used inside of 'make
15398: tests' only [it's not forcing CGI mode now] now use -H to output
15399: CGI header when parser used in command line [useful for tests
15400: also]
15401:
15402: * src/targets/cgi/parser3.C: MAKE_TEST environment variable
15403: switches on CGI mode, and is used in regression tests
15404:
15405: * src/: include/pa_request.h, main/pa_request.C,
15406: targets/cgi/parser3.C, types/pa_vcookie.h, types/pa_venv.h: env
15407: fixed
15408:
15409: * src/: include/pa_memory.h, main/pa_memory.C: inlined memory
15410: handling pa_*
15411:
15412: * src/: include/pa_memory.h, main/pa_memory.C, include/pa_array.h,
15413: include/pa_exception.h, include/pa_pool.h, main/Makefile.am,
15414: main/main.dsp, main/pa_array.C, main/pa_pool.C: reorganized
15415: memory handling files
15416:
15417: * src/main/pa_array.C: pool::format_integer terminator fixed
15418:
15419: * src/: main/execute.C, targets/cgi/parser3.C: release mode now
15420: compiles OK test to show benefits of free
15421:
15422: * src/: classes/file.C, classes/image.C, classes/mail.C,
15423: classes/op.C, classes/xdoc.C, main/pa_charset.C, main/pa_exec.C,
15424: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15425: types/pa_vimage.C, types/pa_vxdoc.h: fixed all cstr's that must
15426: use pool [as the one in ^process]
15427:
15428: * src/classes/op.C: fixed process. sould now check for all cstr's
15429: -- some must use pool [as the one in ^process]
15430:
15431: 2003-02-20 paf
15432:
15433: * src/: classes/date.C, classes/double.C, classes/file.C,
15434: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15435: classes/math.C, classes/op.C, classes/response.C,
15436: classes/string.C, classes/table.C, classes/void.C,
15437: classes/xdoc.C, classes/xnode.C, main/pa_string.C,
15438: types/pa_method.h, types/pa_value.C, types/pa_vmethod_frame.h:
15439: string cmp fixed
15440:
15441: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C: form
15442: values passed OK now
15443:
15444: 2003-02-19 paf
15445:
15446: * src/: classes/form.C, include/pa_charset.h, include/pa_pool.h,
15447: main/pa_charset.C, main/pa_exception.C, main/pa_request.C,
15448: main/pa_stylesheet_manager.C, targets/cgi/parser3.C,
15449: targets/isapi/parser3isapi.dsp, types/pa_vcookie.C,
15450: types/pa_vform.C, types/pa_vmail.C, types/pa_vxnode.C: found&kill
15451: all remaning leaks resulted from pooled::malloc calls [excluding
15452: in gd -- planning complete rewrite extremely ugly code]
15453:
15454: * src/targets/isapi/: pa_pool.C, pool_storage.h: removed unneeded
15455: files
15456:
15457: 2003-02-17 paf
15458:
15459: * src/: classes/date.C, classes/double.C, classes/file.C,
15460: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15461: classes/response.C, classes/string.C, classes/table.C,
15462: classes/xdoc.C, classes/xnode.h, include/pa_stack.h,
15463: include/pa_stylesheet_connection.h,
15464: include/pa_stylesheet_manager.h, sql/pa_sql_driver.h,
15465: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
15466: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.h,
15467: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
15468: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
15469: types/pa_wcontext.h, types/pa_wwrapper.h: fixed all remained bugs
15470: of unitialized simple-typed field
15471:
15472: * src/: classes/classes.C, classes/classes.h, main/execute.C,
15473: main/pa_charset.C, main/pa_request.C: another bug of unitialized
15474: simple-typed field fixed. todo: find&kill all like that one
15475:
15476: * src/: main/execute.C, targets/cgi/pa_pool.C,
15477: targets/cgi/parser3.C, targets/cgi/pool_storage.h: few bugs in
15478: debug output fixed
15479:
15480: * src/: include/pa_stack.h, main/compile.C, main/execute.C,
15481: main/pa_request.C: stack-stored items need extra .ref to prevent
15482: object_ptr from delete[them]
15483:
15484: * src/: classes/date.C, classes/op.C, classes/table.C,
15485: classes/xdoc.C, classes/xnode.C, include/pa_array.h,
15486: include/pa_charset.h, main/Makefile.am, main/main.dsp,
15487: main/pa_charset.C, main/pa_common.C,
15488: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
15489: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
15490: types/pa_vmail.C: fixed more leaks resulted from pooled::malloc
15491: calls
15492:
15493: * src/: main/pa_request.C, targets/cgi/parser3.C, types/pa_vfile.C:
15494: couple mem leaks rusulted from old pooled::malloc usage.
15495: todo:find more like those
15496:
15497: * src/main/: compile.C, compile_tools.C: 2*2!
15498:
15499: * src/: include/pa_array.h, include/pa_request.h, main/execute.C:
15500: stackItem fixed [there were no string on stack before]
15501:
15502: * src/: main/execute.C, main/pa_request.C,
15503: types/pa_vmethod_frame.C: first letters out OK
15504:
15505: * src/: classes/classes.C, include/pa_array.h, include/pa_hash.h,
15506: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
15507: main/pa_string.C, main/untaint.C, types/pa_value.h,
15508: types/pa_vint.h, types/pa_vstateless_class.h, types/pa_vstring.h,
15509: types/pa_vvoid.h, types/pa_wcontext.h: class fields of simple
15510: type not initialized with zeros :( while class fields of class
15511: types initialized with default constructors. learn C++
15512:
15513: * src/: classes/classes.awk, classes/double.C, classes/file.C,
15514: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
15515: classes/math.C, classes/xdoc.C, classes/xnode.C,
15516: include/pa_array.h, include/pa_string.h, main/pa_exec.C,
15517: types/pa_vmail.C: parser3.exe - 0 error(s), 0 warning(s)
15518:
15519: 2003-02-14 paf
15520:
15521: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C:
15522: 13 link errors
15523:
15524: * src/: classes/file.C, include/pa_request.h, main/pa_request.C,
15525: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
15526: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
15527: types/pa_vimage.C, types/pa_vtable.C: all compiled, only 14 link
15528: errors :)
15529:
15530: * src/: classes/classes.C, classes/classes.awk, classes/file.C,
15531: classes/hash.C, classes/mail.C, classes/op.C,
15532: include/pa_common.h, include/pa_request.h, include/pa_sapi.h,
15533: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C,
15534: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C:
15535: classes.lib - 0 error(s), 0 warning(s) parser.C compiled
15536:
15537: * src/: classes/classes.dsp, classes/op.C, classes/string.C,
15538: classes/table.C, include/pa_common.h, include/pa_globals.h,
15539: include/pa_pool.h, include/pa_request.h, main/pa_globals.C,
15540: main/pa_request.C, types/pa_value.h, types/pa_vhash.h,
15541: types/pa_vint.h, types/types.dsp: op compiled
15542:
15543: * src/: classes/classes.dsp, classes/response.C, classes/string.C,
15544: include/pa_dictionary.h, include/pa_string.h, main/pa_string.C,
15545: main/untaint.C, types/pa_vtable.h: string, response compiled
15546:
15547: 2003-02-07 paf
15548:
15549: * src/: classes/table.C, types/pa_vtable.h: table compiled
15550:
15551: 2003-02-06 paf
15552:
15553: * src/: classes/mail.C, include/pa_request.h, main/pa_request.C:
15554: mail compiled
15555:
15556: * src/: classes/image.C, classes/string.C, classes/xdoc.C,
15557: include/pa_common.h, include/pa_hash.h, main/pa_common.C,
15558: types/pa_vfile.h, types/pa_vimage.h: image compiled
15559:
15560: * src/classes/: file.C, form.C: form compiled
15561:
15562: * src/: classes/classes.dsp, classes/file.C, include/pa_common.h,
15563: include/pa_exec.h, main/pa_common.C, main/pa_exec.C,
15564: types/pa_vfile.C, types/pa_vfile.h: file compiled
15565:
15566: * src/: classes/hash.C, classes/math.C, types/pa_vmath.C,
15567: types/pa_vmath.h: math compiled [win32]
15568:
15569: * src/: classes/hash.C, include/pa_hash.h, include/pa_table.h,
15570: types/pa_vstring.h: hash compiled
15571:
15572: 2003-02-04 paf
15573:
15574: * src/: classes/date.C, classes/hash.C, include/pa_exec.h,
15575: include/pa_hash.h, include/pa_request.h, include/pa_string.h,
15576: include/pa_table.h, main/pa_common.C, main/pa_exec.C,
15577: main/pa_string.C, types/pa_method.h, types/pa_vform.C,
15578: types/pa_vhash.h: hash 50% compiled
15579:
15580: * src/: classes/date.C, classes/file.C, classes/hash.C,
15581: classes/image.C, classes/mail.C, classes/math.C, classes/op.C,
15582: classes/string.C, classes/table.C, classes/xdoc.C,
15583: classes/xnode.C, include/pa_request.h, main/pa_globals.C,
15584: main/pa_string.C: date compiled
15585:
15586: * src/classes/: classes.dsp, double.C: double compiled
15587:
15588: * src/: classes/date.C, classes/double.C, classes/file.C,
15589: classes/form.C, classes/hash.C, classes/image.C, classes/int.C,
15590: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
15591: classes/string.C, classes/table.C, classes/void.C,
15592: classes/xdoc.C, classes/xnode.C, types/pa_vdouble.h,
15593: types/pa_vhash.h, types/pa_vint.h, types/pa_vstring.h,
15594: types/pa_vtable.h, types/pa_vxdoc.h, types/pa_vxnode.h: int
15595: compiled
15596:
15597: * src/: classes/date.C, classes/double.C, classes/file.C,
15598: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
15599: 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, classes/xnode.h,
15602: types/pa_vvoid.h: void compiled :)
15603:
15604: * src/: include/pa_globals.h, main/pa_cache_managers.C,
15605: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
15606: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15607: main/pa_globals.C, main/pa_pool.C, main/pa_sql_driver_manager.C,
15608: main/pa_string.C, main/pa_uue.C, main/untaint.C,
15609: types/pa_value.C, types/pa_vcookie.C, types/pa_vfile.C,
15610: types/pa_vimage.C, types/pa_vmath.C, types/pa_vrequest.C,
15611: types/pa_vresponse.C, types/pa_vstateless_class.C,
15612: types/pa_vstatus.C, types/pa_vstring.C, types/pa_vtable.C,
15613: types/pa_wcontext.C, types/types.dsp: removed stupid
15614: value_includes.h
15615:
15616: * src/types/: pa_value.C, pa_value_includes.h, pa_vrequest.C:
15617: trying to remove stupid value_includes.h
15618:
15619: * src/main/pa_exec.C: pa_exec compiled on win32
15620:
15621: * src/main/pa_exec.C: libmain.a compiled on six [unix]
15622:
15623: * src/: include/pa_globals.h, include/pa_request.h,
15624: types/pa_value.C, types/pa_value.h, types/pa_vclass.C,
15625: types/pa_vcookie.C, types/pa_vdate.h, types/pa_vfile.C,
15626: types/pa_vfile.h, types/pa_vmail.C, types/pa_vobject.C,
15627: types/pa_vrequest.C, types/pa_vstateless_class.C,
15628: types/pa_vstatus.C, types/pa_vtable.C: libtypes.a compiled gcc
15629:
15630: * src/: include/pa_config_includes.h, include/pa_dictionary.h,
15631: main/pa_common.C, main/pa_dictionary.C, main/pa_exec.C,
15632: main/pa_socks.C: libmain.a gcc and mail.lib msvc++ compiled
15633:
15634: * src/: include/pa_array.h, include/pa_config_includes.h,
15635: include/pa_dictionary.h, main/pa_dictionary.C, main/pa_exec.C,
15636: main/pa_socks.C, main/pa_sql_driver_manager.C: gcc libmain.a
15637: compiled
15638:
15639: * src/main/pa_globals.C: merged changes from 1.149-1.150 (stupid
15640: name conflicts)
15641:
15642: * src/: main/compile_tools.h, main/execute.C, main/pa_table.C,
15643: types/pa_vmethod_frame.h, types/pa_vvoid.h: yuk: gcc on cygwin
15644: yelds "virtual memory exhausted" while trying to compile
15645: execute.C [eating up to 127MB]
15646:
15647: 2003-02-03 paf
15648:
15649: * src/: include/pa_config_includes.h, include/pa_hash.h,
15650: include/pa_operation.h, include/pa_pool.h, include/pa_string.h,
15651: main/pa_common.C, types/pa_value.C, types/pa_value.h,
15652: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vhash.h,
15653: types/pa_vint.h, types/pa_vjunction.h,
15654: types/pa_vstateless_class.h, types/pa_vstring.h, types/types.dsp:
15655: started gcc compiling pa_common compiled
15656:
15657: * src/: include/pa_exception.h, include/pa_pool.h,
15658: main/pa_exception.C: exception gcc change #1
15659:
1.116 moko 15660: * src/include/: Makefile.am, pa_hash.h, pa_pool.h: gcc refused to
15661: compile _P identifier. it replaced it to some strange 0x0000040
1.95 moko 15662:
15663: * src/types/: pa_vmath.C, pa_vmethod_frame.C: vmath compiled
15664:
15665: * src/types/pa_vtable.C: vtable compiled
15666:
15667: * src/types/: pa_vstring.C, pa_vstring.h: vstring compiled
15668:
15669: * src/: include/pa_cache_managers.h, main/pa_request.C,
15670: types/pa_vstatus.C, types/pa_vstatus.h: vstatus compiled
15671:
15672: * src/types/pa_vstateless_class.C: vstateless_class compiled
15673:
15674: * src/types/: pa_vresponse.C, pa_vresponse.h: vresponse compiled
15675:
15676: * src/types/pa_vrequest.C: vrequest compiled
15677:
15678: * src/types/: pa_value.C, pa_value.h, pa_vclass.C, pa_vclass.h,
15679: pa_vobject.C, pa_vobject.h: vobject compiled
15680:
15681: * src/: classes/form.C, classes/mail.C, include/pa_request.h,
15682: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15683: types/pa_vform.C, types/pa_vmail.C, types/pa_vmail.h: vmail
15684: compiled
15685:
15686: * src/types/: pa_vimage.C, pa_vimage.h: vimage compiled
15687:
15688: * src/: include/pa_pool.h, main/pa_request.C, types/pa_value.C,
15689: types/pa_vclass.C, types/pa_vcookie.C, types/pa_vcookie.h,
15690: types/pa_vform.C, types/pa_vform.h, types/pa_vobject.h: vform
15691: compiled
15692:
15693: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
15694: main.lib - 0 error(s), 0 warning(s)
15695:
15696: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
15697: types/pa_value.h, types/pa_vmethod_frame.h: execute compiled
15698:
15699: 2003-01-31 paf
15700:
15701: * src/: include/pa_array.h, include/pa_operation.h,
15702: include/pa_request.h, main/execute.C, main/main.dsp,
15703: types/pa_vjunction.h: started last file from main library:
15704: execute
15705:
15706: * src/: include/pa_request.h, include/pa_sapi.h,
15707: main/compile.tab.C, main/compile.y, main/compile_tools.h,
15708: main/pa_request.C, targets/cgi/parser3.C,
15709: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vfile.h,
15710: types/pa_vhash.h: pa_request compiled
15711:
15712: * src/: classes/op.C, classes/string.C, include/pa_common.h,
15713: include/pa_globals.h, include/pa_request.h,
15714: include/pa_sql_connection.h, main/compile.tab.C, main/compile.y,
15715: main/execute.C, main/main.dsp, main/pa_common.C,
15716: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15717: types/pa_vcode_frame.h, types/pa_vcookie.h, types/pa_vform.h,
15718: types/pa_vmail.C, types/pa_vmail.h, types/pa_vresponse.h,
15719: types/pa_vtable.h, types/pa_wcontext.C, types/pa_wcontext.h,
15720: types/types.dsp: most pa_request compiled
15721:
15722: * src/: classes/classes.C, classes/classes.h, classes/date.C,
15723: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
15724: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
15725: classes/op.C, classes/response.C, classes/string.C,
15726: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
15727: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
15728: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
15729: include/pa_config_fixed.h, include/pa_config_includes.h,
15730: include/pa_dictionary.h, include/pa_dir.h,
15731: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
15732: include/pa_hash.h, include/pa_opcode.h, include/pa_operation.h,
15733: include/pa_pool.h, include/pa_request.h,
15734: include/pa_request_charsets.h, include/pa_request_info.h,
15735: include/pa_sapi.h, include/pa_socks.h,
15736: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15737: include/pa_stack.h, include/pa_string.h,
15738: include/pa_stylesheet_connection.h,
15739: include/pa_stylesheet_manager.h, include/pa_table.h,
15740: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
15741: lib/ltdl/config_fixed.h, lib/ltdl/ltdl.c, lib/ltdl/ltdl.h,
15742: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, lib/pcre/dftables.c,
15743: lib/pcre/get.c, lib/pcre/maketables.c, lib/pcre/pcre.c,
15744: lib/pcre/pcre.h, lib/pcre/pcre_parser_ctype.c, lib/pcre/study.c,
15745: main/compile.C, main/compile.tab.C, main/compile.y,
15746: main/compile_tools.C, main/compile_tools.h, main/execute.C,
15747: main/main.dsp, main/pa_cache_managers.C, main/pa_charset.C,
15748: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
15749: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
15750: main/pa_globals.C, main/pa_pool.C, main/pa_request.C,
15751: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15752: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
15753: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/getopt.c,
15754: targets/cgi/getopt.h, targets/cgi/pa_pool.C,
15755: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
15756: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
15757: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
15758: targets/isapi/pool_storage.h, types/pa_value.C, types/pa_value.h,
15759: types/pa_value_includes.h, types/pa_vbool.h, types/pa_vclass.C,
15760: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
15761: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
15762: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
15763: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
15764: types/pa_vimage.C, types/pa_vimage.h, types/pa_vint.h,
15765: types/pa_vjunction.h, types/pa_vmail.C, types/pa_vmail.h,
15766: types/pa_vmath.C, types/pa_vmath.h, types/pa_vmethod_frame.C,
15767: types/pa_vmethod_frame.h, types/pa_vobject.C, types/pa_vobject.h,
15768: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
15769: types/pa_vresponse.h, types/pa_vstateless_class.C,
15770: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
15771: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
15772: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
15773: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
15774: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
15775: types/pa_wcontext.h, types/pa_wwrapper.h: grammar compiled
15776:
15777: * ChangeLog, src/classes/classes.h, src/classes/op.C,
15778: src/include/pa_cache_managers.h, src/include/pa_charset.h,
15779: src/include/pa_charsets.h, src/include/pa_common.h,
15780: src/include/pa_dictionary.h, src/include/pa_exception.h,
15781: src/include/pa_exec.h, src/include/pa_pool.h,
15782: src/include/pa_request.h, src/include/pa_sapi.h,
15783: src/include/pa_sql_connection.h,
15784: src/include/pa_sql_driver_manager.h, src/include/pa_string.h,
15785: src/include/pa_table.h, src/include/pa_uue.h, src/main/compile.C,
15786: src/main/compile.tab.C, src/main/compile_tools.C,
15787: src/main/compile_tools.h, src/main/main.dsp,
15788: src/main/pa_charset.C, src/main/pa_charsets.C,
15789: src/main/pa_common.C, src/main/pa_dictionary.C,
15790: src/main/pa_exception.C, src/main/pa_exec.C,
15791: src/main/pa_request.C, src/main/pa_sql_driver_manager.C,
15792: src/main/pa_string.C, src/main/pa_table.C, src/main/pa_uue.C,
15793: src/main/untaint.C, src/types/pa_value.C, src/types/pa_value.h,
15794: src/types/pa_vclass.h, src/types/pa_vcookie.C,
15795: src/types/pa_vcookie.h, src/types/pa_vdate.h,
15796: src/types/pa_vdouble.h, src/types/pa_venv.h,
15797: src/types/pa_vfile.C, src/types/pa_vfile.h, src/types/pa_vform.h,
15798: src/types/pa_vhash.h, src/types/pa_vimage.C,
15799: src/types/pa_vimage.h, src/types/pa_vint.h, src/types/pa_vmail.C,
15800: src/types/pa_vmail.h, src/types/pa_vmath.C, src/types/pa_vmath.h,
15801: src/types/pa_vmethod_frame.C, src/types/pa_vmethod_frame.h,
15802: src/types/pa_vobject.C, src/types/pa_vobject.h,
15803: src/types/pa_vrequest.C, src/types/pa_vrequest.h,
15804: src/types/pa_vresponse.C, src/types/pa_vresponse.h,
15805: src/types/pa_vstateless_class.C, src/types/pa_vstateless_class.h,
15806: src/types/pa_vstateless_object.h, src/types/pa_vstatus.h,
15807: src/types/pa_vstring.h, src/types/pa_vtable.h,
15808: src/types/pa_vvoid.h, src/types/pa_wcontext.C,
15809: src/types/pa_wcontext.h, src/types/pa_wwrapper.h: ConstStringPtr
15810: died, long live StringPtr
15811:
15812: 2003-01-30 paf
15813:
15814: * src/: include/pa_charset.h, include/pa_request.h,
15815: include/pa_sql_driver_manager.h, main/compile.tab.C,
15816: main/compile.y, main/compile_tools.h, main/pa_request.C,
15817: types/pa_vobject.h, types/pa_vstatus.h: grammar compiled
15818:
15819: * src/: classes/classes.h, include/pa_pool.h, main/compile.C,
15820: main/compile.tab.C, types/pa_value.h, types/pa_vfile.h,
15821: types/pa_vhash.h, types/pa_vmethod_frame.h,
15822: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
15823: types/types.dsp: vstateless_class compiled
15824:
15825: * src/main/compile.C: compile compiled
15826:
15827: * src/: include/pa_array.h, include/pa_operation.h,
15828: include/pa_table.h, main/compile_tools.C, main/compile_tools.h,
15829: main/pa_table.C: compile_tools compiled
15830:
15831: * src/: include/pa_operation.h, main/compile.y,
15832: main/compile_tools.C, main/compile_tools.h: started
15833: compile_tools. vagues ideas of how to free compiled code
15834:
15835: * src/: include/pa_opcode.h, main/compile_tools.h, main/execute.C,
15836: main/main.dsp, types/pa_value.C, types/pa_value.h,
15837: types/pa_vmethod_frame.h, types/pa_vstateless_class.h: value
15838: compiled
15839:
15840: 2003-01-29 paf
15841:
15842: * src/: include/pa_globals.h, include/pa_request.h,
15843: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
15844: types/pa_vmethod_frame.h, types/pa_vstateless_class.h,
15845: types/pa_wcontext.h, types/types.dsp: vmethodframe, pa_request.h
15846: compiled
15847:
15848: * src/lib/ltdl/config_fixed.h: libltdl compiled without warnings
15849: now
15850:
15851: * src/: include/pa_array.h, include/pa_exception.h,
15852: include/pa_pool.h, main/pa_exception.C: gd compiled
15853:
15854: * src/types/: pa_vfile.C, pa_vfile.h, pa_vimage.C, pa_vimage.h: gd
15855: compiled
15856:
15857: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
15858: types/pa_value.C, types/pa_value.h, types/pa_vfile.C,
15859: types/pa_vfile.h: vfile compiled
15860:
15861: * src/: include/pa_common.h, include/pa_globals.h,
15862: include/pa_string.h, main/pa_globals.C, types/pa_value.C,
15863: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
15864: types/pa_vform.C, types/pa_vform.h: vcookie compiled
15865:
15866: * src/: include/pa_exception.h, main/pa_cache_managers.C,
15867: main/pa_charsets.C, main/pa_common.C, main/pa_dir.C,
15868: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
15869: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
15870: main/pa_uue.C: #include "pa_value_includes.h" everywhere in main
15871:
15872: * src/: include/pa_request_charsets.h, include/pa_request_info.h,
15873: main/main.dsp, main/untaint.C: more compiled
15874:
15875: * src/: include/pa_charsets.h, include/pa_request.h,
15876: include/pa_request_info.h, include/pa_string.h,
15877: main/pa_charsets.C, types/pa_vrequest.C, types/pa_vresponse.C,
15878: types/pa_vresponse.h: vrequest compiled
15879:
15880: * src/types/: pa_value.h, pa_vdate.h, pa_vform.h, pa_vhash.h,
15881: pa_vobject.C, pa_vobject.h, pa_vrequest.C, pa_vresponse.C,
15882: pa_vresponse.h, pa_wcontext.h: vrequest compiled
15883:
15884: * src/: classes/classes.h, include/pa_charset.h,
15885: include/pa_charsets.h, include/pa_globals.h, include/pa_pool.h,
15886: include/pa_request.h, include/pa_string.h, main/main.dsp,
15887: main/pa_charset.C, main/pa_charsets.C, main/pa_globals.C,
15888: main/untaint.C, types/pa_value.h, types/pa_vdouble.h,
15889: types/pa_vfile.h, types/pa_vint.h, types/pa_vmath.C,
15890: types/pa_vrequest.C, types/pa_vrequest.h,
15891: types/pa_vstateless_class.h, types/pa_vstring.h,
15892: types/pa_vvoid.h: vrequest,vdouble,vint compiled
15893:
15894: * src/: classes/classes.h, classes/math.C, include/pa_pool.h,
15895: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
15896: main/main.dsp, types/pa_value.h, types/pa_vbool.h,
15897: types/pa_vclass.h, types/pa_vdouble.h, types/pa_venv.h,
15898: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
15899: types/pa_vjunction.h, types/pa_vmath.C, types/pa_vmath.h,
15900: types/pa_vobject.h, types/pa_vstateless_class.h,
15901: types/pa_vstateless_object.h, types/pa_vstatus.h,
15902: types/pa_vstring.h, types/types.dsp: vmath compiled
15903:
15904: 2003-01-28 paf
15905:
15906: * src/: classes/classes.h, classes/date.C, classes/file.C,
15907: classes/hash.C, classes/image.C, classes/table.C, classes/xdoc.C,
15908: classes/xnode.h, main/execute.C, main/main.dsp, types/pa_value.h,
15909: types/pa_vclass.C, types/pa_vclass.h, types/pa_vobject.C,
15910: types/pa_vobject.h, types/pa_vstateless_class.h: started main:
15911: compile_tools
15912:
15913: * src/: include/pa_charset.h, include/pa_exception.h,
15914: include/pa_request.h, include/pa_string.h, main/untaint.C:
15915: untaint compiled
15916:
15917: * ChangeLog, src/include/pa_array.h, src/include/pa_string.h,
15918: src/main/execute.C, src/main/untaint.C, src/types/pa_vmail.C:
15919: more compiled. struck with string::store_to needing to know
15920: source/client charsets
15921:
15922: * src/: include/pa_exception.h, include/pa_uue.h, main/pa_uue.C,
15923: types/pa_vfile.h: uue compiled
15924:
15925: * src/: include/pa_table.h, main/pa_string.C, main/pa_table.C:
15926: table compiled
15927:
15928: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C,
15929: main/pa_globals.C, main/pa_sql_driver_manager.C: globals compiled
15930:
15931: * src/: include/pa_charset.h, main/pa_charset.C,
15932: main/pa_charsets.C: charset/s simplified [charset::pool_for_load
15933: introduced]
15934:
15935: * src/: classes/date.C, include/pa_charset.h,
15936: include/pa_charsets.h, include/pa_globals.h, main/pa_charset.C,
15937: main/pa_charsets.C, main/pa_globals.C, main/pa_request.C:
15938: pa_charsets compiled
15939:
15940: * src/: include/pa_array.h, include/pa_exec.h, include/pa_hash.h,
15941: include/pa_pool.h, main/pa_exec.C: pa_exec win32 compiled
15942:
15943: * src/: include/pa_pool.h, main/pa_common.C, types/pa_vdouble.h:
15944: common compiled
15945:
15946: * src/: include/pa_charsets.h, main/pa_charsets.C,
15947: main/pa_sql_driver_manager.C: pa_charsets compiled
15948:
15949: * src/: include/pa_array.h, include/pa_charset.h,
15950: include/pa_charsets.h, include/pa_pool.h,
15951: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15952: include/pa_stack.h, include/pa_string.h,
15953: main/pa_sql_driver_manager.C, types/pa_vhash.h, types/pa_vint.h:
15954: sql_driver_manager compiled
15955:
15956: * etc/parser3.charsets/: koi8-r.cfg, windows-1251.cfg: ukranian
15957: letter i with two dots added to koi, all ukranian letters added
15958: to win1251.
15959:
15960: typographic simbol 0xb9 deleted from win1251 [strange one & were
15961: abscent from koi]
15962:
15963: 2003-01-27 paf
15964:
15965: * src/: include/pa_exception.h, include/pa_sql_connection.h,
15966: include/pa_sql_driver_manager.h, include/pa_string.h,
15967: main/pa_common.C, main/pa_exec.C, main/pa_sql_driver_manager.C,
15968: sql/pa_sql_driver.h: paused on sql_manager
15969:
15970: * src/: include/pa_cache_managers.h, include/pa_pool.h,
15971: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15972: include/pa_stack.h, main/pa_sql_driver_manager.C,
15973: types/pa_vtable.h, types/pa_vvoid.h: vtable compiled
15974:
15975: * src/: classes/op.C, include/pa_globals.h, include/pa_hash.h,
15976: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
15977: include/pa_table.h, main/pa_sql_driver_manager.C,
15978: main/pa_table.C: table compiled
15979:
15980: * src/: include/pa_cache_managers.h, main/pa_cache_managers.C:
15981: cache_managers compiled
15982:
15983: * src/: include/pa_array.h, include/pa_charset.h,
15984: include/pa_pool.h, main/pa_charset.C: charset compiled
15985:
15986: * src/: include/pa_pool.h, main/pa_common.C: common compiled
15987:
15988: * src/: include/pa_array.h, include/pa_common.h, include/pa_hash.h,
15989: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15990: main/pa_string.C, types/pa_value.C, types/pa_value.h,
15991: types/pa_vhash.h, types/pa_vint.h, types/pa_vstateless_class.h,
15992: types/pa_wcontext.C, types/pa_wcontext.h: wcontext compiled
15993:
15994: 2003-01-24 paf
15995:
15996: * src/: classes/classes.C, classes/classes.h, include/pa_array.h,
15997: include/pa_common.h, include/pa_globals.h, include/pa_hash.h,
15998: include/pa_pool.h, include/pa_string.h, main/pa_common.C,
15999: main/pa_globals.C, main/pa_string.C, types/pa_value.h,
16000: types/pa_vbool.h, types/pa_vdouble.h, types/pa_vhash.h,
16001: types/pa_vint.h, types/pa_vjunction.h,
16002: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
16003: types/pa_vstatus.h, types/pa_vstring.h: more patched
16004:
16005: * src/: classes/op.C, include/pa_array.h, include/pa_exception.h,
16006: include/pa_hash.h, include/pa_pool.h, include/pa_string.h,
16007: include/pa_table.h, main/pa_dictionary.C, main/pa_exception.C,
16008: main/pa_string.C, main/pa_table.C: string compiled
16009:
16010: * src/: include/pa_array.h, include/pa_common.h,
16011: include/pa_dictionary.h, include/pa_exception.h,
16012: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
16013: main/pa_common.C, main/pa_dictionary.C, main/pa_exception.C,
16014: main/pa_string.C: dictionary compiled
16015:
16016: 2003-01-23 paf
16017:
16018: * src/: include/pa_array.h, include/pa_common.h,
16019: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
16020: include/pa_request.h, include/pa_string.h, main/pa_common.C,
16021: main/pa_exception.C, main/pa_globals.C, types/pa_value.C,
16022: types/pa_value.h: resurrected pool in new sense: now it's
16023: factory, producing&accounting memory chunks for read[autofree]
16024: buffers
16025:
16026: * src/: include/pa_array.h, include/pa_exception.h,
16027: include/pa_hash.h, include/pa_pool.h, include/pa_table.h,
16028: main/pa_exception.C, main/pa_table.C: table compiled
16029:
16030: * src/: classes/image.C, classes/op.C, include/pa_array.h,
16031: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
16032: include/pa_pool.h, include/pa_pragma_pack_begin.h,
16033: include/pa_pragma_pack_end.h, include/pa_sapi.h,
16034: include/pa_string.h, include/pa_table.h, include/pa_types.h,
16035: main/pa_exception.C, main/pa_globals.C, main/pa_string.C,
16036: main/pa_table.C: aint that easy
16037:
16038: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
16039: main/main.dsp: continued with Hash
16040:
16041: * src/main/pa_common.C: connect_string allocated on heap[wes on
16042: stack] now. and exception can be reported OK now [can be reported
16043: outside of pro c with that stack]
16044:
16045: 2003-01-22 paf
16046:
16047: * src/: include/pa_array.h, include/pa_charset.h,
16048: include/pa_dictionary.h, include/pa_hash.h, include/pa_pool.h,
16049: include/pa_string.h, main/pa_array.C, main/pa_hash.C,
16050: main/pa_pool.C, main/pa_string.C: started auto_ptr. PA_Object is
16051: base: contains references_count. auto_ptr template calls
16052: add_ref/release
16053:
16054: 2003-01-21 paf
16055:
16056: * src/: classes/classes.C, classes/classes.h, classes/date.C,
16057: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
16058: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
16059: classes/op.C, classes/response.C, classes/string.C,
16060: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16061: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
16062: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
16063: include/pa_config_fixed.h, include/pa_config_includes.h,
16064: include/pa_dictionary.h, include/pa_dir.h,
16065: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
16066: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
16067: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
16068: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
16069: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
16070: include/pa_stack.h, include/pa_string.h,
16071: include/pa_stylesheet_connection.h,
16072: include/pa_stylesheet_manager.h, include/pa_table.h,
16073: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
16074: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
16075: lib/pcre/pcre_parser_ctype.c, main/compile.C,
16076: main/compile_tools.C, main/compile_tools.h, main/execute.C,
16077: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
16078: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
16079: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
16080: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
16081: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
16082: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
16083: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
16084: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
16085: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
16086: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
16087: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
16088: types/pa_value.C, types/pa_value.h, types/pa_vbool.h,
16089: types/pa_vclass.C, types/pa_vclass.h, types/pa_vcode_frame.h,
16090: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
16091: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
16092: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16093: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
16094: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
16095: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16096: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16097: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16098: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16099: types/pa_vstateless_object.h, types/pa_vstatus.C,
16100: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
16101: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
16102: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
16103: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
16104: types/pa_wwrapper.h, main/compile.tab.C, main/compile.y:
16105: 2002->2003
16106:
16107: 2003-01-16 paf
16108:
16109: * operators.txt, src/include/pa_globals.h, src/main/pa_common.C,
16110: src/main/pa_globals.C: http:// introducing $.any-status(1)
16111:
16112: * operators.txt, src/include/pa_config_fixed.h,
16113: src/main/pa_common.C: http request now return status. and not
16114: fail on status!=200
16115:
16116: 2003-01-15 paf
16117:
16118: * src/main/pa_globals.C: localized pa_xmlFileRead/Close
16119:
16120: 2003-01-14 paf
16121:
16122: * src/lib/ltdl/: config.guess, config.sub, install-sh, missing,
16123: mkinstalldirs: removed some ancient files [they in / really]
16124:
16125: * src/lib/ltdl/: config_fixed.h, libltdl.dsp, ltdl.c: ltdl.c
16126: regretfully needed patch in two places. in config_fixed.h made
16127: stubs for lib to compile in MSVC
16128:
16129: 2003-01-13 paf
16130:
16131: * config.guess, config.sub, ltmain.sh: removed last piece of
16132: configure.in(libtool) hacks
16133:
1.116 moko 16134: * src/lib/ltdl/: COPYING.LIB, acinclude.m4, config.h,
1.95 moko 16135: config_auto.h.in, configure, configure.in, libltdl.dsp, ltdl.c,
16136: ltdl.h: moved to latest libtool (1.4.3)
16137:
16138: 2003-01-10 paf
16139:
16140: * src/lib/ltdl/: configure, configure.in: PROG_NM
16141:
16142: * src/main/pa_globals.C: moved to latest xml lib versions, changed
16143: patches. libxml2 >= 2.5.1
16144: [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >= 1.0.23
16145: [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >= 0.7.2
16146: [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16147:
16148: * INSTALL: moved to latest versions of xml libs libxml2 >=
16149: 2.5.1 [ftp://xmlsoft.org/libxml2-2.5.1.tar.gz] libxslt >=
16150: 1.0.23 [ftp://xmlsoft.org/libxslt-1.0.23.tar.gz] gdome2 >=
16151: 0.7.2 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.2.tar.gz]
16152:
16153: 2003-01-09 paf
16154:
16155: * INSTALL: xml,xslt,gdome lib urls updated
16156:
16157: * config.guess, config.sub, missing, mkinstalldirs,
1.116 moko 16158: src/include/pa_config_auto.h.in, src/lib/ltdl/config_auto.h.in,
1.95 moko 16159: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
1.116 moko 16160: src/targets/cgi/Makefile.am: moved to autoconf 2.57 & automake
16161: 1.7.2
1.95 moko 16162:
16163: * depcomp: moving to automake 1.7.2
16164:
16165: 2002-12-27 paf
16166:
16167: * src/include/pa_version.h: 0007
16168:
16169: * src/doc/: aliased.dox, index.dox, module.dox, pooled.dox: removed
16170: outdated parts, made links to language docs
16171:
16172: * src/include/pa_config_auto.h.in: comment
16173:
16174: 2002-12-26 paf
16175:
16176: * src/classes/file.C: ^file:fullpath[a.gif] when document root did
16177: not contain trailing / fixed.
16178:
16179: * INSTALL: changing SAFE_MODE politics
16180:
16181: * src/include/pa_config_auto.h.in: changing SAFE_MODE politics
16182:
16183: * src/main/: pa_common.C, pa_exec.C: changing SAFE_MODE politics
16184:
16185: 2002-12-25 paf
16186:
16187: * src/main/pa_globals.C: optimized-xml
16188:
16189: * src/main/pa_globals.C: optimized-as-is
16190:
16191: 2002-12-24 paf
16192:
16193: * src/main/: pa_common.C, pa_pool.C: pool::copy on zero size|ptr
16194: fixed [were really called with zero size when .html?a=&b=]
16195:
16196: * src/classes/mail.C: $MAIL in @conf now invalid when configured
16197: with --with-sendmail
16198:
16199: * src/main/pa_exec.C: fork/pipe error now [old always-pipe-error
16200: fixed]
16201:
16202: 2002-12-23 paf
16203:
16204: * src/types/pa_vcookie.C: $cookie:field[put value] fixed [were
16205: ignoring parameters & were storing only string with default
16206: expires
16207:
16208: * src/main/pa_charset.C: From: "Victor Fedoseev" <vvf_ru@mail.ru>
16209: To: "Alexandr Petrosian (PAF)" <PAF@design.ru> Sent: Monday,
16210: December 23, 2002 4:22 AM Subject: bug â
16211: Charset::transcode_buf2xchar
16212:
16213: 2002-12-20 paf
16214:
16215: * src/targets/cgi/parser3.C: removed last \n appending in non-win32
16216: non-cgi [script] runs
16217:
16218: 2002-12-19 paf
16219:
16220: * INSTALL: --without-iconv recommended [it crashes on some systems
16221: [tested on elik]] moreover, it's not needed there [parser
16222: registers charsets itself]
16223:
16224: * INSTALL: --without-iconv recommended [it crashes on some systems
16225: [tested on elik]]
16226:
16227: * operators.txt, src/include/pa_globals.h,
16228: src/include/pa_request.h, src/main/pa_globals.C,
16229: src/main/pa_request.C: $response:download
16230:
16231: * src/classes/mail.C: 'to' check bugfix [now checked only on ms
16232: compiler [win32]].
16233:
16234: 2002-12-18 paf
16235:
16236: * src/classes/xdoc.C: doc->URL on xdoc.load set correctly now
16237:
16238: 2002-12-17 paf
16239:
16240: * src/targets/cgi/parser3.C: merged die&iis changes
16241:
16242: * src/targets/cgi/parser3.C: 1. on win32 in die: abort() reverted
16243: to exit(1) 2. more flexible iilegal call check
16244:
16245: 2002-12-16 paf
16246:
16247: * ltmain.sh: some automakes silly insist on having this handy
16248:
16249: * src/main/untaint.C: filespec russian small 'r' changed to latin
16250: 'p' bug fix
16251:
16252: 2002-12-15 paf
16253:
16254: * src/main/untaint.C: filespec russian small 'r' changed to latin
16255: 'p'
16256:
16257: * configure.in, src/include/pa_config_auto.h.in,
16258: src/main/compile.C, src/main/pa_common.C: merged small changes
16259: from branch 6 to HEAD
16260:
16261: * src/main/compile.C: removed warning
16262:
16263: * src/main/pa_common.C: ftruncate having checked
16264:
16265: * configure.in, src/include/pa_version.h: new version
16266:
16267: 2002-12-14 paf
16268:
16269: * src/classes/table.C: removed unnecessary code
16270:
16271: * src/sql/pa_sql_driver.h: exception type fixed
16272:
16273: 2002-12-09 paf
16274:
16275: * src/types/pa_vvoid.h: $void.store[now] error
16276:
16277: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16278:
16279: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: ::die now
16280: tries to write core dump
16281:
16282: * src/targets/cgi/parser3.C: ::die now tries to write core dump
16283:
16284: * src/: classes/hash.C, classes/string.C, classes/table.C,
16285: classes/void.C, main/pa_sql_driver_manager.C,
16286: sql/pa_sql_driver.h: changed exception handling mech in sql
16287: handlers #2
16288:
16289: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: changed
16290: exception handling mech in sql handlers
16291:
16292: * src/sql/pa_sql_driver.h: changed exception handling mech in sql
16293: handlers
16294:
16295: * src/: classes/hash.C, classes/string.C, classes/table.C,
16296: classes/void.C, main/pa_sql_driver_manager.C,
16297: sql/pa_sql_driver.h: changed exception handling mech in sql
16298: handlers
16299:
1.116 moko 16300: * configure.in: removed configure.in:AC_LIBTOOL, it caused automake
16301: to write makefile which used libtool to install things, which is
16302: not needed
1.95 moko 16303:
16304: 2002-12-06 paf
16305:
16306: * operators.txt, src/main/compile.tab.C, src/types/pa_vhash.h:
16307: $hash.fields -- pseudo field to make 'hash' more like 'table'
16308:
16309: 2002-12-05 paf
16310:
16311: * src/: classes/mail.C, types/pa_vmail.C, types/pa_vmail.h: smtp
16312: cc/bcc OK now
16313:
16314: * src/main/untaint.C: mail header closed properly
16315:
16316: * src/: main/pa_common.C, main/untaint.C, types/pa_vmail.C: mail
16317: header ',' allowed. still bugs in smtp [only one receiptient
16318: works, cc, bcc ignored now, and MAILED ;)]
16319:
16320: [strncpy killed, memnchr used]
16321:
16322: * src/main/pa_table.C: table-copy now current=0
16323:
16324: * src/main/: pa_array.C, pa_table.C: wow! found/fixed bug in
16325: lowlevel proc
16326:
16327: * src/targets/cgi/parser3.C: more checks on
16328: http://domain/parser.cgi start [maybe some getenv returns "",
16329: checked that now
16330:
16331: * src/targets/cgi/parser3.C: more checks on
16332: http://domain/parser.cgi start [maybe some getenv returns "",
16333: checked that now
16334:
16335: * src/targets/cgi/parser3.C: error logging made unbuffered [so that
16336: out-of-mem errors reached log]
16337:
16338: * src/: classes/mail.C, targets/cgi/parser3.C, types/pa_vmail.C:
16339: mail:send MIME-Version default
16340:
16341: * src/main/main.dsp: pa_version included into main.dsp
16342:
16343: 2002-12-04 paf
16344:
16345: * src/types/pa_vform.C: $form:field string value cut by premature 0
16346:
16347: * parser3.dsw, src/main/compile.tab.C, src/main/main.dsp:
16348: lib/libltdl -> lib/ltdl Win32 changes. s
16349:
16350: * src/classes/classes.awk: more strict *.C$
16351:
16352: * gnu.dsp: restored
16353:
1.116 moko 16354: * configure.in, gnu.dsp, src/lib/Makefile.am,
16355: src/lib/ltdl/Makefile.am, src/lib/ltdl/README,
16356: src/lib/ltdl/acinclude.m4, src/lib/ltdl/config.guess,
16357: src/lib/ltdl/config.h, src/lib/ltdl/config.sub,
16358: src/lib/ltdl/config_auto.h.in, src/lib/ltdl/config_fixed.h,
16359: src/lib/ltdl/configure, src/lib/ltdl/configure.in,
16360: src/lib/ltdl/install-sh, src/lib/ltdl/libltdl.dsp,
16361: src/lib/ltdl/ltdl.c, src/lib/ltdl/ltdl.h: src/lib/ltdl/Makefile
16362: now created with /configure, not ltdl/configure, so it does have
16363: no problems with automake. ltdl/configure
16364: AC_OUTPUT(Makefile<<removed)
1.95 moko 16365:
16366: 2002-12-02 paf
16367:
16368: * operators.txt: removed outdated status:db
16369:
16370: * ChangeLog, src/classes/mail.C, src/include/pa_common.h,
16371: src/main/pa_common.C, src/main/pa_request.C,
16372: src/types/pa_vcookie.C, src/types/pa_vmail.C: http header lang of
16373: tainted parts becomes http-header
16374:
16375: 2002-11-29 paf
16376:
16377: * src/classes/date.C, src/classes/image.C, operators.txt: exif
16378: dates now objects of type date
16379:
16380: * src/classes/image.C: file.seek removed [it were used in image.C
16381: only, and for parser user this means that jpeg image has bad
16382: size in fragment's header] now used image.format
16383:
16384: * src/: include/pa_common.h, main/pa_common.C,
16385: types/pa_vresponse.C, types/pa_vresponse.h: http:// param values
16386: now handled exactly like $response:header values. e.g. can be
16387: hash [can have subattributes] & contain date values.
16388:
16389: * src/main/pa_common.C: http:// param values lang forced URI
16390:
16391: * src/main/pa_common.C: http:// tainted partes now %xx
16392:
16393: 2002-11-28 paf
16394:
16395: * operators.txt: http.timeout
16396:
16397: * src/classes/image.C: ^image.length now counts interchar space.
16398: plus space after last char
16399:
16400: * src/main/pa_string.C: PCRE_DOLLAR_ENDONLY
16401:
16402: * src/classes/image.C: ^image.font width measurer now scans full
16403: height [were -1]
16404:
16405: * configure.in: stopped double libltdl/Makefile generation
16406:
16407: * src/classes/image.C: ^image.text now outputs one pixel HIGHER
16408: chars [one top horizontal line of 1pixel height were missing]
16409:
16410: * src/classes/op.C: ^cache bug fixed. stupid compiler allowed
16411: 'false' to go into (Hash *) parameter
16412:
16413: 2002-11-27 paf
16414:
16415: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
16416: types/pa_vmail.C: response:body[file] if file nows it's name now
16417: returns content-disposition: >>attachment<<
16418:
16419: * src/classes/image.C: ^image.font << bad font file-size now
16420: properly reported
16421:
16422: 2002-11-26 paf
16423:
16424: * src/main/pa_request.C: fixed lang in reponse header
16425:
16426: * src/main/pa_common.C: utf8 prefix ignored @read text
16427:
16428: * operators.txt, src/main/pa_common.C: http:// response status!=200
16429: made exception: http.status with source=bad status#
16430:
16431: 2002-11-25 paf
16432:
16433: * configure.in, src/classes/image.C,
16434: src/include/pa_config_auto.h.in,
16435: src/include/pa_config_includes.h, src/main/Makefile.am,
1.116 moko 16436: src/main/pa_common.C, src/main/pa_globals.C: http:// and image
16437: const void related probs fixed
1.95 moko 16438:
16439: * operators.txt, src/main/pa_common.C: http fields now UPPERCASE
16440:
16441: $file[^file::load[http://there]] $file.SERVER
16442:
16443: * src/: classes/file.C, classes/image.C, classes/xdoc.C,
16444: include/pa_common.h, main/pa_common.C, main/pa_request.C: checked
16445: http options [invalid onces now reported] made default
16446: user-agent: paf
16447:
16448: * operators.txt, src/classes/file.C, src/classes/table.C,
16449: src/classes/xdoc.C, src/include/pa_common.h,
16450: src/include/pa_globals.h, src/main/pa_common.C,
16451: src/main/pa_globals.C, src/main/pa_request.C,
16452: src/types/pa_vfile.C, src/types/pa_vfile.h: table/xdoc/file::load
16453: now understand http:// prefix and additional params, sample:
16454: $rates[^xdoc::load[http://www.cbr.ru/scripts/XML_daily.asp?date_req=02/03/2002;
16455: $.USER-AGENT[parser3] ]]
16456:
16457: 2002-11-22 paf
16458:
16459: * src/classes/image.C, src/include/pa_globals.h,
16460: src/main/execute.C, src/main/pa_globals.C, src/types/pa_vimage.C,
16461: src/types/pa_vimage.h, operators.txt: $image.exif support
16462: $image.exif.DateTime & co
16463:
16464: 2002-11-21 paf
16465:
16466: * src/main/: pa_exec.C, untaint.C: cstr(UL_UNSPECIFIED) [not
16467: _PASS_APPENDED)
16468:
16469: * src/classes/image.C: jpeg size measure fixed: were badly skipping
16470: EXIF information [were big block and it's size were considered
16471: negative :(]
16472:
16473: * operators.txt, src/classes/image.C, src/include/pa_common.h,
16474: src/main/pa_common.C, src/types/pa_vmail.C: image.measure
16475: internals rewritten. no there's reader.seek, and all's ready for
16476: EXIF extraction [now we fail to measure files with EXIF info]
16477:
16478: * src/main/pa_common.C: O_TRUNCATE killed, ftruncate used instead:
16479: O_TRUNC truncates even exclusevely write-locked file [thanks to
16480: Igor Milyakov <virtan@rotabanner.com> for discovering]
16481:
16482: 2002-11-20 paf
16483:
16484: * src/targets/cgi/parser3.C: logging @signal += query_string
16485:
16486: * configure.in, src/include/pa_config_auto.h.in,
16487: src/include/pa_config_includes.h, src/targets/cgi/parser3.C:
16488: comment
16489:
16490: * src/targets/cgi/parser3.C: SIGNALS overriden @ main top
16491:
16492: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
16493: targets/cgi/parser3.C: SIGUSR1 >> writes to error_log uri of
16494: currently processed document SIGPIPE >> interrupts request
16495: processing [exception = DB rollback]
16496:
16497: * src/main/pa_exec.C: comment
16498:
16499: * src/main/pa_exec.C: pa_exec: data written only if size>0
16500:
16501: * operators.txt, src/classes/file.C: ^file::exec/cgi[file;$.stdin[]
16502: << disable HTTP-POST repassing
16503:
16504: * src/: include/pa_config_fixed.h, main/pa_common.C,
16505: main/pa_exec.C, targets/cgi/parser3.C: ^file:exec/cgi [pa_exec]
16506: pipe read errors now checked
16507:
16508: 2002-11-19 paf
16509:
16510: * src/targets/cgi/parser3.C: removed #ifdef WIN32 around check of
16511: CGI: Illegal call
16512:
16513: 2002-11-01 paf
16514:
16515: * src/main/execute.C: comment
16516:
16517: 2002-10-31 paf
16518:
16519: * src/main/execute.C: found out why, checked that for now. todo:
16520: find out a way for that user could do that
16521:
16522: * src/types/pa_vstateless_object.h: object put replaces static
16523: parent if any
16524:
16525: * src/types/pa_vobject.C: object put replaces static parent if any
16526:
16527: * src/: classes/form.C, classes/mail.C, classes/op.C,
16528: classes/xnode.h, main/compile.tab.C, main/execute.C,
16529: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
16530: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
16531: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
16532: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
16533: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
16534: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
16535: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
16536: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
16537: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16538: types/pa_vstateless_object.h, types/pa_vstatus.C,
16539: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16540: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16541: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16542: types/pa_wwrapper.h: static fix merged
16543:
16544: * src/: main/compile.tab.C, types/pa_vobject.C: killed
16545: $virtual_fields in dynamic, but one can reach derived
16546: static[class] variable from base
16547:
16548: * src/: classes/op.C, types/pa_value.h, types/pa_vmethod_frame.h,
16549: types/pa_vobject.C, types/pa_vobject.h,
16550: types/pa_vstateless_class.C, types/pa_vstateless_class.h: fixed
16551: statics, left $virtual_fields in dynamic
16552:
16553: * src/types/: pa_vobject.C, pa_vstateless_class.C: realized that
16554: one can't remember derivates in base class: there's so many of
16555: them. also there can be no virtual method calls in static
16556: classes
16557:
16558: * src/: classes/form.C, classes/mail.C, classes/op.C,
16559: classes/xnode.h, main/execute.C, main/pa_request.C,
16560: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
16561: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
16562: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
16563: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
16564: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
16565: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
16566: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
16567: types/pa_vresponse.C, types/pa_vresponse.h,
16568: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
16569: types/pa_vstateless_object.h, types/pa_vstatus.C,
16570: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.C,
16571: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
16572: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
16573: types/pa_wwrapper.h: static call $self fixed
16574:
16575: * src/main/execute.C: comment
16576:
16577: * src/: classes/op.C, types/pa_value.h, types/pa_vobject.h:
16578: ^process[$caller.self]{...} now compiles to last derived object
16579: part of that 'self'
16580:
16581: 2002-10-29 paf
16582:
16583: * src/targets/isapi/parser3isapi.C: comment on 404 bad status
16584: re-passing [iis to blame]
16585:
16586: * src/classes/string.C: changed string.save to pass current sql
16587: connection to cstr thus one can ^connect[some server]{
16588: $s[insert into table x (x) values (^taint[sql]{value})]
16589: ^s.save[some.sql] } and he'd get in some.sql file code with
16590: properly escaped. [tried in mssql->mysql export->import of
16591: binary data]
16592:
16593: 2002-10-25 paf
16594:
16595: * src/types/pa_vresponse.C: case insensitive response user fields
16596: get/put
16597:
16598: * src/: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
16599: types/pa_vresponse.C: saving for maybe-future
16600:
16601: 2002-10-23 paf
16602:
16603: * operators.txt, src/classes/table.C: ^table.hash{code}...
16604: ^table.hash(expr)...
16605:
16606: * src/types/pa_vmail.C: email whitespace trimBoth-ed
16607:
16608: 2002-10-22 paf
16609:
16610: * src/types/: pa_vform.C, pa_vform.h: removed needless
16611: VForm::Append...(...Value)
16612:
16613: * src/main/execute.C: $.name outside of $name[...] checked
16614:
16615: * src/main/: compile.tab.C, compile.y: lexer changed to fix
16616: ^call[]^#HH bug [that situation yelded no EON, which whas wrong]
16617:
16618: 2002-10-21 paf
16619:
16620: * operators.txt, src/types/pa_vform.C, src/types/pa_vform.h:
16621: $form:qtail $form:imap.x/y
16622:
16623: * operators.txt, src/types/pa_vform.C: $form:nameless =
16624: "?value&...", "...&value&...", "...&value"
16625:
16626: * operators.txt, src/types/pa_vform.C: $form:image-map
16627:
16628: * operators.txt, src/classes/file.C: /some/page.html:
16629: ^file:fullpath[a.gif] => /some/a.gif
16630:
16631: 2002-10-17 paf
16632:
16633: * src/main/: compile.tab.C, compile.y: operators precedence changed
16634: a little: logical not and bitwise negation precedence made
16635: highest, << and >> bitshits precedence made equal [were << higher
16636: than >>]
16637:
16638: * src/classes/op.C: exception handling fixed [were bad with
16639: contexts]
16640:
16641: 2002-10-16 paf
16642:
16643: * src/: classes/op.C, include/pa_request.h, main/execute.C,
16644: main/pa_request.C: Request::self considered equal to
16645: VMethodFrame::self, and removed, Request::get_self() mapped to
16646: VMethodFrame.self()
16647:
16648: * src/: classes/op.C, main/pa_request.C: VMainClass now has name =
16649: $hash in open field now gives old good error meesage
16650:
16651: 2002-10-15 paf
16652:
16653: * src/types/pa_vjunction.h: ^if(def $junction){was true}{now false}
16654: use ^if($junction is junction){was and now true}
16655:
16656: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
16657: include/pa_pool.h, main/pa_charset.C, main/pa_pool.C,
16658: types/pa_vxnode.C: xml->parser strings now have origin, which
16659: points to place where value left xml library and came to parser:
16660: place of dom field extraction/call
16661:
16662: * src/: classes/op.C, include/pa_opcode.h, include/pa_request.h,
16663: main/compile.tab.C, main/compile.y, main/execute.C,
16664: types/pa_vmethod_frame.h: removed last pieces of old code
16665: allowing $junction.xxx at compile time
16666:
16667: * ChangeLog, src/classes/op.C, src/main/compile.tab.C,
16668: src/main/compile.y, src/types/pa_vmethod_frame.h: process[self]
16669: objects also considered [were only classes]
16670:
16671: * ChangeLog, src/classes/op.C, src/include/pa_request.h,
16672: src/types/pa_vmethod_frame.h: ^process[CLASS]{body} now executed
16673: with CLASS self. [ (request&method_frame).self temporarily
16674: changed ]
16675:
16676: * src/classes/: hash.C, op.C: method_frame now always changed, with
16677: no exception to native calls. for&foreach changed to use
16678: method_frame.caller for their var's name context
16679:
16680: * src/: main/execute.C, targets/cgi/parser3.C,
16681: types/pa_vstateless_class.C, types/pa_vstateless_class.h:
16682: compiling to system classes disabled
16683:
16684: * operators.txt, src/classes/op.C:
16685: ^process[$caller.CLASS]{code-string} added
16686:
16687: * operators.txt, src/classes/op.C, src/main/compile.tab.C,
16688: src/main/compile.y, src/main/execute.C, src/main/pa_request.C,
16689: src/types/Makefile.am, src/types/pa_vjunction.C,
16690: src/types/pa_vjunction.h, src/types/pa_vmethod_frame.h,
16691: src/types/types.dsp: removed $junction.get $junction.set[]
16692: introducing $caller
16693:
16694: * src/types/pa_value.h: removed outdated comments. doxygen would
16695: find them lower by inheritance tree
16696:
16697: * src/types/pa_vjunction.C: ident
16698:
16699: 2002-10-14 paf
16700:
16701: * src/classes/op.C: process compiles to code's class class
16702:
16703: * src/: classes/form.C, classes/mail.C, classes/op.C,
16704: include/pa_request.h, main/compile.C, main/compile.tab.C,
16705: main/compile.y, main/execute.C, main/pa_request.C,
16706: types/pa_vstateless_class.h: operators now main-class-methods
16707:
16708: * src/: classes/op.C, include/pa_request.h: ^try{^call{}} now has
16709: better stack trace [has "call" & co there]
16710:
16711: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
16712: operators @auto now executed in MAIN context
16713:
16714: * src/main/execute.C: operator execution context now = MAIN, not
16715: closest stack frame
16716:
16717: @touchit[] $i[after]
16718:
16719: ----t.html $i[before] << local ^touchit[] $i << now 'before',
16720: were 'after'
16721:
16722: ---t.html $i[before] << notlocal [main] ^touchit[] $i << now
16723: 'after'
16724:
16725: * src/main/execute.C: comment
16726:
16727: * src/types/: pa_vclass.C, pa_vobject.h, pa_vstateless_class.C,
16728: pa_vstateless_class.h: $form:CLASS resurrected [wes killed in
16729: action]
16730:
16731: * src/types/pa_vxnode.C: misreplace fixed
16732:
16733: * configure, configure.in, src/include/pa_config_auto.h.in,
16734: src/types/pa_vstatus.C, operators.txt:
16735: $status:rusage.tv_secs/usecs introduced
16736:
16737: 2002-10-09 paf
16738:
16739: * src/classes/: double.C, int.C, string.C: ^string.int[] now failes
16740: on empty string [or uses (default)]
16741:
16742: 2002-10-08 paf
16743:
16744: * src/main/untaint.C: mail header quoted printable changed after
16745: RFC reread
16746:
16747: * operators.txt: plan on ^if(method
16748:
16749: * src/types/pa_vxnode.C: misreplace
16750:
16751: 2002-09-24 paf
16752:
1.116 moko 16753: * src/targets/cgi/Makefile.am: LIBS were bad name in .am
1.95 moko 16754:
16755: * src/types/pa_vmail.C: HAVE_TIMEZONE & co now checked and
16756: mailreceive would compile on freebsd now
16757:
16758: * src/include/pa_config_fixed.h, src/types/pa_vmail.C, acconfig.h,
16759: configure, configure.in, src/include/pa_config_auto.h.in,
1.116 moko 16760: src/targets/cgi/Makefile.am: HAVE_TIMEZONE & co now checked and
16761: mailreceive would compile on freebsd now
1.95 moko 16762:
16763: * src/: classes/file.C, main/untaint.C: 1. file spec language
16764: changed: now there are only few chars are untainted: * ? ' " < >
16765: | and, on unix, : \ ~ [russian letters and SPACES now enabled,
16766: one should use ^untaint[uri]{...} now]
16767:
16768: 2. $list[^file:list[dir]] now returns simply tainted names in
16769: $list.name, not tainted as filespec
16770:
16771: @russianindex[] #dir with files with russian-lang names
16772: $where[dir]
16773:
16774: $dir[^file:list[$where;\.txt^$]] ^dir.menu{ <a
16775: href=$where/^untaint[uri]{$dir.name}>$dir.name</a><br> }
16776:
16777: 2002-09-23 paf
16778:
16779: * src/types/pa_vdouble.h: double->int round added
16780:
16781: * src/classes/date.C: date bug fix, now
16782: round(floatDays*secondsPerDay)
16783:
16784: * src/classes/date.C: date bug fix, now
16785: round(floatDays*secondsPerDay)
16786:
16787: 2002-09-20 paf
16788:
16789: * src/main/execute.C: code junction calls disabled [before: code
16790: was compiled in such a way, that there were no code-junctions in
16791: OP_CALL]
16792:
16793: this now error: @badjunctioncall[] ^badjunctioncallinside{code}
16794:
16795: @badjunctioncallinside[code] ^code[]
16796:
16797: * src/main/: compile.tab.C, compile.y: changed grammer on junction
16798: expanding to include ^junction.method
16799:
16800: * src/main/pa_common.C: -d "DIR/" now true
16801:
16802: * src/classes/xdoc.C: xdoc::create[name] now sets $request:charset
16803: as internal xdoc encoding, and after decoding attributes set by
16804: dom functions now encoded OK, not as digital entities
16805:
16806: * src/classes/xdoc.C: empty transform result, being taken as file
16807: now returns empty file, not raises stupid error about "stat-ed
16808: file"
16809:
16810: * src/types/pa_vhash.h: hash.foreach modification of existing keys
16811: allowed
16812:
16813: * src/types/types.dsp: introducing $junction.get/put(1) one can
16814: write iterators now:
16815:
16816: ^user-foreach[key;value]{$key=$value<br>}
16817:
16818: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16819: $code.value($i*2) $code }
16820:
16821: * src/main/compile_tools.h: mistype
16822:
1.116 moko 16823: * src/targets/cgi/Makefile.am: binaries now depend on makefiles,
16824: thus taking linking options configure changes into account [were:
16825: ignoring]
1.95 moko 16826:
16827: * src/types/: pa_vjunction.C, Makefile.am: introducing
16828: $junction.get/put(1) one can write iterators now:
16829:
16830: ^user-foreach[key;value]{$key=$value<br>}
16831:
16832: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16833: $code.value($i*2) $code }
16834:
16835: * src/: include/pa_opcode.h, include/pa_request.h,
16836: main/compile.tab.C, main/compile.y, main/execute.C,
16837: main/main.dsp, targets/cgi/parser3.dsp, types/pa_vjunction.h:
16838: introducing $junction.get/put(1) one can write iterators now:
16839:
16840: ^user-foreach[key;value]{$key=$value<br>}
16841:
16842: @user-foreach[key;value;code] ^for[i](1;10){ $code.key($i)
16843: $code.value($i*2) $code }
16844:
16845: 2002-09-19 paf
16846:
1.116 moko 16847: * Makefile.am: new: make commit
1.95 moko 16848:
16849: * aclocal.m4: forced to be older
16850:
16851: 2002-09-18 paf
16852:
16853: * parser3.dsw, src/include/pa_opcode.h, src/main/compile.tab.C,
16854: src/main/compile.y, src/main/execute.C: << >> int shifts
16855:
16856: * src/: include/pa_common.h, include/pa_request.h,
16857: main/pa_common.C, main/pa_request.C: auto.p exists but unreadable
16858: - now this - fatal error
16859:
16860: * src/classes/file.C: ^file::exec/cgi $.stdin[can be file now] so
16861: that one can pass binary data there
16862:
16863: * src/: classes/date.C, classes/double.C, classes/file.C,
16864: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
16865: classes/op.C, classes/response.C, classes/string.C,
16866: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
16867: include/pa_request.h: pa_request contexts made privated, plus
16868: get_{self/method_frame} to read. Request_context_saver used in
16869: ^try to save flang too. [were not saved]
16870:
16871: * src/types/pa_vresponse.C: header value chains joined before
16872: output, this should help $.subject[$var $var] from being
16873: converted to subject: ?koi8-r?Q?...?= ?koi8-r?Q?...?=
16874:
16875: 2002-09-17 paf
16876:
16877: * src/: main/execute.C, types/pa_value.h, types/pa_vmethod_frame.h:
16878: removed changes, operators executed with calling self. lots of
16879: code with ^include code relies on defined/defining self variables
16880:
16881: $a[1] ^include[print_a.p] print_a.p: $a
16882:
16883: ^include[set_a.p] a=$a set_a.p: $a[1]
16884:
16885: * src/: classes/op.C, main/execute.C, main/pa_request.C,
16886: types/pa_value.C, types/pa_value.h, types/pa_vmethod_frame.h,
16887: types/pa_vstateless_class.h: operators now executed with MAIN
16888: self. it's for ^include sake, too strong a change
16889:
16890: * src/classes/op.C: made place for ^process to compile it's code to
16891: in case of no self
16892:
16893: * src/main/execute.C: found ancient param to Junction, removed.
16894: allowed passing self to native_code_operators [for ^process to
16895: work, she needs self]
16896:
16897: * src/: main/execute.C, types/pa_value.C, types/pa_value.h,
16898: types/pa_vstateless_class.h: found ancient param to Junction,
16899: removed. allowed passing self to native_code_operators [for
16900: ^process to work, she needs self]
16901:
16902: * src/: main/execute.C, main/pa_request.C, types/pa_value.C,
16903: types/pa_value.h, types/pa_vmethod_frame.h,
16904: types/pa_vstateless_class.h: allowed Request.self to be 0,
16905: checked that in VMethodFrame get/put and $self.
16906:
16907: * src/classes/: table.C, xdoc.C: table::sql options table::create
16908: copy options options checked, wrong option now fatal error
16909:
16910: * src/main/pa_string.C: string.replace fixed [were missing words on
16911: pieces boundaries]
16912:
1.150 moko 16913: * configure, configure.in: .so now detected [can be .sl on hpux,
16914: .dll on cygwin, .so in other cases)
1.95 moko 16915:
16916: * configure, configure.in: .so now detected [can be .sl on hpux,
16917: .dll on cygwin, .so in other cases)
16918:
16919: * operators.txt, src/classes/hash.C, src/classes/table.C,
16920: src/include/pa_globals.h, src/main/pa_globals.C: table.sql
16921: hash::sql flag to allow duplicate keys [$.distinct(1/0)] first
16922: record taken [were last]
16923:
16924: * src/: classes/hash.C, classes/table.C,
16925: include/pa_sql_connection.h: table.sql hash::sql duplicate keys
16926: now errors
16927:
16928: * src/classes/hash.C: foreach delims bug fixed [were ,2,3]
16929:
16930: * src/classes/: op.C, table.C: menu/for delims bug fixed [were
16931: ,2,3]
16932:
16933: 2002-09-16 paf
16934:
16935: * src/classes/file.C: file::cgi line ends can be both unix & dos.
16936: and they can be unix [\n\n] on win when 'use CGI' used, it causes
16937: stdout to be binary. now detected closest header break.
16938:
16939: * src/: main/untaint.C, types/pa_vmail.C: mail:send closing ?= now
16940: closed right
16941:
16942: 2002-09-13 paf
16943:
16944: * operators.txt, src/main/compile.tab.C, src/main/compile.y,
16945: src/main/compile_tools.h: (expression #comment)
16946:
16947: (multiline expression #comment line2 #comment )
16948:
16949: (expression #comment with (brackets) comment) << OK
16950:
16951: * operators.txt, src/main/compile.tab.C, src/main/compile.y: !|
16952: bitwise !|| numerical xor now [preparing for expression
16953: #comments]
16954:
16955: * src/main/: compile.tab.C, compile.y: @method[$name] now parse
16956: error
16957:
16958: * src/: include/pa_config_fixed.h, main/pa_socks.C: HAVE_WINSOCK_H
16959: cheched in pa_socks.C
16960:
1.116 moko 16961: * configure, configure.in, src/include/pa_config_auto.h.in:
16962: HAVE_WINSOCK_H created in configure.in
1.95 moko 16963:
16964: * src/: main/compile.tab.C, main/compile.y, types/pa_vresponse.C:
16965: cookie date now clean [were mistakenly tainted & that worked bad
16966: with opera -- 'happily' that worked OK with msie]
16967:
16968: 2002-09-12 paf
16969:
16970: * src/types/: pa_vclass.C, pa_vmail.C, pa_vobject.C: VObject &
16971: VClass get_element now first looks to fields, next to methods &
16972: co todo: the rest reason: more speed
16973:
16974: * src/main/untaint.C: quoted printable encoding stops before
16975: \s*<...>$
16976:
16977: * src/main/untaint.C: quoted printable ' ' now =20 and encoding
16978: stops before <...>$
16979:
16980: 2002-09-11 paf
16981:
16982: * src/: main/pa_charset.C, targets/cgi/parser3.dsp: while fixing (
16983: xmlCharEncodingInput/OutputFunc callbacks returned bad value )
16984: forgot to check users of those funcs. not all were using that
16985: return value convention
16986:
16987: * src/lib/pcre/ibm-1254.ucm, etc/parser3.charsets/windows-1254.cfg:
16988: windows-1254 added
16989:
16990: 2002-09-10 paf
16991:
16992: * src/: classes/op.C, main/execute.C, types/pa_wcontext.h:
16993: VCodeFrame parent param were specified badly
16994:
16995: * src/: main/execute.C, types/pa_value.h, types/pa_wwrapper.h:
16996: WWrapper which used in constructing objects(second param to sql
16997: method) ^...sql{}[$.default{code}] now has parent, wich helps
16998: code in hash to survivi
16999:
17000: * src/: include/pa_request.h, main/execute.C: removed redundant
17001: param to execute [stack said 'thanks']
17002:
17003: * src/: classes/op.C, main/execute.C, types/pa_value.C,
17004: types/pa_value.h, types/pa_vcode_frame.h,
17005: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17006: types/pa_wcontext.h, types/pa_wwrapper.h: moved junction kill
17007: responsibility to wcontext
17008:
17009: * src/classes/file.C: decided not to log exec's with stderr, that
17010: could be warnings, and it's up to scritper to log/show them
17011:
17012: * src/: classes/double.C, main/execute.C: double:sql badly called
17013: write_assign_lang, not write_no_lang, thus doing unnecessary
17014: double/string converstion, which were loosing time&precesion
17015:
17016: * src/: main/pa_charset.C, types/pa_vmail.C:
17017: xmlCharEncodingInput/OutputFunc callbacks returned bad value in
17018: case of unfinished in buffer processing, causing accidental
17019: transcode stop [in case that source enc != utf-8 & there is
17020: incomplete utf-8 sequence at the end of 16000block iside of
17021: libxml lib] tfm readed & code updated
17022:
17023: 2002-09-04 paf
17024:
17025: * configure: makes with sjlj
17026:
17027: * INSTALL, src/include/pa_config_fixed.h,
17028: src/include/pa_sql_connection.h,
17029: src/main/pa_sql_driver_manager.C: -with-sjlj-exceptions define
17030: checked. on win32 it made default
17031:
17032: * src/include/pa_config_auto.h.in: sjlj define
17033:
17034: * configure, configure.in: introducing --with-sjlj-exceptions [hpux
17035: can not work with longjump/throw pair, and one must switch that
17036: on there. todo: detect that automatically]
17037:
17038: * src/types/pa_vxnode.C: removed too strong checks of
17039: xnode.elements. now, for instance, if element does not have any
17040: attributes, $xnode.attributes is void, not error
17041:
17042: 2002-09-02 paf
17043:
17044: * operators.txt, src/main/execute.C, src/targets/cgi/parser3.dsp:
17045: removed double_result, didn't help
17046:
17047: * src/main/execute.C: double_result made to move that var away from
17048: hungry g++ optimizer (-O2), before: it were optimized and
17049: comparison operators worked badly
17050:
17051: * src/types/pa_vdate.h: removed debug
17052:
1.116 moko 17053: * Makefile.am, src/types/pa_vdate.h: happy now only install-exec
1.95 moko 17054:
17055: * src/main/execute.C: fixed numeric < & co so that thay now use
17056: c=a-b, c OPERATOR 0. this works fine on solaris/intel for still
17057: unknown reason.
17058:
17059: 2002-08-29 paf
17060:
17061: * parser3.dsw, src/classes/classes.dsp, src/classes/hash.C,
17062: src/classes/op.C, src/classes/string.C, src/include/pa_request.h,
17063: src/lib/md5/md5.dsp, src/main/execute.C, src/main/main.dsp,
17064: src/main/pa_request.C, src/targets/cgi/parser3.dsp,
17065: src/types/pa_value.C, src/types/pa_value.h, src/types/pa_vmail.C,
17066: src/types/pa_vmethod_frame.h, src/types/pa_wcontext.h,
17067: src/types/types.dsp: junction_cleaner moved to auto VMethodFrame
17068: [called less frequent, allowed to remove ugly
17069: Junction.change_context-s from many places, switch,
17070: mail:send..html{}, ..] request.root renamed to method_frame [more
17071: easyreading] ancient {...PUSH/POPs...} changed to stack vars
17072: [speed up]
17073:
17074: 2002-08-28 paf
17075:
17076: * src/types/pa_vcookie.C: $cookie:name[&] $cookie:name << now
17077: tainted
17078:
17079: * src/types/pa_vcookie.C: fixed cookie delete when
17080: $cookie:name[$.value[]]
17081:
17082: * operators.txt, src/classes/string.C:
17083: ^string.split[delim[;options]]
17084:
17085: 2002-08-27 paf
17086:
1.116 moko 17087: * etc/parser3.charsets/Makefile.am: merged from 3.0.0005
1.95 moko 17088:
17089: * operators.txt, src/main/compile.tab.C, src/main/compile.y: # now
17090: delimiter
17091:
17092: * INSTALL: recommended latest gmime 1.0.5
17093:
17094: 2002-08-26 paf
17095:
17096: * configure, configure.in: apache13/hook added to make dist.
17097:
17098: 2002-08-23 paf
17099:
17100: * src/: include/pa_common.h, main/pa_common.C,
17101: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: when auto.p
17102: beside binary [cgi, isapi] not accessible [due to bad rights or
17103: whatever] it's error now
17104:
17105: 2002-08-21 paf
17106:
1.116 moko 17107: * Makefile.am: can use: make happy equals to make update install
1.95 moko 17108:
17109: * src/main/: compile.tab.C, compile.y, compile_tools.C,
17110: compile_tools.h: "BASE:" "BASE::" syntax allowed, means "base
17111: class". compiled as if here they named base class
17112:
17113: * src/main/pa_string.C: fixed bad language bug, [were wrong string
17114: cloning constructor]
17115:
17116: * src/: main/execute.C, types/pa_vobject.h: fixed virtual calls
17117:
1.150 moko 17118: * src/: targets/cgi/parser3.C, types/pa_vfile.C, types/pa_vmail.C:
1.95 moko 17119: $mail.received.file.value.content-type fixed
17120:
17121: 2002-08-20 paf
17122:
17123: * src/classes/file.C: fixed language of file:file result
17124:
17125: * operators.txt, src/classes/void.C: ^void.pos[...] = -1 merged
17126: from 3.0.0005
17127:
17128: * operators.txt, src/classes/void.C: ^void.pos[...] = -1
17129:
17130: * operators.txt, src/classes/void.C: ^void.length[] = 0 merged from
17131: 3.0.0005
17132:
17133: * src/classes/void.C, operators.txt: ^void.length[] = 0
17134:
17135: 2002-08-19 paf
17136:
17137: * src/classes/xdoc.C: xdoc getElementsByTagName, ...NS overriden,
17138: work now
17139:
17140: * src/: classes/xnode.C, types/pa_vxdoc.C: xdoc.fields fixed [were
17141: error in xnode, which were not catched in xdoc]
17142:
17143: * src/: include/pa_stylesheet_connection.h, main/pa_globals.C:
17144: prepared: // validate each document after load/create (?)
17145: //xmlDoValidityCheckingDefaultValue = 1;
17146:
17147: 2002-08-15 paf
17148:
17149: * src/classes/classes.h: write to static var caused useless
17150: Exception, introduced Methoded::put_element wich consumes those
17151:
17152: * operators.txt, src/include/pa_common.h, src/main/pa_common.C,
17153: src/types/pa_vcookie.C, src/types/pa_vdate.h,
17154: src/types/pa_vresponse.C, src/types/pa_vresponse.h:
17155: $response:field[date] $response:field[$.xxx[date]]
17156:
17157: * src/: classes/hash.C, classes/string.C, classes/table.C,
17158: classes/void.C, include/pa_sql_connection.h: fixed source of
17159: ^hash::sql{bad}
17160:
17161: * operators.txt: $request:body unprecessed POST request body
17162:
17163: * src/types/pa_vrequest.C: $request:body unprecessed POST request
17164:
17165: * src/types/: pa_value.h, pa_vdate.h, pa_vrequest.C, pa_vxdoc.C,
17166: pa_vxnode.C: few barks: bark("%s field not found", 0, &aname)
17167:
17168: * operators.txt, src/classes/form.C, src/include/pa_pool.h,
17169: src/include/pa_request.h, src/main/pa_pool.C,
17170: src/types/pa_vform.C, src/types/pa_vform.h: planning/preparing_to
17171: $request:body r.post_data now const
17172:
17173: * src/: classes/image.C, classes/op.C, classes/xdoc.C,
17174: classes/xnode.C, main/execute.C, types/pa_value.h,
17175: types/pa_vhash.h, types/pa_vobject.C, types/pa_vobject.h,
17176: types/pa_vtable.h: instead of type() checking everywhere used
17177: Value.as now user descendants can be used in params.
17178:
17179: VObject::as_*, is_defined now taken from bases. xtable(table)
17180: ^if($xtable) now OK
17181:
17182: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.C,
17183: types/pa_vclass.h, types/pa_vobject.C, types/pa_vobject.h,
17184: types/pa_vxdoc.C, types/pa_vxdoc.h: is->as
17185:
17186: 2002-08-14 paf
17187:
17188: * src/: classes/xnode.h, main/execute.C, targets/cgi/parser3.dsp,
17189: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
17190: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17191: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17192: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17193: types/pa_vimage.h, types/pa_vmail.C, types/pa_vmail.h,
17194: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.C,
17195: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17196: types/pa_vresponse.C, types/pa_vresponse.h,
17197: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17198: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17199: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17200: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17201: types/pa_vxnode.h, types/pa_wwrapper.h: is now works with VObject
17202: & VClass
17203:
17204: * src/types/pa_vmail.C: mail: turned off utf8 to source transcoding
17205:
17206: * src/targets/cgi/: fixopt.C, fixopt.h, parser3.C, Makefile.am:
17207: removed fixopt stupidity. on stupid linux use cd /document/root
17208: ../cgi/parser3 script
17209:
17210: * src/targets/cgi/fixopt.C: fixopt now preprocesses command line
17211: params, splitting them by space, excluding argv[0], argv[argc-1]
17212:
17213: * src/targets/cgi/: Makefile.am, parser3.C, parser3.dsp, fixopt.C,
17214: fixopt.h: fixopt now preprocesses command line params, splitting
17215: them by space, excluding argv[0], argv[argc-1]
17216:
17217: * src/targets/cgi/parser3.C: -f config file
17218:
17219: * src/targets/cgi/parser3.C: fixed .log file dir
17220:
17221: 2002-08-13 paf
17222:
17223: * src/types/pa_vobject.C: allow override parent variables, useful
17224: for form descendants [in vobject too, were in vclass]
17225:
17226: * src/types/pa_vclass.C: allow override parent variables, useful
17227: for form descendants
17228:
17229: * src/types/pa_vclass.C: checked: form[vclass]fields can be
17230: overwritten in derived(table)
17231:
17232: * src/: classes/form.C, classes/mail.C, classes/op.C,
17233: classes/xnode.h, include/pa_request.h, main/execute.C,
17234: main/pa_request.C, types/pa_value.h, types/pa_vclass.C,
17235: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
17236: types/pa_vcookie.h, types/pa_vdate.h, types/pa_venv.h,
17237: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17238: types/pa_vhash.h, types/pa_vimage.h, types/pa_vmail.C,
17239: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17240: types/pa_vobject.C, types/pa_vobject.h, types/pa_vrequest.C,
17241: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
17242: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17243: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17244: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17245: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17246: types/pa_vxnode.h, types/pa_wwrapper.h: introduced
17247: Value::get_element(..., bool looking_down) [needed to exclude
17248: endless recoursion]
17249:
17250: * src/types/: pa_vclass.C, pa_vobject.C: reorganized modules todo:
17251: fix bug with put endless recoursion todo: check 'as'
17252:
17253: * src/types/: Makefile.am, pa_vclass.h, pa_vobject.h, types.dsp:
17254: reorganized modules todo: fix bug with put endless recoursion
17255: todo: check 'as'
17256:
17257: * src/types/pa_vobject.h: checked: table fields can be overwritten
17258: in derived(table)
17259:
17260: * src/types/pa_vobject.h: derived classes can have fields of their
17261: own now
17262:
17263: * src/: classes/table.C, types/pa_vtable.C, types/pa_vtable.h:
17264: fixed error message on using non-created table
17265:
17266: * src/: classes/form.C, classes/hash.C, classes/mail.C,
17267: classes/op.C, classes/xnode.h, include/pa_request.h,
17268: main/compile.C, main/compile.tab.C, main/execute.C,
17269: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17270: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17271: types/pa_vdate.h, types/pa_venv.h, types/pa_vfile.h,
17272: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
17273: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmail.C,
17274: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17275: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17276: types/pa_vresponse.C, types/pa_vresponse.h,
17277: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17278: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.h,
17279: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17280: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17281: types/pa_vxnode.h, types/pa_wwrapper.h: VObject.get/out now
17282: looking down/up tree todo: fix error message on non-constructed
17283: parents
17284:
17285: 2002-08-12 paf
17286:
17287: * src/types/: pa_vstateless_class.h, pa_vstateless_object.h: table
17288: derived OK
17289:
17290: * src/main/execute.C: ^base:create[] dynamic call rewritten todo:
17291: thorough testing
17292:
17293: * src/: main/compile.tab.C, main/compile.y, main/execute.C,
17294: main/pa_request.C, types/pa_value.h, types/pa_vclass.h,
17295: types/pa_vobject.h, types/pa_vstateless_class.h,
17296: types/pa_vstateless_object.h, types/pa_wcontext.h,
17297: types/pa_valiased.C, types/pa_valiased.h, types/Makefile.am:
17298: ^base:create[] dynamic call rewritten todo: thorough testing
17299:
17300: * src/types/: pa_value.h, pa_vclass.h, pa_vobject.h: VObject ctor
17301: now instantates base class, remembers it and saves child in
17302: parent VObject.get_class now returns last child = downward
17303: virtual calls OK
17304:
17305: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17306: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vfile.h,
17307: types/pa_vimage.h, types/pa_vint.h, types/pa_vmethod_frame.h,
17308: types/pa_vobject.h, types/pa_vresponse.h,
17309: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17310: types/pa_vstring.h, types/pa_vtable.h, types/pa_vxdoc.h,
17311: types/pa_vxnode.h, types/pa_wcontext.h, types/types.dsp: killed
17312: VAliased [redundant], moved $CLASS to VObject only [parser class
17313: instance]
17314:
17315: * src/main/pa_request.C: $response:body[file] content-type check
17316: fixed [were bad when content-type is hash]
17317:
17318: 2002-08-09 paf
17319:
17320: * src/: main/execute.C, types/pa_value.h, types/pa_vclass.h,
17321: types/pa_vobject.h, types/pa_vxdoc.h: started as()
17322:
17323: 2002-08-08 paf
17324:
17325: * operators.txt, src/classes/date.C, src/include/pa_globals.h,
17326: src/main/pa_globals.C: year column in month calendar [week year]
17327:
17328: * src/main/execute.C: error reporting on object writes to MAIN
17329: improved [were ruind with fixing $obj[^if(1){$obj}] ]
17330:
17331: * operators.txt, src/types/pa_vdate.h: $date.yearday
17332: $date.daylightsaving
17333:
17334: * src/: classes/mail.C, types/pa_vmail.C: in letter texts one can
17335: use tainted data now. only she must specify the language.
17336:
17337: ^mail:send[ $.from[paf@mail.design.ru]
17338: $.to[paf@mail.design.ru] $.subject[^taint[uri][ìîñêâà]=2]
17339: $.text[^taint[uri][ìîñêâà]=] ]
17340:
17341: * src/: classes/file.C, classes/op.C, types/pa_vfile.C: ^process
17342: now prints more precise origin
17343:
17344: * src/include/pa_string.h: String::first_char now not fails on
17345: empty strings ^if(-f '') now ok and in 3 other places.
17346:
17347: * operators.txt, src/include/pa_string.h, src/main/pa_string.C:
17348: String::first_char now not fails on empty strings ^if(-f '') now
17349: ok and in 3 other places.
17350:
17351: 2002-08-07 paf
17352:
17353: * src/: classes/string.C, main/pa_string.C: ^string.mid(0;bad)
17354: fixed
17355:
17356: * src/main/pa_string.C: ^string.mid(0;bad) fixed
17357:
17358: * src/: main/execute.C, types/pa_vcode_frame.h,
17359: types/pa_vmethod_frame.h, types/pa_wcontext.C,
17360: types/pa_wcontext.h, types/pa_wwrapper.h: vcodeframe were
17361: mistakenly not completely transparent to object writes.
17362: $hash[^if(1){$hash}] now works
17363:
17364: * operators.txt, src/classes/op.C: ^cache...{...^cache<<to past...}
17365: now erasing cache file [there were bad check on that]
17366:
17367: * src/: classes/classes.dsp, classes/table.C,
17368: lib/pcre/pcre_parser_ctype.dsp, main/pa_array.C, types/types.dsp:
17369: all Debug dirs in .dsp now named 'Debug'
17370:
1.116 moko 17371: * etc/parser3.charsets/Makefile.am: all included into dist
1.95 moko 17372:
17373: * operators.txt, src/classes/mail.C: exception_type email.send
17374:
17375: * operators.txt, src/types/pa_vmail.C: exception_type email.format
17376:
17377: * src/types/pa_vmail.C: mail:send empty email checked
17378:
17379: 2002-08-06 paf
17380:
17381: * operators.txt, src/classes/table.C, src/include/pa_array.h,
17382: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
17383: ^table::create[$source;$.options] ^table::join[$source;$.options]
17384:
17385: * operators.txt, src/classes/hash.C, src/classes/string.C,
17386: src/classes/table.C: sql options can be string now ^xxx:sql{...}[
17387: # $.default() }
17388:
17389: * src/classes/file.C: $f[file::cgi] $f.UPPER case fields
17390:
17391: * src/: classes/file.C, include/pa_globals.h, main/pa_globals.C,
17392: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h:
17393: $file.content-type [instead of .mime-type] now works for
17394: file::stat also
17395:
17396: * src/main/pa_request.C: case insensitive mime_type_of
17397:
17398: 2002-08-05 paf
17399:
17400: * src/types/pa_vxnode.C: xnode.childNodes now 0... [were 1...]
17401:
17402: * src/types/pa_vmail.C: file buffer relocated to parser heap
17403:
17404: * operators.txt: comment on date:calendar week column
17405:
17406: * src/main/pa_common.C: write checked
17407:
17408: * src/main/: pa_common.C: write checked
17409:
17410: * src/classes/date.C: +1 buf size for stupid snprintfs
17411:
17412: * src/: classes/date.C, include/pa_globals.h, main/pa_globals.C:
17413: month calendar week column [ISO 8601 Week Numbers]
17414:
17415: 2002-08-02 paf
17416:
17417: * src/: include/pa_config_fixed.h, main/pa_string.C,
17418: targets/cgi/getopt.c, targets/cgi/parser3.C: removed #define
17419: DEBUG*
17420:
17421: * configure, configure.in, src/include/pa_version.h: release
17422: 3_0_0005
17423:
17424: * src/types/: pa_vclass.h, pa_vform.C, pa_vobject.h: opera
17425: multipart post fixed
17426:
17427: * operators.txt, src/main/pa_request.C, src/types/pa_vform.C:
17428: response transcoded source->client only when text/* or simple
17429: onoverridden $response:body
17430:
17431: 2002-08-01 paf
17432:
17433: * src/: classes/classes.C, classes/classes.h, classes/date.C,
17434: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
17435: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
17436: classes/op.C, classes/response.C, classes/string.C,
17437: classes/table.C, classes/void.C, classes/xdoc.C, classes/xnode.C,
17438: classes/xnode.h, include/pa_array.h, include/pa_cache_managers.h,
17439: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17440: include/pa_config_fixed.h, include/pa_dictionary.h,
17441: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
17442: include/pa_globals.h, include/pa_hash.h, include/pa_opcode.h,
17443: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
17444: include/pa_socks.h, include/pa_sql_connection.h,
17445: include/pa_sql_driver_manager.h, include/pa_stack.h,
17446: include/pa_string.h, include/pa_stylesheet_connection.h,
17447: include/pa_stylesheet_manager.h, include/pa_table.h,
17448: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17449: lib/md5/pa_md5.h, lib/md5/pa_md5c.c,
17450: lib/pcre/pcre_parser_ctype.c, main/compile.C, main/compile.tab.C,
17451: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17452: main/pa_array.C, main/pa_cache_managers.C, main/pa_charset.C,
17453: main/pa_charsets.C, main/pa_common.C, main/pa_dictionary.C,
17454: main/pa_dir.C, main/pa_exception.C, main/pa_exec.C,
17455: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
17456: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
17457: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
17458: main/pa_uue.C, main/untaint.C, sql/pa_sql_driver.h,
17459: targets/cgi/pa_pool.C, targets/cgi/pa_threads.C,
17460: targets/cgi/parser3.C, targets/cgi/pool_storage.h,
17461: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17462: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
17463: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.C,
17464: types/pa_value.h, types/pa_vbool.h, types/pa_vclass.h,
17465: types/pa_vcode_frame.h, types/pa_vcookie.C, types/pa_vcookie.h,
17466: types/pa_vdate.h, types/pa_vdouble.h, types/pa_venv.h,
17467: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
17468: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
17469: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
17470: types/pa_vmail.C, types/pa_vmail.h, types/pa_vmath.h,
17471: types/pa_vmethod_frame.h, types/pa_vobject.h,
17472: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
17473: types/pa_vresponse.h, types/pa_vstateless_class.C,
17474: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
17475: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
17476: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
17477: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
17478: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
1.119 moko 17479: types/pa_wcontext.h, types/pa_wwrapper.h: Date: now
1.95 moko 17480:
17481: * src/: classes/classes.C, classes/classes.dsp, classes/classes.h,
17482: classes/date.C, classes/double.C, classes/file.C, classes/form.C,
17483: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
17484: classes/math.C, classes/op.C, classes/response.C,
17485: classes/string.C, classes/table.C, classes/void.C,
17486: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
17487: include/pa_array.h, include/pa_cache_managers.h,
17488: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
17489: include/pa_config_fixed.h, include/pa_config_includes.h,
17490: include/pa_dictionary.h, include/pa_dir.h,
17491: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
17492: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
17493: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
17494: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
17495: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
17496: include/pa_stack.h, include/pa_string.h,
17497: include/pa_stylesheet_connection.h,
17498: include/pa_stylesheet_manager.h, include/pa_table.h,
17499: include/pa_threads.h, include/pa_types.h, include/pa_uue.h,
17500: lib/md5/pa_md5.h, lib/md5/pa_md5c.c, main/compile.C,
17501: main/compile_tools.C, main/compile_tools.h, main/execute.C,
17502: main/main.dsp, main/pa_array.C, main/pa_cache_managers.C,
17503: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
17504: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
17505: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
17506: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
17507: main/pa_sql_driver_manager.C, main/pa_string.C,
17508: main/pa_stylesheet_manager.C, main/pa_table.C, main/pa_uue.C,
17509: main/untaint.C, sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
17510: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
17511: targets/cgi/parser3.dsp, targets/cgi/pool_storage.h,
17512: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
17513: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17514: targets/isapi/pool_storage.h, types/pa_valiased.C,
17515: types/pa_valiased.h, types/pa_value.C, types/pa_value.h,
17516: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
17517: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
17518: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.C,
17519: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
17520: types/pa_vhash.h, types/pa_vimage.C, types/pa_vimage.h,
17521: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmail.C,
17522: types/pa_vmail.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
17523: types/pa_vobject.h, types/pa_vrequest.C, types/pa_vrequest.h,
17524: types/pa_vresponse.C, types/pa_vresponse.h,
17525: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
17526: types/pa_vstateless_object.h, types/pa_vstatus.C,
17527: types/pa_vstatus.h, types/pa_vstring.C, types/pa_vstring.h,
17528: types/pa_vtable.C, types/pa_vtable.h, types/pa_vvoid.h,
17529: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
17530: types/pa_vxnode.h, types/pa_wcontext.C, types/pa_wcontext.h,
17531: types/pa_wwrapper.h, types/types.dsp, Makefile.am,
17532: classes/Makefile.am, main/Makefile.am, targets/cgi/Makefile.am,
17533: types/Makefile.am: ident.C* removed
17534:
17535: * operators.txt, src/classes/file.C, src/main/pa_request.C:
17536: file:find[/can/do/this/now.txt]
17537:
17538: * src/targets/cgi/parser3.C: usage to stdout now
17539:
17540: 2002-07-31 paf
17541:
17542: * src/types/pa_vmail.C: mail: errors-to: now default "postmaster"
17543:
17544: * src/: classes/mail.C, types/pa_vmail.C: mail: errors-to: now
17545: default "postmaster"
17546:
17547: * src/: classes/mail.C, types/pa_vmail.C: mail from/to now must be.
17548: -f postmaster now default sendmail key word "postmaster"
17549: replaced to $.from
17550:
17551: 2002-07-30 paf
17552:
1.116 moko 17553: * configure, configure.in, src/targets/cgi/pa_config_paths.h.in,
17554: src/targets/cgi/parser3.C: removed pa_config_paths.h
1.95 moko 17555:
17556: * src/main/pa_charset.C: comment
17557:
17558: * src/main/pa_charset.C: UTF-8 to 1byte charset convert, no char in
17559: table, &#decimal;
17560:
17561: * src/main/pa_request.C: comment
17562:
17563: * etc/parser3.charsets/windows-1251.cfg: section sign [russian
17564: paragraf]
17565:
17566: 2002-07-11 paf
17567:
17568: * src/main/pa_exec.C: build command line badly added params twice
17569: [and first time without ' ']. double wrong. fixed.
17570:
17571: * src/main/pa_exec.C: invalid .exe caused error message with params
17572: wich parser did not provide = reported badly. fixed that.
17573:
17574: * src/classes/mail.C: $MAIL[ # xxx ]
17575:
17576: now ok
17577:
17578: * operators.txt: plan: sql detailed exception
17579:
17580: 2002-07-01 paf
17581:
17582: * src/: classes/form.C, main/pa_request.C: @conf bug fixed
17583: [MForm.configure_admin were called when request.main_class ==0
17584:
17585: * src/classes/form.C: 10*0x400*400 bug fix [4M not 10M]
17586:
17587: * src/classes/form.C: content_length type fix
17588:
17589: 2002-06-30 paf
17590:
17591: * src/classes/mail.C: merged from 4
17592:
17593: * src/classes/mail.C: restored $MAIL
17594:
17595: 2002-06-28 paf
17596:
17597: * configure, configure.in: removed paths.h
17598:
1.116 moko 17599: * configure, src/include/pa_version.h,
1.95 moko 17600: src/targets/cgi/pa_config_paths.h.in: lates changes from 4 build
17601: merged, makes updated
17602:
17603: * ChangeLog, configure, operators.txt, src/classes/xdoc.C,
17604: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17605: src/include/pa_pool.h, src/include/pa_version.h,
17606: src/main/pa_charset.C, src/main/pa_pool.C,
17607: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.dsp,
17608: src/types/pa_vmail.C: merged latest updates to head
17609:
17610: 2002-06-27 paf
17611:
17612: * src/targets/: cgi/parser3.dsp, isapi/parser3isapi.dsp: post-build
17613: not error now
17614:
17615: * operators.txt, src/classes/xdoc.C, src/include/pa_charset.h,
17616: src/include/pa_config_fixed.h, src/include/pa_pool.h,
17617: src/main/pa_charset.C, src/main/pa_pool.C:
17618: ^xdoc::create[[uri]]... base uri for document being created,
17619: imports and other relative file names would be relative to this
17620: uri default uri=path_translated
17621:
17622: * src/classes/xdoc.C: xsltParseStylesheetDoc bug workaround
17623:
17624: 2002-06-26 paf
17625:
17626: * configure, configure.in, src/include/pa_version.h:
17627: release_3_0_0004
17628:
17629: * src/main/pa_string.C: blank string '', ' <whitespace>' considered
17630: 0 now
17631:
17632: * src/targets/cgi/parser3.C: /cgi-bin/parser empty filename checked
17633:
17634: 2002-06-25 paf
17635:
17636: * src/main/pa_string.C: emtpy string, or string of whitespaces
17637: considered bad number now
17638:
17639: * operators.txt, src/classes/xdoc.C: ^xdoc.transform[xdoc <<can be
17640: now
17641:
17642: * operators.txt, src/classes/string.C: ^string.normalize [old
17643: name: optimize
17644:
17645: * configure, configure.in, src/include/pa_config_auto.h.in: crypt
17646: library configured
17647:
17648: * src/main/pa_request.C: configure_admin forced if no @conf
17649:
1.150 moko 17650: * operators.txt, src/classes/math.C, src/types/pa_vmail.C:
17651: ^math:crypt updated to generate random salt when needed and to
17652: call system crypt() if not $apr1$ prefix
1.95 moko 17653:
17654: 2002-06-24 paf
17655:
17656: * INSTALL: --with-static/shared-mailreceive described
17657:
17658: * src/include/pa_config_fixed.h: ssize_t fixed
17659:
1.116 moko 17660: * configure, configure.in, src/include/pa_config_auto.h.in,
17661: src/targets/cgi/Makefile.am, src/types/Makefile.am,
1.95 moko 17662: src/types/pa_vmail.C: $mail:received makes update
17663:
17664: * src/: include/pa_config_fixed.h, types/pa_vmail.C: #ifdef
17665: WITH_MAILRECEIVE
17666:
17667: * src/targets/cgi/parser3.C: #ifdef WITH_MAILRECEIVE
17668:
17669: * src/targets/cgi/: getopt.c, getopt.h: introducing parser -m
17670: option, for $mail:receive
17671:
17672: * src/types/: pa_vmail.C, pa_vmail.h: uue to separate file
17673: introducting $message:received ^mail:send rewritten with backward
17674: comp
17675:
17676: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
17677: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
17678: types/types.dsp: win32xml win32mailreceive pseudomodules paths
17679: now
17680:
17681: * operators.txt, src/classes/mail.C, src/include/Makefile.am,
17682: src/include/pa_charset.h, src/include/pa_config_fixed.h,
17683: src/include/pa_request.h, src/include/pa_string.h,
17684: src/include/pa_uue.h, src/main/Makefile.am, src/main/main.dsp,
17685: src/main/pa_globals.C, src/main/pa_request.C,
17686: src/main/pa_string.C, src/main/pa_uue.C,
17687: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.C,
17688: src/targets/cgi/parser3.dsp, src/targets/isapi/parser3isapi.C,
17689: src/types/pa_vform.C, src/types/pa_vform.h, src/types/types.dsp:
17690: uue to separate file introducting $message:received ^mail:send
17691: rewritten with backward comp
17692:
17693: 2002-06-21 paf
17694:
1.116 moko 17695: * src/lib/: Makefile.am, md5/pa_md5.h: lib restructure apache .am &
17696: co changes
1.95 moko 17697:
1.116 moko 17698: * configure, configure.in, src/lib/md5/Makefile.am,
17699: src/lib/md5/pa_md5c.c, src/targets/cgi/Makefile.am: lib
17700: restructure .in and .am files appropriate changes
1.95 moko 17701:
17702: * src/lib/md5/: md5.dsp, pa_md5.h, pa_md5c.c: moved libltdl and
17703: pcre to libs/ added libs/md5 which is linked to non-apache
17704: targets ^math:crypt[password;$apr1$salt]
17705:
17706: * INSTALL, configure.in, operators.txt, parser3.dsw,
17707: src/Makefile.am, src/classes/Makefile.am,
17708: src/classes/classes.dsp, src/classes/math.C,
17709: src/lib/md5/Makefile.am, src/lib/pcre/LICENCE,
1.116 moko 17710: src/lib/pcre/Makefile.am, src/lib/pcre/README,
17711: src/lib/pcre/Tech.Notes, src/lib/pcre/dftables.c,
17712: src/lib/pcre/get.c, src/lib/pcre/ibm-1250.ucm,
17713: src/lib/pcre/ibm-1251.ucm, src/lib/pcre/ibm-1257.ucm,
17714: src/lib/pcre/internal.h, src/lib/pcre/maketables.c,
17715: src/lib/pcre/pcre-2_08.tar.gz, src/lib/pcre/pcre.3,
17716: src/lib/pcre/pcre.3.html, src/lib/pcre/pcre.3.txt,
17717: src/lib/pcre/pcre.c, src/lib/pcre/pcre.dsp, src/lib/pcre/pcre.h,
1.95 moko 17718: src/lib/pcre/pcre_dftables.dsp, src/lib/pcre/pcre_parser_ctype.c,
17719: src/lib/pcre/pcre_parser_ctype.dsp,
17720: src/lib/pcre/ruspart_win2koi.pl, src/lib/pcre/study.c,
17721: src/lib/pcre/win-koi.tab, src/main/Makefile.am,
17722: src/main/compile.tab.C, src/main/main.dsp,
17723: src/targets/cgi/Makefile.am, src/targets/cgi/parser3.dsp,
17724: src/targets/isapi/parser3isapi.dsp, src/types/Makefile.am,
17725: src/types/types.dsp, src/lib/Makefile.am: moved libltdl and pcre
17726: to libs/ added libs/md5 which is linked to non-apache targets
17727: ^math:crypt[password;$apr1$salt]
17728:
17729: 2002-06-20 paf
17730:
1.150 moko 17731: * INSTALL, configure, configure.in, operators.txt,
17732: src/classes/file.C, src/classes/op.C, src/doc/doxygen.cfg,
17733: src/include/pa_globals.h, src/include/pa_request.h,
17734: src/main/execute.C, src/main/pa_request.C,
17735: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
17736: src/types/pa_vmethod_frame.h: marged latest HEAD updates, mainly
17737: file:justname&co & @auto/conf[filespec
1.95 moko 17738:
17739: * operators.txt, src/classes/file.C:
17740: !^file:dirname[/a/some.tar.gz]=/a
17741: !^file:dirname[/a/b/]=/a
17742: !^file:basename[/a/some.tar.gz]=some.tar.gz
17743: !^file:justname[/a/some.tar.gz]=some.tar
17744: !^file:justext[/a/some.tar.gz]=gz
17745:
17746: * src/: classes/op.C, include/pa_request.h, main/execute.C,
17747: main/pa_request.C, types/pa_vmethod_frame.h: introducing
17748: @conf/auto[filespec]
17749:
1.116 moko 17750: * configure: parser3.conf renamed to auto.p autoconf changes
1.95 moko 17751:
1.150 moko 17752: * INSTALL, configure.in, operators.txt, src/doc/doxygen.cfg,
1.95 moko 17753: src/include/pa_globals.h, src/targets/cgi/parser3.C,
17754: src/targets/isapi/parser3isapi.C: parser3.conf renamed to auto.p
17755:
17756: 2002-06-18 paf
17757:
17758: * configure, configure.in, src/include/pa_version.h: version to
17759: configure.in
17760:
17761: * INSTALL: reflected .conf.dist dir change
17762:
1.150 moko 17763: * Makefile.am, configure, configure.in,
1.116 moko 17764: etc/parser3.charsets/Makefile.am: parser3.conf.dist moved to bin,
1.95 moko 17765: .in & *.am updated
17766:
17767: * src/classes/file.C: strncasecmp
17768:
17769: * src/classes/file.C: strcasecmp
17770:
1.150 moko 17771: * etc/Makefile.am: bin/parser3.conf.dist [moved from etc
1.95 moko 17772:
17773: * src/classes/file.C: ^file::exec[script;$.bad error case
17774: insensitive check now
17775:
17776: * src/classes/file.C: ^file::exec[script;$.bad now error, not skip
17777:
17778: * configure, configure.in, src/include/pa_pool.h,
17779: src/include/pa_types.h: pack configure.in detection simplified.
17780: figured out that gcc on sparc not that stupid as thought
17781: previously: on sparc: when it sees packed class it modifies it's
17782: field-access-code to byte operations [stb, ldub] instead of 4byte
17783: operations [st, lduh] so packed must be all parts of packed
17784: class, i.e. it's parents&fields(classes). for now it's only
17785: String that packed and what was wrong is that it's parent -
17786: Pooled, were not packed. fixed that.
17787:
17788: 2002-06-14 paf
17789:
17790: * operators.txt: more precise xml-to-text options
17791:
17792: * operators.txt, src/types/pa_vxnode.C: xnode
17793: attribute_node.name/value xnode pi.node.data
17794:
17795: 2002-06-12 paf
17796:
1.116 moko 17797: * configure, configure.in, src/targets/cgi/Makefile.am,
17798: src/targets/cgi/parser3.C: removed root conf define creation
1.95 moko 17799:
17800: * INSTALL, configure.in, operators.txt, etc/Makefile.am,
17801: src/include/pa_globals.h, src/include/pa_request.h,
17802: src/main/compile.tab.C, src/main/pa_globals.C,
17803: src/main/pa_request.C, src/targets/cgi/parser3.C,
17804: src/targets/isapi/parser3isapi.C: parser3.conf now one and only
17805:
17806: * src/classes/mail.C: sendmail -ti [default now]
17807:
17808: * src/: classes/mail.C, main/pa_request.C: $MAIL $CHARSETS allowed
17809: to be strings. for convinient #ing
17810:
17811: * src/: include/pa_globals.h, include/pa_request.h, main/execute.C,
17812: main/pa_globals.C, main/pa_request.C: @rootconf [were @conf]
17813:
17814: * src/: include/pa_globals.h, include/pa_request.h, main/main.dsp,
17815: main/pa_globals.C, main/pa_request.C: @conf
17816:
17817: 2002-06-11 paf
17818:
17819: * src/classes/file.C: check simplified
17820:
17821: * src/: classes/file.C, targets/cgi/parser3.dsp,
17822: targets/isapi/parser3isapi.C: suexec env keys filter plus CGI_ as
17823: valid prefix
17824:
17825: * src/: classes/file.C, include/pa_request.h, include/pa_sapi.h,
17826: targets/cgi/parser3.C, targets/isapi/parser3isapi.C:
17827: file::exec/cgi to pass HTTP_ vars introducing SAPI::environment
17828:
17829: 2002-06-10 paf
17830:
17831: * operators.txt, src/classes/op.C, src/include/pa_common.h,
17832: src/main/pa_common.C: lock failures reported now
17833:
17834: * src/main/compile_tools.C: ^if(" 1 "){y} bug fixed optimization
17835: string->double @ compile time were not-enough-checking...
17836:
17837: * src/main/: compile.tab.C, pa_string.C: whitespace after number in
17838: autoconvert now ignored
17839:
17840: * src/types/: pa_vform.C, pa_vform.h: $form: not determined yet
17841: check
17842:
17843: * src/classes/mail.C: mail netscape attachment name fixed. todo:
17844: $response:body content-type:name
17845:
17846: * configure, configure.in: hpux check, nsl link, no socket
17847:
17848: * operators.txt: old merge conflict removed
17849:
17850: * configure, configure.in: pack even address access on sparc&co
17851: arch checked in configure
17852:
17853: * configure, src/include/pa_version.h: makes
17854:
17855: * configure, configure.in, src/include/pa_version.h: makes
17856:
17857: * src/main/untaint.C: (bug#2) mail subject got always prepended
17858: with charset even when all letters were 7bit one
17859:
17860: * src/main/pa_common.C: merged fixed -d (bug)
17861:
17862: * src/main/pa_common.C: fixed -d (bug)
17863:
17864: 2002-06-03 paf
17865:
17866: * ChangeLog, operators.txt, etc/parser3.charsets/windows-1251.cfg,
17867: src/classes/classes.dsp, src/main/compile.tab.C,
17868: src/main/main.dsp, src/main/pa_globals.C,
17869: src/targets/cgi/parser3.C, src/targets/cgi/parser3.dsp,
17870: src/targets/isapi/parser3isapi.dsp, src/types/types.dsp: fixed
17871: .dsp-s along with reorganized cvs modules dirs structure
17872:
17873: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17874: main/pa_globals.C, targets/cgi/parser3.dsp,
17875: targets/isapi/parser3isapi.dsp, types/types.dsp: reorganized cvs
17876: modules
17877:
17878: 2002-05-28 paf
17879:
17880: * src/targets/cgi/parser3.C: info.uri now ""
17881:
17882: 2002-05-17 paf
17883:
17884: * src/classes/: table.C: ^table.save << checked empty
17885: pre/match/post columns
17886:
17887: 2002-05-16 paf
17888:
17889: * src/classes/image.C: image::measure can png now
17890:
17891: 2002-05-15 paf
17892:
17893: * operators.txt, src/classes/date.C: ^date::create[%H:%M[:%S]]
17894: added
17895:
17896: * etc/parser3.charsets/windows-1251.cfg: 0x forgot, fixed
17897:
17898: * operators.txt, src/classes/date.C: ^date::create[%Y[-%m[-%d[
17899: %H[:%M[:%S]]]]]] [-%m now
17900:
17901: 2002-05-14 paf
17902:
17903: * etc/parser3.charsets/: windows-1251.cfg: added 3 quotes
17904:
17905: 2002-05-07 paf
17906:
17907: * ChangeLog, src/classes/classes.dsp, src/classes/op.C,
17908: src/include/pa_globals.h, src/include/pa_request.h,
17909: src/include/pa_table.h, src/main/compile.tab.C,
17910: src/main/compile.y, src/main/main.dsp, src/main/pa_globals.C,
17911: src/main/pa_request.C, src/main/pa_table.C,
17912: src/targets/isapi/pa_pool.C, src/targets/isapi/parser3isapi.C,
17913: src/targets/isapi/parser3isapi.dsp,
17914: src/targets/isapi/pool_storage.h, src/types/types.dsp: Table
17915: name2number field now &. main_method_name now on Request pool
17916: rather on global_pool [Junction+VJunction created on same pool as
17917: name = were created on global pool, causing mem leaks]
17918:
17919: * src/: classes/classes.dsp, classes/op.C, include/pa_globals.h,
17920: include/pa_request.h, include/pa_table.h, main/compile.tab.C,
17921: main/compile.y, main/main.dsp, main/pa_globals.C,
17922: main/pa_request.C, main/pa_table.C, targets/isapi/pa_pool.C,
17923: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
17924: targets/isapi/pool_storage.h, types/types.dsp: Table name2number
17925: field now &. main_method_name now on Request pool rather on
17926: global_pool [Junction+VJunction created on same pool as name =
17927: were created on global pool, causing mem leaks]
17928:
17929: 2002-05-06 paf
17930:
17931: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17932: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17933: 100*40 bytes per request memory leak [nonpool malloc in globals]
17934:
17935: * src/: main/pa_globals.C, targets/cgi/parser3.C,
17936: targets/cgi/pool_storage.h, targets/isapi/parser3isapi.C: removed
17937: 100*40 bytes per request memory leak [nonpool malloc in globals]
17938:
17939: 2002-04-30 paf
17940:
17941: * configure, src/include/pa_version.h: version now not b
17942:
17943: * src/targets/cgi/parser3.C: request.uri now never 0
17944:
17945: 2002-04-29 paf
17946:
17947: * configure.in: removed b
17948:
17949: * src/: classes/op.C, include/pa_exception.h, main/pa_request.C:
17950: Exception::comment/type checked in (), no there's no empty
17951: type/comment by default
17952:
17953: * ChangeLog, src/doc/ClassExample1.dox, src/doc/ClassExample3.dox,
17954: src/doc/aliased.dox, src/doc/methoded.dox, src/doc/string.dox,
17955: src/doc/value.dox, src/include/pa_exception.h,
17956: src/main/pa_request.C, src/targets/cgi/parser3.C: merged from
17957: 0001
17958:
17959: 2002-04-26 paf
17960:
17961: * src/: doc/doxygen.cfg, targets/cgi/parser3.dsp: doxygen dot image
17962: size reduced
17963:
17964: 2002-04-25 paf
17965:
17966: * src/targets/cgi/: parser3.C: setenv in .htaccess when cgi is not
17967: under that dir got REDIRECT_ prefix before HTTP_PARSER_x_CONFIG,
17968: now that took into account
17969:
17970: * operators.txt, src/classes/date.C: ^date::create[2002-12-33
17971: 01:03:04]
17972:
17973: * ChangeLog, operators.txt, src/classes/date.C:
17974: ^date::create[2002-12-33 01:03:04]
17975:
17976: * ChangeLog: updated changelog
17977:
17978: * src/classes/table.C: removed restriction on column count to
17979: ^table.hash to work, now must be >0 [were >1]
17980:
17981: 2002-04-24 paf
17982:
17983: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
17984: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
17985: targets/isapi/parser3isapi.dsp, types/types.dsp: MSVC profile
17986: targets
17987:
17988: 2002-04-23 paf
17989:
17990: * operators.txt, src/classes/string.C:
17991: int/double/string:sql{}[$.default{code}] fixed [were barking:
17992: "junction used outside of context"]
17993:
17994: 2002-04-22 paf
17995:
17996: * types.txt, src/classes/string.C, src/include/pa_string.h,
17997: src/main/pa_string.C, src/types/pa_vstring.C,
17998: src/types/pa_vstring.h: ^string.optimize[]
17999:
18000: * src/: include/pa_globals.h, include/pa_table.h,
18001: main/pa_globals.C, main/pa_string.C, main/pa_table.C: fixed match
18002: table template
18003:
18004: * src/classes/: string.C: optimize removed from string
18005: .left/right/pos
18006:
18007: * src/main/execute.C: rolled back to
18008: before_killing_userjunction_contexts
18009:
18010: * src/main/execute.C: user junctions context killed
18011:
18012: * src/main/execute.C: junctions to local contexts got
18013: cleanized&checked later
18014:
18015: 2002-04-19 paf
18016:
18017: * src/: classes/string.C, include/pa_request.h,
18018: include/pa_string.h, main/pa_request.C, main/pa_string.C,
18019: types/pa_vstring.C, types/pa_vstring.h: string now optimized
18020: prior to .left .right .mid .pos .match when that is profitable,
18021: and always before .replace when $ORIGINS(1) optimization disabled
18022: economy from not wasting mem on lots of strings which occur by
18023: lots of String:mid calls to get parts of source string between
18024: found_occurances
18025:
18026: * src/classes/file.C: ovector now local economy: 16 bytes per
18027: ^file:list
18028:
18029: * src/: include/pa_globals.h, include/pa_table.h,
18030: main/pa_globals.C, main/pa_string.C: String::match table columns
18031: globalized, not created @ each ^match anymore economy:
18032: sizeof(Array)+space on 3+x cells=24+ bytes per ^match
18033:
18034: * src/: classes/op.C, classes/string.C, types/pa_value.h: VTable
18035: removed from each String::match replace iteration, and made
18036: stacked sizeof(VTable)=12bytes economy on each replace code
18037:
18038: * src/doc/footer.htm: 2001,
18039:
18040: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
18041: string.match[]['] option enables generation of $match.prematch
18042: .match .postmatch columns
18043:
18044: * src/main/pa_string.C: String::match options analized without
18045: cstr-ing them now
18046:
18047: * src/doc/: doxygen.cfg, footer.htm, html2chm.cmd, postbuild.txt,
18048: sources2html.cmd, view_chm.cmd, view_html.cmd, chmhelper.pl:
18049: config updated to doxygen 1.2.15, created helper which fixes
18050: minor bugs in chm project files & htm tree. changed extension to
18051: .htm
18052:
18053: 2002-04-18 paf
18054:
18055: * src/doc/doxygen.cfg: .chi generation disabled
18056:
18057: * src/: classes/classes.h, classes/xdoc.C, classes/xnode.C,
18058: classes/xnode.h, types/pa_vxdoc.C: xdoc(xnode) now fully -
18059: fields&methods
18060:
18061: * src/: classes/classes.h, classes/hash.C, types/pa_value.h,
18062: types/pa_vbool.h, types/pa_vcookie.h, types/pa_vdate.h,
18063: types/pa_vdouble.h, types/pa_venv.h, types/pa_vfile.h,
18064: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
18065: types/pa_vjunction.h, types/pa_vobject.h, types/pa_vrequest.h,
18066: types/pa_vresponse.h, types/pa_vstateless_class.h,
18067: types/pa_vstateless_object.h, types/pa_vstatus.h,
18068: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h,
18069: types/pa_vxdoc.h, types/pa_vxnode.h: fclass_real lowered from
18070: VStateless_class to VObject
18071:
18072: * src/: main/pa_request.C, types/pa_valiased.h,
18073: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18074: types/pa_vstring.h: VStateless_string_object speicalized light
18075: version of VStateless_object
18076:
18077: * src/classes/op.C: ^throw comment param made optional
18078:
18079: * src/types/: pa_valiased.C, pa_valiased.h, pa_vclass.h,
18080: pa_vobject.h, pa_wcontext.C: VAliased get/set alias now virtual
18081: and implemented down in VClass, fclass_alias removed,
18082:
18083: * src/types/pa_value.C: forced to cut that from .h because of
18084: VStateless_class usage [undefined in .h]
18085:
18086: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18087: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18088: main/pa_request.C, types/pa_vmethod_frame.h: OP_GET_METHOD_FRAME
18089: merged with OP_CALL, VCodeFrame move to stack [no more heap waste
18090: on each CALL]
18091:
18092: * src/: classes/classes.h, classes/date.C, classes/double.C,
18093: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
18094: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
18095: classes/response.C, classes/string.C, classes/table.C,
18096: classes/void.C, classes/xnode.C, include/pa_globals.h,
18097: include/pa_request.h, main/execute.C, main/pa_globals.C,
18098: main/pa_request.C, types/Makefile.am, types/pa_value.h,
18099: types/pa_vdouble.h, types/pa_vform.C, types/pa_vhash.h,
18100: types/pa_vint.h, types/pa_vmath.h, types/pa_vmethod_frame.h,
18101: types/pa_vstateless_class.h, types/pa_wcontext.C,
18102: types/pa_wcontext.h, types/pa_wwrapper.h, types/types.dsp:
18103: removed Value::fname
18104:
18105: 2002-04-17 paf
18106:
18107: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
18108: doc/ClassExample3.dox, doc/compiler.dox, doc/module.dox,
18109: doc/pooled.dox, doc/string.dox, doc/targets.dox,
18110: include/pa_pool.h, include/pa_types.h: dox updated to current
18111: state, PTHROW freshen to throw & co
18112:
18113: * src/types/pa_vhash.h: vstring wrong parent fixed
18114:
18115: * src/classes/op.C: taint local result var bug fixed
18116:
18117: 2002-04-16 paf
18118:
18119: * asm.txt, form.txt, lang.txt, sql.txt: removed outdated. see in
18120: Attic asm.txt as most interesting
18121:
18122: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: removed
18123: check, preventing content-length: 0 from appearing
18124:
18125: * src/main/execute.C: $result in @main now taken into account as in
18126: usual functions
18127:
18128: * src/: doc/postbuild.txt, main/execute.C: $result in @postprocess
18129: & @unhandled_exception now taken into account as in usual
18130: functions
18131:
18132: * src/doc/postbuild.txt: instructions on post .html build
18133:
18134: * src/doc/: doxygen.cfg, html2chm.cmd: .chm file only now, no .chi
18135:
18136: * src/: classes/file.C, main/pa_exec.C: stderr of execs mark as
18137: tainted
18138:
18139: * src/main/pa_request.C: uri in error log
18140:
18141: * src/: classes/date.C, main/compile.tab.C, targets/cgi/parser3.C:
18142: cheched date:create(days) param for validity [later were assumed
18143: valid and crashed on invalid onces]
18144:
18145: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18146: main/execute.C, targets/cgi/parser3.C: OP_CALL -> OP_CALL__WRITE
18147: and used that for removing VString wrapper
18148:
18149: * src/classes/op.C: exception2vhash file now tainted
18150:
18151: * src/classes/op.C: _process pseudo origin copied from local var to
18152: heap
18153:
18154: * src/classes/op.C: extra check on empty file in origin in _execute
18155:
18156: 2002-04-15 paf
18157:
18158: * src/: main/execute.C, types/pa_value.h: fixed name update
18159:
18160: * src/classes/: file.C, op.C, table.C: finished dual write_xxx_lang
18161: functions
18162:
18163: * src/: classes/file.C, classes/hash.C, classes/op.C,
18164: include/pa_request.h, main/execute.C, types/pa_wcontext.h:
18165: started dual write_xxx_lang functions, if checked & works
18166:
18167: * src/: classes/date.C, classes/file.C, classes/mail.C,
18168: classes/string.C, classes/xnode.C, include/pa_request.h,
18169: types/pa_value.h, types/pa_wcontext.h: removed absolutely
18170: unnecessary VString shells
18171:
18172: * src/main/execute.C: CodeFrame soul fixed [mistakenly killed by
18173: prev changes]
18174:
18175: * src/: classes/image.C, classes/op.C, classes/string.C,
18176: classes/table.C, include/pa_request.h, main/execute.C,
18177: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
18178: StringOrValue wcontext result, now ready for dual writes
18179:
18180: * src/targets/cgi/parser3.C: ctime sometimes can be just "",
18181: checked that
18182:
18183: * src/main/: compile.tab.C, compile.y, compile_tools.C,
18184: compile_tools.h, execute.C: OP_GET_ELEMENT+OP_GET_ELEMENT__WRITE
18185: changed to OP_WRITE_VALUE in var get cases
18186:
18187: * src/: classes/op.C, include/pa_globals.h, include/pa_opcode.h,
18188: include/pa_request.h, main/compile.tab.C, main/compile.y,
18189: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18190: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C:
18191: switch in hash constructor fixed [were problems with using of
18192: stacked wwrapper after it's death]
18193:
18194: 2002-04-12 paf
18195:
18196: * operators.txt, src/classes/table.C: table.select(expression) 0
18197:
18198: 2002-04-11 paf
18199:
18200: * src/: classes/string.C, include/pa_request.h, main/execute.C:
18201: Request::process_internal codeFrame & wwrapper stacked [not
18202: wasting heap anymore]
18203:
18204: 2002-04-10 paf
18205:
18206: * src/: classes/double.C, classes/file.C, classes/hash.C,
18207: classes/image.C, classes/int.C, classes/math.C, classes/op.C,
18208: classes/string.C, classes/table.C, classes/void.C,
18209: classes/xdoc.C, include/pa_request.h, main/execute.C,
18210: main/pa_string.C: killed Request::process() wrapping
18211: VString(String) in case we need only String
18212:
18213: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18214: killed 8 bytes from String.head
18215:
18216: 2002-04-09 paf
18217:
18218: * src/: main/compile.tab.C, targets/cgi/parser3.C,
18219: targets/isapi/parser3isapi.C: removed { char *a; { /*sub
18220: local*/char b[...]; a=b; situations
18221:
18222: * operators.txt, src/classes/xdoc.C: xslt params made literal
18223:
18224: * src/classes/xdoc.C: xslt params fixed
18225:
18226: * src/: main/pa_common.C, targets/cgi/parser3.C,
18227: types/pa_vdouble.h, types/pa_vint.h: int/double get_string now
18228: not pool.malloc(MAX_NUMBER) but really neaded
18229:
18230: * operators.txt, src/classes/double.C, src/classes/int.C:
18231: int/double.int/double(default)
18232:
18233: 2002-04-04 paf
18234:
18235: * src/: include/pa_string.h, main/pa_string.C: fixed string.replace
18236: [when reconstructing pieces were split by
18237: max_integral(piece.size), thus some strings to replace happen to
18238: be split into two = not replaced)
18239:
18240: * src/targets/cgi/: parser3.C, parser3.dsp: document root in
18241: standalone version = current dir
18242:
18243: * src/targets/cgi/parser3.C: document root in standalone version =
18244: current dir
18245:
18246: 2002-04-03 paf
18247:
18248: * configure, configure.in: more checks on nonexistent charset
18249:
1.116 moko 18250: * INSTALL, configure, configure.in: root config configure options
1.95 moko 18251:
18252: 2002-04-02 paf
18253:
18254: * src/main/compile.C: parser.compile [exception name more like in
18255: doc]
18256:
18257: 2002-04-01 paf
18258:
18259: * src/: classes/mail.C, include/pa_string.h, main/untaint.C,
18260: targets/isapi/parser3isapi.dsp: mail subject encoding taken from
18261: .content-type.charset, not .charset
18262:
18263: 2002-03-29 paf
18264:
18265: * etc/parser3.charsets/koi8-r.cfg: koi8-r += ukranian letters
18266:
18267: * operators.txt, src/classes/date.C: ^date::create now may not
18268: supply day, default 1. checked 29.03 -> 29.02 roll on non 366
18269: days' year. | 31.05->31.04 roll
18270:
18271: 2002-03-28 paf
18272:
18273: * operators.txt, src/classes/date.C, src/classes/op.C,
18274: src/include/pa_globals.h, src/include/pa_hash.h,
18275: src/main/pa_globals.C, src/types/pa_vdate.h: ^cache[file][date]{
18276: ^cache(seconds) ^cache[date] }
18277:
18278: * src/classes/: xdoc.C, xnode.C, xnode.h: removed redundant pool
18279: param
18280:
18281: 2002-03-27 paf
18282:
18283: * operators.txt, src/classes/date.C, src/classes/double.C,
18284: src/classes/file.C, src/classes/form.C, src/classes/hash.C,
18285: src/classes/image.C, src/classes/int.C, src/classes/mail.C,
18286: src/classes/math.C, src/classes/op.C, src/classes/string.C,
18287: src/classes/table.C, src/classes/void.C, src/classes/xdoc.C,
18288: src/classes/xnode.C, src/include/pa_exception.h,
18289: src/include/pa_request.h, src/include/pa_stylesheet_connection.h,
18290: src/main/compile.C, src/main/compile_tools.C, src/main/execute.C,
18291: src/main/pa_array.C, src/main/pa_charset.C,
18292: src/main/pa_charsets.C, src/main/pa_common.C,
18293: src/main/pa_dictionary.C, src/main/pa_exception.C,
18294: src/main/pa_exec.C, src/main/pa_pool.C, src/main/pa_request.C,
18295: src/main/pa_socks.C, src/main/pa_sql_driver_manager.C,
18296: src/main/pa_string.C, src/main/pa_table.C, src/main/untaint.C,
18297: src/targets/cgi/parser3.C, src/targets/isapi/parser3isapi.C,
18298: src/types/pa_value.h, src/types/pa_vcookie.C,
18299: src/types/pa_vfile.h, src/types/pa_vform.C, src/types/pa_vhash.h,
18300: src/types/pa_vmethod_frame.h, src/types/pa_vstatus.C,
18301: src/types/pa_vtable.C, src/types/pa_vxdoc.h,
18302: src/types/pa_vxnode.h, src/types/pa_wcontext.C,
18303: src/types/pa_wwrapper.h: assigned exception types
18304:
18305: * operators.txt, src/classes/op.C, src/include/pa_config_fixed.h,
18306: src/include/pa_request.h, src/main/execute.C,
18307: src/main/pa_request.C: decided agains resetting exception_trace,
18308: just changed name
18309:
18310: 2002-03-26 paf
18311:
18312: * src/: include/pa_common.h, main/pa_exec.C: windows exec chdir
18313: fixed
18314:
18315: * src/classes/op.C: forced language of $source field of exception
18316: to 'tainted', so that sql-langed-frags could be outputed outside
18317: of connect
18318:
18319: * operators.txt: removed date.roll limit of +-1 offset
18320:
18321: * src/classes/date.C: removed date.roll limit of +-1 offset
18322:
18323: * operators.txt, src/classes/date.C: fixed date roll on
18324: daylightsaving days mktime took into account tm_isdst flag, which
18325: remained from BEFORE roll, but should have been reset
18326:
18327: 2002-03-25 paf
18328:
18329: * operators.txt, src/targets/cgi/parser3.C:
18330: http_site_config_filespec
18331:
18332: * src/: classes/file.C, classes/mail.C, include/pa_exec.h,
18333: main/pa_exec.C: f(!forced_allow) to allow --with-sendmail to work
18334: with any/both --disable-foreign-group-files --disable-execs
18335:
18336: * INSTALL: "--with=sendmail=COMMAND" comment
18337:
18338: * INSTALL, configure, configure.in, src/classes/mail.C,
18339: src/include/pa_config_auto.h.in, src/main/pa_exec.C,
1.116 moko 18340: src/targets/cgi/Makefile.am: --disable-foreign-group-files now
18341: disables execs also. introducing --sendmail
1.95 moko 18342:
18343: * operators.txt: pgsql options comment
18344:
18345: * INSTALL: comment on --disable-link-stdcpp
18346:
1.116 moko 18347: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18348: libstdc++ link skipping configure option
1.95 moko 18349:
18350: * src/: classes/op.C, include/pa_sql_connection.h: sql connection
18351: with error were put to cache with 'marked_to_rollback' flag, all
18352: consequent even OK requests rolled back
18353:
18354: 2002-03-22 paf
18355:
18356: * src/main/pa_exec.C: createprocess nowindow flag check on readfile
18357: false return
18358:
18359: * operators.txt: few comments on sets
18360:
18361: 2002-03-18 paf
18362:
18363: * operators.txt, src/classes/op.C, src/include/pa_exception.h,
18364: src/include/pa_globals.h, src/include/pa_request.h,
18365: src/include/pa_stack.h, src/main/pa_globals.C,
18366: src/main/pa_request.C: introducing ^try
18367:
18368: * src/: main/pa_charset.C, targets/isapi/pa_threads.C,
18369: types/pa_vdouble.h: removed some tested @tests
18370:
18371: 2002-03-15 paf
18372:
18373: * operators.txt, src/classes/table.C: ^table.locate(logical expr)
18374:
18375: 2002-03-13 paf
18376:
18377: * src/main/pa_exception.C: checked not-pooled malloc
18378:
18379: 2002-03-11 paf
18380:
18381: * INSTALL, configure, configure.in,
18382: src/include/pa_config_auto.h.in: --disable-foreign-group-files
18383:
18384: * src/main/pa_common.C: --disable-foreign-group-files
18385:
18386: * INSTALL: --disable-execs
18387:
18388: * src/main/pa_exec.C: --disable-execs
18389:
18390: * configure, configure.in, src/include/pa_config_auto.h.in:
18391: --disable-execs
18392:
18393: * src/: include/pa_config_fixed.h, main/pa_exec.C: --disable-execs
18394:
18395: * src/types/pa_vfile.C: $file.text now 0A linebreaks,
18396: file::exec/cgi linebreaks "0D0A" changed to 0A onces
18397:
18398: 2002-03-05 paf
18399:
18400: * operators.txt, src/classes/date.C: date week calendar columns
18401: named
18402:
18403: * operators.txt, src/classes/date.C: date week calendar columns
18404: named
18405:
18406: * src/targets/isapi/: parser3isapi.C, parser3isapi.dsp: iis5 now
18407: requires headers to be terminated with \r\n manually [refuses to
18408: separate header/body itself]
18409:
18410: * src/: main/pa_globals.C, targets/cgi/parser3.C,
18411: targets/isapi/parser3isapi.C: isapi site config beside .dll
18412:
18413: 2002-03-04 paf
18414:
18415: * src/: classes/op.C, types/pa_vfile.C: process body now evaluated
18416: in PASS language
18417:
18418: * src/: classes/op.C, include/pa_string.h, main/pa_string.C: string
18419: deserialize checks on broken file
18420:
18421: * src/targets/isapi/: pa_threads.C, parser3isapi.C,
18422: parser3isapi.dsp: isapi updated
18423:
18424: 2002-03-01 paf
18425:
18426: * src/main/pa_exec.C: execle -> execve, now argc OK
18427:
18428: 2002-02-28 paf
18429:
18430: * src/main/untaint.C: removed some debug comments
18431:
18432: * src/main/pa_charsets.C: when placing charset to cache using
18433: global name now [were request]
18434:
18435: * configure, configure.in: apache module updated
18436:
18437: * src/main/pa_string.C: origin by first piece preferred before last
18438: piece
18439:
18440: 2002-02-27 paf
18441:
18442: * src/main/pa_charset.C: size_t
18443:
18444: * INSTALL: shared/static-xml with-pathlink
18445:
18446: * operators.txt: SMTP comment
18447:
18448: 2002-02-26 paf
18449:
18450: * src/main/pa_exec.C: more precise names for vars, cosmetic
18451:
18452: * src/classes/xnode.C: in some situation, xpath query returned
18453: result with type NODESET, but empty nodeset member field, checked
18454: that
18455:
18456: 2002-02-22 paf
18457:
18458: * INSTALL: without-zlib comment
18459:
18460: * etc/parser3.charsets/windows-1251.cfg: °
18461:
18462: * configure, configure.in: glib###.a detection fixed
18463:
18464: * INSTALL: hashfile removed from INSTALL
18465:
1.116 moko 18466: * Makefile.am: make update
1.95 moko 18467:
18468: * src/main/pa_string.C: string iterators fixed again, so were
18469: String::join_chain
18470:
18471: * src/main/pa_string.C: string iterators fixed again, so were
18472: String::join_chain
18473:
18474: * src/: include/pa_string.h, main/pa_string.C: string iterators
18475: fixed again, so were String::join_chain
18476:
18477: * src/types/pa_vcookie.C: cookie "expires=0" = "session"
18478:
18479: * operators.txt, src/types/pa_vcookie.C: cookie "expires=0" =
18480: "session"
18481:
1.116 moko 18482: * configure, configure.in, src/include/pa_config_auto.h.in:
18483: --with-shared-xml --with-static-xml
1.95 moko 18484:
18485: * src/: classes/classes.dsp, main/compile.tab.C, main/main.dsp,
18486: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
18487: types/types.dsp: *.dsp: removed refereces to win32db & ancient
18488: xalan&xml
18489:
18490: * acconfig.h: acconfig move in cvs[from src/libltdl to /]
18491:
18492: * operators.txt, src/classes/classes.dsp, src/main/main.dsp,
18493: src/types/types.dsp: removed hashfile support from sources for
18494: now
18495:
1.116 moko 18496: * configure, configure.in, src/classes/Makefile.am,
1.95 moko 18497: src/classes/hashfile.C, src/include/Makefile.am,
1.116 moko 18498: src/include/pa_config_auto.h.in, src/include/pa_db_connection.h,
18499: src/include/pa_db_manager.h, src/include/pa_db_table.h,
18500: src/main/Makefile.am, src/main/pa_db_connection.C,
1.95 moko 18501: src/main/pa_db_manager.C, src/main/pa_db_table.C,
1.116 moko 18502: src/main/pa_globals.C, src/targets/cgi/Makefile.am,
18503: src/types/Makefile.am, src/types/pa_vhashfile.C,
18504: src/types/pa_vhashfile.h: removed hashfile support for now
1.95 moko 18505:
18506: 2002-02-21 paf
18507:
18508: * src/main/untaint.C: removed debug code, activated commented-for
18509: debug parts
18510:
1.116 moko 18511: * Makefile.am: make cvsupdate
1.95 moko 18512:
18513: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
18514: main/untaint.C: STRING_*FOREACH_ROW changed to stop at
18515: append_row, not at link zero now string to string appending works
18516:
18517: 2002-02-20 paf
18518:
18519: * src/: include/pa_string.h, main/execute.C, main/untaint.C,
18520: targets/cgi/pa_pool.C, targets/cgi/parser3.C: //#define
18521: DEBUG_STRING_APPENDS_VS_EXPANDS
18522:
18523: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18524: economy: 22%
18525:
18526: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
18527: space uptimized: string::link_row removed
18528:
18529: * src/: include/pa_string.h, include/pa_stylesheet_connection.h,
18530: main/pa_db_manager.C, main/pa_dictionary.C, main/pa_string.C,
18531: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18532: types/pa_vstring.h: speed uptimized: string::is_empty
18533:
18534: * operators.txt, src/include/pa_common.h,
18535: src/include/pa_config_fixed.h, src/include/pa_string.h,
18536: src/include/pa_types.h, src/main/compile.tab.C,
18537: src/main/execute.C, src/main/pa_string.C, src/main/untaint.C,
18538: src/targets/cgi/pa_pool.C, src/targets/cgi/parser3.C: strign to
18539: string append optimiziation idea and estimates
18540:
18541: 2002-02-19 paf
18542:
18543: * src/classes/math.C: not used directly [but erroreously reported
18544: that 'is', thus registering twice&other probs]
18545:
18546: * src/classes/: xdoc.C, xnode.C: getElementsByTagName and *NS moved
18547: to node [element]
18548:
18549: * src/main/compile.C: without string_origins parse error
18550: file+line+col possible
18551:
18552: * src/main/: compile.C: without string_origins not worked
18553:
18554: 2002-02-18 paf
18555:
18556: * src/types/pa_vdouble.h: since we have in_expression removed that
18557: trick i've installed into double::as_string
18558:
18559: * src/main/pa_globals.C: extern "C" was removed too fast
18560:
18561: * src/: include/pa_opcode.h, include/pa_request.h,
18562: main/compile.tab.C, main/compile.y, main/execute.C,
18563: types/pa_wcontext.h: in_expression aimed to solve old problem
18564: with string/nonstring values, now in expressions double/int
18565: values are passed as-is, without stupid tostring/fromstring
18566: conversions
18567:
18568: * src/main/: main.dsp, pa_globals.C: removed unneded #ifdef
18569: __cplusplus } #endif
18570:
18571: * src/main/compile.tab.C: bison env set so one could compile
18572: without cygwin installed
18573:
18574: * src/: classes/classes.dsp, main/main.dsp, main/pa_globals.C,
18575: targets/cgi/parser3.dsp, types/types.dsp: win32xml now contains
18576: gnome xml libs parser .dsp-s changed accordingly
18577:
18578: * operators.txt, src/targets/cgi/parser3.C: PARSER_ROOT_CONFIG
18579:
18580: * operators.txt, src/classes/date.C: date::create [were date::set,
18581: with backward comp
18582:
18583: * src/classes/math.C: math:random range check fixed
18584:
18585: * src/main/: compile.tab.C, compile.y: integer division stops name
18586:
18587: * INSTALL: local install comment
18588:
1.116 moko 18589: * ltconfig, ltmain.sh: removed libtool subpart files
1.95 moko 18590:
1.116 moko 18591: * acinclude.m4, aclocal.m4, configure, configure.in,
18592: src/include/pa_config_auto.h.in,
18593: src/include/pa_config_includes.h, src/targets/cgi/Makefile.am,
18594: src/targets/cgi/parser3.C: removed libtool usage from build mech
1.95 moko 18595:
18596: * operators.txt: \ comment
18597:
18598: 2002-02-13 paf
18599:
18600: * src/include/pa_config_includes.h: sys/time time both included
18601: now. vaguely remember confilicts on this on some system [not on
18602: six|ablv] so when would see them again would think up proper
18603: check
18604:
1.116 moko 18605: * INSTALL, configure, configure.in, src/targets/cgi/Makefile.am:
18606: --with-glib-config CXXLINK=$(CC) for targets/cgi/parser3
1.95 moko 18607:
18608: * src/main/pa_common.C: truncation never occured when writing files
18609: on unix [since i've changed cache mech] fix
18610:
18611: * src/main/pa_common.C: strnchr: sanity check added
18612:
18613: * etc/parser3.charsets/windows-1257.cfg: id added
18614:
18615: * etc/parser3.charsets/windows-1257.cfg, src/targets/cgi/parser3.C:
18616: baltic charset file generated, in generation script ispunct check
18617: added
18618:
18619: 2002-02-08 paf
18620:
1.116 moko 18621: * src/: include/Makefile.am, sql/Makefile.am,
18622: targets/isapi/Makefile.am: forgotten makes
1.95 moko 18623:
18624: * src/types/: pa_vcookie.C: VCookie::fill_fields one check
18625: forgotten
18626:
18627: * src/types/pa_vcookie.C: VCookie::fill_fields one check forgotten
18628:
18629: * INSTALL, README: install&others updated
18630:
18631: * AUTHORS, COPYING, ChangeLog, INSTALL: install&others updated
18632:
1.116 moko 18633: * Makefile.am, configure, configure.in,
18634: etc/parser3.charsets/Makefile.am, src/Makefile.am,
18635: src/classes/Makefile.am, src/main/Makefile.am,
18636: src/main/pa_status_provider.C, src/targets/Makefile.am,
18637: src/targets/cgi/Makefile.am, src/types/Makefile.am: 'make dist'
18638: works
1.95 moko 18639:
18640: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18641: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18642: classes/hashfile.C, classes/int.C, classes/mail.C,
18643: classes/math.C, classes/op.C, classes/response.C,
18644: classes/string.C, classes/table.C, classes/void.C,
18645: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18646: include/pa_array.h, include/pa_cache_managers.h,
18647: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18648: include/pa_config_fixed.h, include/pa_config_includes.h,
18649: include/pa_db_connection.h, include/pa_db_manager.h,
18650: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18651: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18652: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18653: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18654: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18655: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18656: include/pa_stack.h, include/pa_string.h,
18657: include/pa_stylesheet_connection.h,
18658: include/pa_stylesheet_manager.h, include/pa_table.h,
18659: include/pa_threads.h, include/pa_types.h, main/compile.C,
18660: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18661: main/pa_array.C, main/pa_cache_managers.C, main/pa_charsets.C,
18662: main/pa_db_connection.C, main/pa_db_manager.C,
18663: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18664: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
18665: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
18666: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
18667: main/pa_string.C, main/pa_stylesheet_manager.C, main/pa_table.C,
18668: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18669: targets/cgi/pa_threads.C, targets/cgi/pool_storage.h,
18670: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
18671: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h,
18672: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
18673: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
18674: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18675: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.h,
18676: types/pa_vhash.h, types/pa_vhashfile.h, types/pa_vimage.h,
18677: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
18678: types/pa_vmethod_frame.h, types/pa_vobject.h,
18679: types/pa_vrequest.h, types/pa_vresponse.h,
18680: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
18681: types/pa_vstateless_object.h, types/pa_vstatus.C,
18682: types/pa_vstatus.h, types/pa_vstring.h, types/pa_vtable.h,
18683: types/pa_vvoid.h, types/pa_vxdoc.h, types/pa_vxnode.h,
18684: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h,
18685: classes/image.C, main/pa_common.C, main/pa_exec.C,
18686: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C,
18687: types/pa_vfile.C, types/pa_vform.C, types/pa_vhashfile.C,
18688: types/pa_vimage.C, types/pa_vrequest.C, types/pa_vresponse.C,
18689: types/pa_vstring.C, types/pa_vtable.C, types/pa_vxdoc.C,
18690: types/pa_vxnode.C, main/pa_charset.C: name spelling
18691:
18692: * src/: classes/classes.C, classes/classes.h, classes/date.C,
18693: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
18694: classes/hashfile.C, classes/image.C, classes/int.C,
18695: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
18696: classes/string.C, classes/table.C, classes/void.C,
18697: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
18698: include/pa_array.h, include/pa_cache_managers.h,
18699: include/pa_charset.h, include/pa_charsets.h, include/pa_common.h,
18700: include/pa_config_fixed.h, include/pa_config_includes.h,
18701: include/pa_db_connection.h, include/pa_db_manager.h,
18702: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
18703: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
18704: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
18705: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
18706: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
18707: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
18708: include/pa_stack.h, include/pa_string.h,
18709: include/pa_stylesheet_connection.h,
18710: include/pa_stylesheet_manager.h, include/pa_table.h,
18711: include/pa_threads.h, include/pa_types.h, main/compile.C,
18712: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
18713: main/execute.C, main/pa_array.C, main/pa_cache_managers.C,
18714: main/pa_charset.C, main/pa_charsets.C, main/pa_common.C,
18715: main/pa_db_connection.C, main/pa_db_manager.C,
18716: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
18717: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
18718: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
18719: main/pa_socks.C, main/pa_sql_driver_manager.C,
18720: main/pa_status_provider.C, main/pa_string.C,
18721: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
18722: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
18723: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
18724: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
18725: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
18726: targets/isapi/pool_storage.h, types/pa_valiased.C,
18727: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
18728: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
18729: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
18730: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
18731: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
18732: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
18733: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
18734: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
18735: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.C,
18736: types/pa_vresponse.h, types/pa_vstateless_class.C,
18737: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
18738: types/pa_vstatus.C, types/pa_vstatus.h, types/pa_vstring.C,
18739: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
18740: types/pa_vvoid.h, types/pa_vxdoc.C, types/pa_vxdoc.h,
18741: types/pa_vxnode.C, types/pa_vxnode.h, types/pa_wcontext.C,
18742: types/pa_wcontext.h, types/pa_wwrapper.h: 2002
18743:
18744: 2002-02-07 paf
18745:
18746: * src/main/pa_socks.C: swapped headers to avoid compiler warnings
18747:
1.116 moko 18748: * configure, configure.in, src/include/pa_config_auto.h.in,
18749: src/main/pa_common.C, src/main/pa_socks.C: compiled under cygwin
18750: added yet another locking function: fcntl
1.95 moko 18751:
18752: * config.sub: on cygwin configure passes it with strange i1586
18753: const, hacked it to mean i586
18754:
18755: * src/main/: compile.C, compile.tab.C, compile.y, compile_tools.h:
18756: disabled $if reference due to conflicts with local variables
18757:
18758: * operators.txt, src/classes/xdoc.C, src/include/pa_config_fixed.h:
18759: xdoc::set obsolete now, now xdoc::create, with both sences
18760:
18761: * operators.txt, src/classes/table.C, src/include/pa_array.h,
18762: src/include/pa_table.h, src/main/pa_array.C, src/main/pa_table.C:
18763: table::create now // 'set' name obsolete now table clone.
18764:
18765: * operators.txt, src/classes/string.C,
18766: src/include/pa_config_fixed.h, src/main/compile.tab.C:
18767: ^int/double/string.format now can be called with normal []
18768: brackets, not stupid {} as it were implemented for some strange
18769: reason. retaining backward compatibility due to some
18770: already-implemented servers
18771:
18772: * src/: include/pa_array.h, main/compile.C, main/compile.tab.C,
18773: main/compile.y, main/compile_tools.C, main/compile_tools.h:
18774: operators now detected by check at name_without_curly_rdive_read
18775: rule whether diving code constists only of
18776: OP_VALUE+string+OP_GET_ELEMENT. and last op code substituted
18777: with OP_GET_ELEMENT_OR_OPERATOR to form
18778: OP_VALUE+string+OP_GET_ELEMENT_OR_OPERATOR. code
18779:
18780: 2002-02-06 paf
18781:
18782: * configure, configure.in: prefix expanded, grr
18783:
18784: * operators.txt, src/classes/mail.C: mail:send config changed
18785:
18786: 2002-02-05 paf
18787:
18788: * operators.txt: regex options commented
18789:
18790: * src/main/: pa_exec.C: argv0 now correct
18791:
18792: * src/types/pa_vstatus.C: status:rusage 3
18793:
18794: * src/types/pa_vstatus.C: status:rusage 2
18795:
18796: * operators.txt: status:rusage described int operators
18797:
18798: * src/types/pa_vstatus.C: status:rusage 1
18799:
18800: * configure.in, src/types/Makefile.am, src/types/pa_vstatus.h,
18801: src/types/types.dsp: status:rusage
18802:
18803: * configure.in, operators.txt, src/classes/file.C,
18804: src/classes/op.C, src/include/pa_common.h,
18805: src/include/pa_config_includes.h, src/main/compile.tab.C,
18806: src/main/pa_common.C: rewritten ^cache to use
18807: non-blocking-exclusive-caches
18808:
18809: * src/main/pa_common.C: text file read mode on win32 adjusted
18810: [speed impact. was off for debugging purpose, but forgotten
18811: afterwards]
18812:
18813: 2002-02-01 paf
18814:
18815: * src/classes/op.C: file_write does EX lock after create, while
18816: file_read does SH after open, so there's a moment after create
18817: but before EX lock when read can sneak into, and read
18818: just-created-for-writing-and-not-yet-locked file, added a check
18819: for that in ^cache...read
18820:
18821: 2002-01-31 paf
18822:
18823: * src/main/: compile.y, compile.tab.C: disabled operator call after
18824: ^xxx:
18825:
18826: * src/main/: compile.tab.C, execute.C: made operators lookup first
18827: in ^xxx situation. so that one could not do $if[1] ^if[xxx]
18828:
18829: * src/: include/pa_opcode.h, include/pa_request.h, main/compile.C,
18830: main/compile.tab.C, main/compile.y, main/compile_tools.C,
18831: main/compile_tools.h, main/execute.C, types/pa_wcontext.h:
18832: operators check 6.1 rewritten. now check is done at compile time
18833:
18834: * src/main/execute.C: operators check 5 floated up old error of
18835: staying in 'entered class/object' state after $a($a..) it
18836: prevented operators from being called thereafter
18837:
18838: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18839: main/execute.C: operators check 4 floated up old error of staying
18840: in 'entered object' state after ^a.a(a) it prevented operators
18841: from being called thereafter
18842:
18843: * src/main/execute.C: operators check 3 floated up old error of
18844: staying in 'entered class' state after $a:a(a) it prevented
18845: operators from being called thereafter
18846:
18847: * src/: main/execute.C, types/pa_wcontext.h: operators check 2
18848: floated up old error of staying in 'entered class' state after
18849: $a:a[a] it prevented operators from being called thereafter
18850:
18851: * src/main/execute.C: operators check, thay mistakenly seen in
18852: $class:operator $object.operators contexts
18853:
18854: * src/: classes/xdoc.C, targets/cgi/parser3.dsp: now compiles under
18855: win32
18856:
1.116 moko 18857: * INSTALL, configure, configure.in, ident.awk, etc/Makefile.am,
18858: src/classes/Makefile.am, src/main/Makefile.am,
18859: src/targets/cgi/Makefile.am,
1.95 moko 18860: src/targets/cgi/pa_config_paths.h.in, src/targets/cgi/parser3.C,
1.116 moko 18861: src/types/Makefile.am: lowered indent.awk back to src/
1.95 moko 18862:
1.116 moko 18863: * AUTHORS, COPYING, ChangeLog, INSTALL, Makefile.am, NEWS, README,
18864: acinclude.m4, aclocal.m4, asm.txt, config.guess, config.sub,
18865: configure, configure.in, form.txt, ident.awk, install-sh,
18866: lang.txt, ltconfig, ltmain.sh, missing, mkinstalldirs,
18867: operators.txt, parser3.dsw, sql.txt, types.txt, etc/Makefile.am,
1.95 moko 18868: etc/parser3.charsets/Makefile.am,
18869: etc/parser3.charsets/koi8-r.cfg,
18870: etc/parser3.charsets/windows-1250.cfg,
18871: etc/parser3.charsets/windows-1251.cfg, src/Makefile.am,
1.116 moko 18872: src/classes/Makefile.am, src/include/pa_config_auto.h.in,
18873: src/main/Makefile.am, src/targets/cgi/Makefile.am,
18874: src/targets/cgi/parser3.C, src/types/Makefile.am: moved etc&www
18875: out of src, moved configure&co out of src added windows-1250.cfg
1.95 moko 18876: straightened installation scripts procedure made
18877: targets/cgi/parser3.C be dependant on ./configure --sysconfdir
18878: change
18879:
18880: 2002-01-30 paf
18881:
18882: * src/classes/xdoc.C: acconfig.h changed [comments before #undefs
18883: removed] those comments were a mistake, and prevented libltdl
18884: from function properly
18885:
18886: 2002-01-29 paf
18887:
1.116 moko 18888: * src/: Makefile.am, classes/Makefile.am: removed libltdl/libtool
18889: creation [modified acinclude.m4 which were creating int into just
18890: assignment LIBTOOL=../libtool] added default system
18891: config&charsetts prepared 'make install', now it installs
18892: targets/cgi/parser3 into bin directory etc/parser3.conf &
18893: etc/parser3.charsets/* into $sysconfdir and
1.95 moko 18894: $sysconfdir/parser3.charsets respectively
18895:
18896: * src/: classes/xdoc.C, include/pa_charset.h, include/pa_globals.h,
18897: main/pa_globals.C: few forgotten ifdef XML added
18898:
18899: 2002-01-28 paf
18900:
1.116 moko 18901: * src/: classes/Makefile.am, targets/cgi/Makefile.am: xalan-patch
1.95 moko 18902: removed
18903:
18904: * src/main/pa_exception.C: dom|generic error output fix
18905:
18906: * src/classes/xnode.C: xdoc.importNode 3 [check err]
18907:
18908: * src/classes/xnode.C: xdoc.importNode 2 [mistype err]
18909:
18910: * src/: classes/xnode.C, types/pa_vxdoc.h: xdoc.importNode 1
18911: [fixed as_node helper func to accept docs]
18912:
18913: * src/: classes/xdoc.C, classes/xnode.h, main/pa_exception.C:
18914: xdoc.importNode 0
18915:
18916: * src/classes/xdoc.C: xdoc::set now untaints OK
18917:
18918: 2002-01-25 paf
18919:
18920: * src/main/: compile.tab.C, compile.y: #comment before @ after
18921: @SPECIAL now works OK
18922:
18923: * src/main/: pa_exec.C: unix: exec now does chdir to script dir
18924:
18925: * src/main/pa_exec.C: max arg count now 10, and proper message on
18926: violation that added
18927:
18928: * src/classes/hash.C: unified hash::sql, now
18929: ^hash::sql{query}[[$.limit(2) $.offset(4)]]
18930:
18931: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
18932: ^file:lock[filename]{code}
18933:
18934: * src/: classes/file.C, classes/op.C, classes/string.C,
18935: classes/table.C, classes/xdoc.C, include/pa_common.h,
18936: main/pa_common.C, types/pa_vfile.h: removed redundant pool param
18937: to some pa_common funcs
18938:
18939: * src/: include/pa_charset.h, main/pa_globals.C:
18940: http://localhost/abc -> $ENV{DOCUMENT_ROOT}/abc | ./abc
18941:
18942: * src/: include/pa_charset.h, main/pa_charset.C,
18943: include/pa_config_fixed.h, main/compile.tab.C: typedef XMLCh...
18944: not stupid illegal define
18945:
18946: 2002-01-24 paf
18947:
18948: * src/include/pa_version.h: changed version number
18949:
18950: * src/: classes/hashfile.C, include/pa_db_table.h,
18951: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
18952: main/compile_tools.C, main/compile_tools.h, main/execute.C,
18953: main/pa_db_connection.C, main/pa_db_table.C,
18954: types/pa_vhashfile.C, types/pa_vhashfile.h: merged from r17 -
18955: hashfile without logfiles
18956:
18957: * src/: classes/hashfile.C, include/pa_db_table.h,
18958: main/compile.tab.C, main/pa_db_connection.C, main/pa_db_table.C,
18959: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile: removed use
18960: of transactions [libdb removed DB_INIT_LOCK, DB_INIT_LOG,
18961: DB_INIT_TXN init bits, thus got rid of huge log files, which
18962: cluttered disk without huge need]
18963:
18964: * src/classes/: xdoc.C, xnode.C, xnode.h: gdome_xml_doc_get_xmlDoc
18965: handy macro, which is strangly abscent in dome lib
18966:
18967: * src/classes/xdoc.C: xsltSaveResultTo checked <0 response
18968:
18969: * src/classes/xdoc.C: checked empty response
18970:
18971: * src/classes/xnode.C: xdoc.select fixed context node [were always
18972: /, not self node]
18973:
18974: * src/classes/xnode.C: xnode.select returns array always now, in
18975: case 'nothing found' returns empty array
18976:
18977: * src/classes/xnode.C: xpath nodes select bug [0] instead of [i],
18978: be more tender with ctrl/c/v
18979:
18980: 2002-01-23 paf
18981:
18982: * src/: classes/xdoc.C, main/pa_globals.C: xdoc::load/set entities
18983: substituted. // 2. when dom tree with entites goes under
18984: transform text nodes // got [erroreosly] cut on first
18985: entity occurance
18986:
18987: * src/types/pa_vdouble.h: double prec. todo: get rid of
18988: twice-converting
18989:
18990: * src/types/pa_vdouble.h: %.20E now float format when %g produced
18991: 'e' in output this is for regretful twice-converting here:
18992: $a(double value) when they write double falue they convert it to
18993: string first, thus %g were losing precesion.
18994:
18995: todo: think up some way to remove double->string string->double
18996: twice-converting
18997:
18998: * src/: classes/xdoc.C, main/pa_globals.C, types/pa_vdouble.h:
18999: %.20E now default float format this is for regretful
19000: twice-converting here: $a(double value) when they write double
19001: falue they convert it to string first, thus %g were losing
19002: precesion.
19003:
19004: todo: think up some way to remove double->string string->double
19005: twice-converting
19006:
19007: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19008: main/pa_globals.C: xmlSubstituteEntitiesDefault(1) now global,
19009: reasons in comment inside
19010:
19011: * src/main/pa_globals.C: xslt linked dynamically. [mistekenly were
19012: statically linked]
19013:
19014: * src/: include/pa_exception.h, main/compile.tab.C,
19015: main/pa_exception.C: removed exception va_list constructor. 1.
19016: not needed anymore 2. there were a conflict[causing errors]
19017: between ctor(, va_list) ctor(, ...) compiler[both msvc and gcc]
19018: never detected an ambiguilty here, compiling ctor(, "hello") into
19019: ctor(, va_list) which, of course, caused gpf
19020:
19021: * src/main/pa_globals.C: removed debug xslt messages
19022:
19023: 2002-01-22 paf
19024:
19025: * src/: classes/xdoc.C, include/pa_stylesheet_connection.h,
19026: main/pa_globals.C: xsl stylesheet load: parsed entities, this
19027: helps compiling stylesheet properly. example: this refused to
19028: work, <b>«<xsl:value-of select="@title"
19029: />»</b> stranly worked only this way:
19030: <b>«<xsl:value-of select="@title" />»</b>
19031:
19032: docs says "set it to 1", never going into details, so I decided
19033: to try NOT to do that
19034:
19035: * src/classes/table.C: join behaived badly in case named tables
19036: structure mismatched: 0 strings sneaked into dest failing
19037: afterwards. replaced them with empty strings
19038:
19039: 2002-01-21 paf
19040:
19041: * src/main/pa_charset.C: checked empty transcoders in
19042: transcode_cstr|buf
19043:
19044: * src/classes/xdoc.C: xdoc::load error source = filespec
19045:
19046: * src/classes/xdoc.C: transform error source now
19047: stylesheet_filespec
19048:
1.116 moko 19049: * src/: classes/xdoc.C, classes/xnode.C,
1.95 moko 19050: include/pa_stylesheet_connection.h, main/pa_charset.C,
19051: main/pa_globals.C, main/pa_sql_driver_manager.C,
1.116 moko 19052: main/pa_stylesheet_manager.C, targets/cgi/Makefile.am: autoconf
19053: gnome
1.95 moko 19054:
19055: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
19056: include/pa_globals.h, include/pa_stylesheet_connection.h,
19057: main/pa_exception.C, main/pa_globals.C, targets/cgi/pa_threads.C:
19058: xslt generic error 1
19059:
19060: * src/: include/pa_stylesheet_connection.h, main/pa_exception.C:
19061: xml generic message 1
19062:
19063: * src/classes/table.C: ^table::load empty lines or #comments before
19064: headline
19065:
19066: * src/: include/pa_array.h, include/pa_globals.h,
19067: include/pa_request.h, include/pa_threads.h, main/pa_array.C,
19068: main/pa_exception.C, main/pa_globals.C, main/pa_request.C,
19069: targets/cgi/pa_threads.C, targets/isapi/pa_threads.C: xml generic
19070: errors 0
19071:
19072: 2002-01-16 paf
19073:
19074: * src/: classes/hash.C, classes/op.C, classes/string.C,
19075: classes/table.C, classes/void.C, classes/xdoc.C,
19076: include/pa_db_connection.h, include/pa_request.h,
19077: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19078: include/pa_stylesheet_connection.h,
19079: include/pa_stylesheet_manager.h, main/pa_request.C,
19080: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19081: targets/cgi/pool_storage.h: auto closers to sql_connection,
19082: stylesheet_connection auto destroyers to remaining gnome objects
19083:
19084: * src/classes/xdoc.C: few comments
19085:
19086: 2002-01-15 paf
19087:
19088: * src/classes/xdoc.C: xdoc file save string
19089:
19090: ready. todo: error handling
19091:
19092: * src/classes/xdoc.C: xdoc save rewritten using
19093: xmlAllocOutputBuffer less mallocs, more reallocs. less fragmented
19094: result
19095:
19096: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C:
19097: started output options parsing
19098:
19099: 2002-01-14 paf
19100:
19101: * src/classes/xdoc.C: method
19102:
19103: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19104: include/pa_pool.h, include/pa_stylesheet_connection.h,
19105: main/main.dsp, main/pa_charset.C, main/pa_globals.C,
19106: main/pa_pool.C, main/pa_stylesheet_manager.C, types/pa_vxdoc.h:
19107: xslt transform0. TODO: use output options handle errors
19108:
19109: * src/classes/: xdoc.C, xnode.C: ^xdoc.file
19110:
19111: 2002-01-11 paf
19112:
19113: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19114: main/compile_tools.C, main/compile_tools.h, main/execute.C:
19115: partial logical && || evaluation
19116:
19117: * src/classes/xnode.C: xpath selectNodes
19118:
19119: * src/: classes/xnode.C, include/pa_charset.h: xpath selectNode 3:
19120: string/number/bool
19121:
19122: * src/classes/xnode.C: xpath selectNode 2
19123:
19124: * src/: classes/xnode.C, include/pa_charset.h, main/pa_charset.C:
19125: xpath selectNode 1
19126:
19127: 2002-01-10 paf
19128:
19129: * src/classes/xnode.C: xpath selectNode -100 [just written]
19130:
19131: * src/: classes/xdoc.C, classes/xnode.C, include/pa_charset.h,
19132: include/pa_exception.h, include/pa_pool.h, main/pa_charset.C,
19133: main/pa_pool.C: GdomeDOMString_auto_ptr c++ wrapper [calls
19134: refcounter]
19135:
19136: 2001-12-29 paf
19137:
19138: * src/: classes/xdoc.C, include/pa_exception.h, main/pa_charset.C,
19139: main/pa_exception.C, main/pa_globals.C: xdoc ^set ^string with
19140: glib works 0
19141:
19142: 2001-12-28 paf
19143:
19144: * src/: classes/xdoc.C, include/pa_charset.h, main/pa_charset.C,
19145: main/pa_exception.C: started glib transcoders
19146:
19147: * src/main/pa_globals.C: renamed gdome to libgdome.dll
19148:
19149: * src/: classes/classes.dsp, classes/mail.C, classes/xdoc.C,
19150: classes/xnode.C, classes/xnode.h, include/pa_exception.h,
19151: include/pa_globals.h, main/compile.tab.C, main/main.dsp,
19152: main/pa_charset.C, main/pa_dir.C, main/pa_exception.C,
19153: main/pa_exec.C, main/pa_globals.C, main/pa_socks.C,
19154: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vxdoc.C,
19155: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: gnome
19156: libs just compiled in. no refcounting no xpath no xslt yet
19157:
19158: 2001-12-27 paf
19159:
19160: * src/: include/pa_charset.h, include/pa_common.h,
19161: include/pa_exception.h, include/pa_globals.h, include/pa_pool.h,
19162: main/main.dsp, main/pa_charset.C, main/pa_charsets.C,
19163: main/pa_globals.C, main/pa_pool.C, targets/cgi/parser3.C,
19164: targets/cgi/parser3.dsp, types/pa_vxdoc.C, types/pa_vxdoc.h,
19165: types/pa_vxnode.C, types/pa_vxnode.h, types/types.dsp: going away
19166: from xalan&xerces, started the process. globals [initialization
19167: pool [charset update charset [transcodings vxnode vxdoc [DOM
19168: calls
19169:
19170: * src/classes/Makefile.am: going away from xalan&xerces, not needed
19171: anymore
19172:
19173: 2001-12-26 paf
19174:
19175: * src/: include/pa_charset.h, include/pa_charsets.h,
19176: main/pa_charset.C, main/pa_charsets.C, main/pa_request.C: charset
19177: key globalized [bug]
19178:
19179: 2001-12-25 paf
19180:
19181: * src/: classes/mail.C, classes/table.C, include/pa_string.h,
19182: main/pa_string.C: table set & append changed splitting languages,
19183: separators now can be clean AND as-is same to mail command line
19184: $MAIN:MAIL.progX arguments
19185:
19186: 2001-12-24 paf
19187:
19188: * src/classes/mail.C: one parted text messages - no multipart
19189: mime-type anymore. for convinient if $.attach-ments
19190:
19191: * src/: classes/hashfile.C, classes/op.C, main/pa_db_table.C,
19192: main/pa_string.C: read from cache size check updated
19193:
19194: * src/main/: pa_string.C: String::join_chain another ugly bug :(
19195:
19196: 2001-12-21 paf
19197:
19198: * src/classes/date.C: date:sql-string now returns localtime
19199:
19200: * src/main/pa_request.C: $result in @main actually not working, to
19201: hell with it for now
19202:
19203: * src/: include/pa_request.h, main/execute.C, main/pa_request.C,
19204: types/pa_vmethod_frame.h, types/pa_wcontext.h: $result in @main
19205: @postprocess @exception
19206:
19207: * src/main/execute.C: junction evaluation canceled - endless
19208: recursion detected
19209:
19210: 2001-12-19 paf
19211:
19212: * src/main/pa_charset.C: charset->charset transcoding via unicode
19213: intermediate
19214:
19215: * src/main/pa_request.C: CLASS_PATH now / = DOCUMENT_ROOT
19216:
19217: * src/classes/hashfile.C: ^hashfile.open DB_HOME now relative
19218:
19219: * src/classes/op.C: ^cache keypath now relative
19220:
19221: * src/classes/mail.C: changed weighting prior to sort
19222:
19223: * src/: classes/mail.C, include/pa_config_fixed.h: to/from 0 check
19224: were missing
19225:
19226: 2001-12-17 paf
19227:
19228: * src/main/pa_charset.C: ifndef XML were bad type
19229:
19230: * src/: include/pa_db_table.h, main/pa_db_table.C: db_table used
19231: outdated unset services_pool
19232:
19233: * src/: classes/mail.C, include/pa_charsets.h, include/pa_string.h,
19234: main/pa_charsets.C, main/untaint.C, types/pa_vrequest.C,
19235: types/pa_vresponse.C: ^mail:send[ $.charset[zzz] addded
19236:
19237: * src/main/untaint.C: allowed space in filespec
19238:
19239: * src/main/pa_charset.C: empty bufs transcode [forgot check :(]
19240:
19241: * src/classes/image.C: no govno
19242:
19243: * src/classes/image.C: govno
19244:
19245: 2001-12-16 paf
19246:
19247: * src/include/: pa_charset.h, pa_charsets.h: forgot to add
19248:
19249: * src/: main/Makefile.am, main/pa_charset.C, types/Makefile.am:
19250: charset_connection&manager replaced by charset&charsets
19251:
19252: * src/main/pa_charset.C: name_cstr 0
19253:
19254: * src/main/untaint.C: uri lang now knows about client/source
19255: charsets
19256:
19257: * src/: classes/file.C, classes/math.C, classes/op.C,
19258: classes/string.C, classes/table.C, classes/xdoc.C,
19259: include/pa_array.h, include/pa_cache_managers.h,
19260: include/pa_charset_connection.h, include/pa_charset_manager.h,
19261: include/pa_common.h, include/pa_db_connection.h,
19262: include/pa_db_manager.h, include/pa_db_table.h,
19263: include/pa_dictionary.h, include/pa_exception.h,
19264: include/pa_exec.h, include/pa_globals.h, include/pa_hash.h,
19265: include/pa_opcode.h, include/pa_pool.h, include/pa_request.h,
19266: include/pa_sapi.h, include/pa_socks.h,
19267: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19268: include/pa_string.h, include/pa_stylesheet_connection.h,
19269: include/pa_stylesheet_manager.h, include/pa_table.h,
19270: include/pa_transcoder.h, main/compile_tools.h, main/main.dsp,
19271: main/pa_charset.C, main/pa_charset_connection.C,
19272: main/pa_charset_manager.C, main/pa_charsets.C, main/pa_globals.C,
19273: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
19274: main/pa_transcoder.C, main/untaint.C, types/pa_vfile.C,
19275: types/pa_vform.C, types/pa_vform.h, types/pa_vrequest.C,
19276: types/pa_vrequest.h, types/pa_vresponse.C, types/pa_vresponse.h,
19277: types/types.dsp: introducing Charset
19278:
19279: 2001-12-14 paf
19280:
19281: * src/: include/pa_request.h, include/pa_transcoder.h,
19282: main/pa_request.C, main/pa_transcoder.C, types/pa_vform.C,
19283: types/pa_vform.h: transcodeToUTF8[were FromUTF8] for forms todo:
19284: uri lang
19285:
19286: * src/main/pa_transcoder.C: transcodeToUTF8, now form&uri lang
19287:
19288: * src/targets/cgi/Makefile.am: -I../../pcre to .am
19289:
19290: * src/: include/pa_globals.h, main/pa_globals.C: removed unused
19291: defalts_name global
19292:
19293: * src/: include/pa_charset_connection.h, include/pa_pool.h,
19294: include/pa_request.h, main/main.dsp,
19295: main/pa_charset_connection.C, main/pa_charset_manager.C,
19296: main/pa_request.C, types/Makefile.am, types/pa_vrequest.C,
19297: types/pa_vrequest.h, types/pa_vresponse.h, types/types.dsp,
19298: include/pa_transcoder.h, main/pa_transcoder.C, main/Makefile.am:
19299: changed charset model. now important: $request:charset
19300: $response:charset while $response:content-type.charset become
19301: unimportant [informational]
19302:
19303: 2001-12-13 paf
19304:
19305: * src/targets/: cgi/pa_pool.C, isapi/pa_pool.C: EOL@EOF
19306:
19307: * src/classes/xdoc.C: rewritten auto_ptr part other way2, because
19308: of stupid gcc 2.96 /usr/include/g++-3/memory:40: candidates are:
19309: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with
19310: _Tp = FormatterListener] /usr/include/g++-3/memory:48:
19311: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &)
19312: [with _Tp1 = FormatterListener, _Tp = FormatterListener]
19313:
19314: * src/: classes/xdoc.C, main/pa_sql_driver_manager.C: rewritten
19315: auto_ptr part other way, because of stupid gcc 2.96
19316: /usr/include/g++-3/memory:40: candidates are: auto_ptr<_Tp>
19317: &auto_ptr<_Tp>::operator= (auto_ptr<_Tp> &) [with _Tp =
19318: FormatterListener] /usr/include/g++-3/memory:48:
19319: auto_ptr<_Tp> &auto_ptr<_Tp>::operator= (auto_ptr<_Tp1> &) [with
19320: _Tp1 = FormatterListener, _Tp = FormatterListener]
19321:
19322: * src/classes/xdoc.C: removed extra inc
19323:
19324: * src/targets/cgi/: pa_pool.C, parser3.C: msvc heap debugging flag
19325:
19326: * src/include/pa_types.h: msvc head debugging flag
19327:
19328: * src/classes/xdoc.C: freed up listener
19329:
19330: * src/classes/string.C: change msg '... code is not code'
19331:
19332: * src/: main/pa_db_connection.C, main/pa_db_manager.C,
19333: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19334: targets/cgi/pool_storage.h: couple cache expiratiors were wrong
19335: [past/future prob]
19336:
19337: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19338: include/pa_config_fixed.h, include/pa_db_manager.h,
19339: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19340: main/pa_cache_managers.C, main/pa_globals.C: ~Cache_managers
19341:
19342: * src/: include/pa_config_fixed.h, main/pa_common.C,
19343: main/pa_string.C: removed signed mismatch warnings
19344:
19345: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: removed
19346: 'expires' from header outputs
19347:
19348: * src/main/pa_string.C: string::recustruct erroreusly used outdated
19349: row ptr
19350:
19351: * src/classes/file.C: file::cgi bug, request_method were passed to
19352: SERVER_PROTOCOL but SERVER_PROTOCOL were forgotten
19353:
19354: * src/classes/xdoc.C: lang list updated
19355:
19356: 2001-12-10 paf
19357:
19358: * src/classes/math.C: ^math:random(n) now yields[0;n) not [0;n]
19359:
19360: * src/main/untaint.C: FILE_SPEC untainting changed so that one can
19361: erase files like that, knowing their full name introducing //
19362: theoretical problem with, for instance, "_2B" and "." fragments,
19363: // they would yield the same // because
19364: need_file_encode('_')=false // but we need to delete such files
19365: somehow, getting names from ^index
19366:
19367: * src/main/pa_string.C: ^string.replace bug fixed [bad
19368: string::join_chank break]
19369:
19370: 2001-12-07 paf
19371:
19372: * src/: classes/hashfile.C, classes/op.C, classes/table.C,
19373: include/pa_common.h, include/pa_config_auto.h.in,
19374: include/pa_config_fixed.h, include/pa_config_includes.h,
19375: include/pa_db_table.h, include/pa_request.h, main/pa_common.C,
19376: main/pa_db_table.C, main/pa_request.C, main/pa_string.C,
19377: types/pa_vhashfile.C: merged from r14_simple_cache
19378:
19379: * src/main/pa_string.C: stupid sparc architecture failed to access
19380: short at odd address 0x311f0 <deserialize__6StringUiPvUiPCc+16>:
19381: lduh [ %i2 + 1 ], %l0
19382:
19383: bus error, fixed that
19384:
19385: * src/main/pa_string.C: strange string deserialize bug on
19386: client[pmts], a bit shortened,
19387:
19388: * src/include/pa_config_auto.h.in: makes
19389:
19390: * src/: include/pa_common.h, include/pa_config_fixed.h,
19391: include/pa_config_includes.h, main/pa_common.C: exclusive lock
19392: file write shared lock file read
19393:
19394: * src/: classes/op.C, include/pa_common.h,
19395: include/pa_config_fixed.h, main/pa_common.C: ^cache operator
19396:
19397: 2001-12-06 paf
19398:
19399: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19400: main/pa_request.C: #ifdef RESOURCES_DEBUG
19401:
19402: * src/: main/compile.tab.C, targets/cgi/parser3.C: removed debug
19403: info
19404:
19405: * src/classes/hashfile.C: removed transaction from ^cache
19406:
19407: 2001-12-05 paf
19408:
19409: * src/targets/cgi/: parser3.C: fatal error reporting fixed. in
19410: IIS5 there were a prob with illegal call check
19411:
19412: 2001-12-04 paf
19413:
19414: * src/: classes/op.C, classes/table.C, include/pa_request.h,
19415: main/pa_request.C: measures to log
19416:
19417: 2001-11-23 paf
19418:
19419: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19420: main/pa_common.C, main/pa_db_table.C, main/pa_string.C,
19421: types/pa_vhashfile.C: merged from _0014, 1
19422:
19423: * src/: classes/hashfile.C, classes/table.C, include/pa_db_table.h,
19424: main/pa_common.C, main/pa_db_table.C, types/pa_vhashfile.C:
19425: hashfile bugfix2 more wrong sizes. ^cache behaviour changed: if
19426: ^cache(33) would change
19427:
19428: 0660 bits in file_write & hashfile create
19429:
19430: * src/main/: pa_db_table.C, pa_string.C: cache bugfix [wrong types
19431: after pa_string optimization]
19432:
19433: 2001-11-22 paf
19434:
19435: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
19436: table.offset[whence]
19437:
19438: * src/classes/op.C: process cstr(,connection)
19439:
19440: * src/classes/op.C: process now gets its body on current language,
19441: not as-is
19442:
19443: * src/main/untaint.C: ORIGINS mode removed UHTML
19444:
19445: * src/main/untaint.C: ORIGINS mode was bad - forgot about optimize
19446: bit
19447:
1.116 moko 19448: * src/classes/xdoc.C: cached xslt [removed nocache forcing]
1.95 moko 19449:
19450: 2001-11-21 paf
19451:
19452: * src/: classes/xdoc.C, types/pa_vxdoc.C, types/pa_vxdoc.h:
19453: <xsl:output output options made identical to xsl:output
19454: attributes exclusion: cdata-section-elements what xalan can do
19455: but that not used now: it can escape and remove CDATA sections
19456:
19457: * src/: main/untaint.C, targets/cgi/parser3.C: optimized \r
19458: produced by xslt
19459:
19460: * src/targets/cgi/parser3.C: removed debug cgi||1
19461:
19462: * src/main/: pa_string.C, untaint.C: cached some string::size() es
19463:
19464: * src/: classes/table.C, main/pa_string.C, main/untaint.C,
19465: targets/cgi/parser3.C: table.append bug fixed: forgot to switch
19466: default language for {code}, it happen to change it's language
19467: from CLEAN, so later refused to split by CLEAN \t
19468:
19469: 2001-11-20 paf
19470:
1.116 moko 19471: * src/: classes/Makefile.am, classes/table.C, main/Makefile.am,
19472: main/pa_exception.C, types/Makefile.am: moved ident.C & co to
1.95 moko 19473: bottom of dependeces, so that errors would popup quicklier, fixed
19474: line numbering in table::sql
19475:
19476: 2001-11-19 paf
19477:
19478: * src/: classes/op.C, include/pa_request.h, include/pa_string.h,
19479: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
19480: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
19481: targets/isapi/parser3isapi.C, types/pa_wcontext.C,
19482: types/pa_wcontext.h: UL_CLEAN pieces now inherit UL_OPTIMIZED_BIT
19483: at wcontext.write
19484:
1.116 moko 19485: * src/targets/: Makefile.am, cgi/parser3.C: #if _MSC_VER
1.95 moko 19486: _set_new_handler
19487:
1.116 moko 19488: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C:
19489: set_new_handler in apache&isapi
1.95 moko 19490:
19491: 2001-11-16 paf
19492:
19493: * src/targets/cgi/parser3.C: pool debug @ die
19494:
19495: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
19496: removed 8 bytes from String, 2 bytes from
19497: string::chunk::row::item
19498:
19499: * src/main/pa_string.C: removed 1+4 bytes from String
19500:
19501: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19502: types/pa_vstring.C: removed 1+4 bytes from String
19503:
19504: * src/main/pa_pool.C: introducing estimating String::cstr_bufsize,
19505: 0
19506:
19507: * src/: include/pa_globals.h, include/pa_string.h,
19508: include/pa_types.h, main/pa_globals.C, main/pa_pool.C,
19509: main/pa_request.C, main/untaint.C, sql/pa_sql_driver.h,
19510: targets/cgi/parser3.C: introducing estimating
19511: String::cstr_bufsize, 0
19512:
19513: * src/: main/pa_pool.C, include/pa_pool.h: die in pool::fail
19514:
19515: * src/: targets/cgi/parser3.C, main/pa_pool.C: die in pool::fail
19516:
19517: * src/: main/execute.C, main/pa_pool.C, targets/cgi/parser3.C,
19518: include/pa_pool.h: die in pool::fail
19519:
19520: 2001-11-15 paf
19521:
19522: * src/: include/pa_exception.h, main/execute.C, main/main.dsp,
19523: main/pa_exception.C, targets/cgi/parser3.C: exception with
19524: dynamic buffer re-back now with counter
19525:
19526: * src/: include/pa_exception.h, main/pa_exception.C: exception with
19527: static buffer back
19528:
19529: * src/targets/cgi/parser3.C: std::
19530:
19531: * src/: classes/classes.awk, include/pa_config_auto.h.in,
19532: include/pa_config_includes.h: setnewhandler check
19533:
1.116 moko 19534: * src/include/pa_config_auto.h.in: makes
1.95 moko 19535:
19536: * src/targets/cgi/parser3.C: set_new_handler started
19537:
19538: 2001-11-14 paf
19539:
19540: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19541: was wrong
19542:
19543: * src/: include/pa_common.h, main/pa_common.C: snprintf replacement
19544: was wrong
19545:
19546: * src/main/pa_request.C: z
19547:
19548: * src/: include/pa_common.h, main/pa_common.C: snprintf on buffer
19549: full returns win32 -1 solaris >buffer_size
19550:
19551: checked all that
19552:
19553: * src/classes/op.C: ^untaint{body} as-is default now
19554:
19555: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19556: types/pa_vstateless_class.h, types/pa_vstateless_object.h: merged
19557: with no_bad_constructors_try
19558:
19559: * src/: main/execute.C, types/pa_vclass.h, types/pa_vobject.h,
19560: types/pa_vstateless_class.h, types/pa_vstateless_object.h: fixed
19561: this: $bred[^string::length[]] $bred[^response::clear[]]
19562: $bred[^int::int[]]
19563:
19564: now VObject creation moved into overriden
19565: VClass::create_new_value, thus 0 from create_new_value means that
19566: class has no ctors
19567:
19568: 2001-11-13 paf
19569:
19570: * src/classes/classes.C: returned accedently removed if in foreach
19571: callbacks [when hash no-0-restructure]
19572:
19573: 2001-11-12 paf
19574:
19575: * src/main/pa_pool.C: changed xdoc createXXX politics, now string
19576: passed as-is to method, xalan makes & into & itself
19577:
19578: * src/classes/date.C: date.roll parser2 alg used
19579:
19580: * src/: classes/classes.C, classes/hash.C, classes/xdoc.C,
19581: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19582: main/pa_dictionary.C, main/pa_hash.C,
19583: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C: hash
19584: now does not containt 0 values. put 0 actullay removes. no check
19585: on 0 value in foreach now required
19586:
19587: 2001-11-11 paf
19588:
19589: * src/sql/pa_sql_driver.h: removed extra constructor, doc
19590:
19591: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: CRLF
19592:
19593: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql
19594: driver initialize not const
19595:
19596: 2001-11-10 paf
19597:
19598: * src/main/pa_exec.C: doc
19599:
19600: 2001-11-09 paf
19601:
19602: * src/classes/: string.C, xdoc.C: xdoc::set{code} now untaints
19603: param properly
19604:
19605: * src/classes/string.C: string.save now does untainting before
19606: saving
19607:
19608: * src/main/pa_common.C: line endings fixing fixed last piece[was
19609: still cstr oriented]
19610:
19611: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19612: line endings fixing got rid of cstr, now must work ok with post
19613: multipart
19614:
19615: * src/types/pa_vform.C: line endings fixed at post / multipart /
19616: not file also now
19617:
19618: 2001-11-08 paf
19619:
19620: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19621: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19622: include/pa_stylesheet_manager.h, main/pa_charset_manager.C,
19623: main/pa_db_manager.C, main/pa_sql_driver_manager.C,
19624: main/pa_stylesheet_manager.C: restructured Cache manager to be
19625: simple parent, not second parent [gcc 2.96 strangly refused to
19626: call virtual from second parent]
19627:
1.116 moko 19628: * src/: include/pa_common.h, main/Makefile.am,
19629: targets/cgi/pa_pool.C: makes
1.95 moko 19630:
19631: * src/: include/pa_request.h, main/pa_request.C,
19632: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: apache
19633: 'status' class enabler
19634:
19635: <Location /parser-status.html> ParserStatusAllowed </Location>
19636:
19637: * src/: include/pa_cache_managers.h, include/pa_charset_manager.h,
19638: include/pa_db_manager.h, include/pa_sql_driver_manager.h,
19639: include/pa_stylesheet_manager.h, main/main.dsp,
19640: main/pa_cache_managers.C, main/pa_charset_manager.C,
19641: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19642: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
19643: types/pa_vstatus.h: cache_managers, maybe-expiring every request
19644: todo: apache 'status' class enabler
19645:
19646: 2001-11-05 paf
19647:
19648: * src/main/: pa_db_connection.C, pa_db_manager.C: expiration from
19649: debug to normal
19650:
19651: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_request.C:
19652: hence i removed skipping 0 values in hash::for_each-es we need to
19653: check cleaned cache items manually. few more checks.
19654:
19655: expiring to 0 time was wrong, changed to 'now' time
19656:
19657: * src/targets/cgi/parser3.C: read can return 0, that means sort of
19658: sig_pipe on freebsd [moko's experiments]. checked that in cgi,
19659: on apache already done :)
19660:
19661: * src/main/: pa_db_connection.C, pa_db_manager.C: hence i removed
19662: skipping 0 values in hash::for_each-es we need to check cleaned
19663: cache items manually
19664:
19665: * src/main/: pa_db_connection.C, pa_db_table.C:
19666: parser_multithreaded check was wrong
19667:
19668: * src/: classes/classes.C, classes/classes.h, classes/date.C,
19669: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
19670: classes/hashfile.C, classes/image.C, classes/int.C,
19671: classes/mail.C, classes/math.C, classes/op.C, classes/response.C,
19672: classes/string.C, classes/table.C, classes/void.C,
19673: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
19674: include/pa_array.h, include/pa_charset_connection.h,
19675: include/pa_charset_manager.h, include/pa_common.h,
19676: include/pa_config_fixed.h, include/pa_config_includes.h,
19677: include/pa_db_connection.h, include/pa_db_manager.h,
19678: include/pa_db_table.h, include/pa_dictionary.h, include/pa_dir.h,
19679: include/pa_exception.h, include/pa_exec.h, include/pa_globals.h,
19680: include/pa_hash.h, include/pa_opcode.h, include/pa_pool.h,
19681: include/pa_pragma_pack_begin.h, include/pa_pragma_pack_end.h,
19682: include/pa_request.h, include/pa_sapi.h, include/pa_socks.h,
19683: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
19684: include/pa_stack.h, include/pa_string.h,
19685: include/pa_stylesheet_connection.h,
19686: include/pa_stylesheet_manager.h, include/pa_table.h,
19687: include/pa_threads.h, include/pa_types.h, main/compile.C,
19688: main/compile.tab.C, main/compile_tools.C, main/compile_tools.h,
19689: main/execute.C, main/pa_array.C, main/pa_charset_connection.C,
19690: main/pa_charset_manager.C, main/pa_common.C,
19691: main/pa_db_connection.C, main/pa_db_manager.C,
19692: main/pa_db_table.C, main/pa_dictionary.C, main/pa_dir.C,
19693: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
19694: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
19695: main/pa_socks.C, main/pa_sql_driver_manager.C,
19696: main/pa_status_provider.C, main/pa_string.C,
19697: main/pa_stylesheet_manager.C, main/pa_table.C, main/untaint.C,
19698: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
19699: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
19700: targets/cgi/pool_storage.h, targets/isapi/pa_pool.C,
19701: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
19702: targets/isapi/pool_storage.h, types/pa_valiased.C,
19703: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
19704: types/pa_vclass.h, types/pa_vcode_frame.h, types/pa_vcookie.C,
19705: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vdouble.h,
19706: types/pa_venv.h, types/pa_vfile.C, types/pa_vfile.h,
19707: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
19708: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vimage.C,
19709: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
19710: types/pa_vmath.h, types/pa_vmethod_frame.h, types/pa_vobject.h,
19711: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
19712: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
19713: types/pa_vstateless_object.h, types/pa_vstatus.h,
19714: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.C,
19715: types/pa_vtable.h, types/pa_vvoid.h, types/pa_vxdoc.C,
19716: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
19717: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
19718: $status:db fixed used not initialized in db_connection & db_table
19719:
19720: * src/: include/pa_charset_connection.h, main/pa_charset_manager.C:
19721: $status:charset
19722:
19723: * src/: classes/xdoc.C, include/pa_db_connection.h,
19724: include/pa_stylesheet_connection.h,
19725: include/pa_stylesheet_manager.h, main/pa_stylesheet_manager.C,
19726: types/pa_vstatus.h: $status:stylesheet
19727:
19728: * src/: include/pa_charset_manager.h, include/pa_db_manager.h,
19729: include/pa_request.h, include/pa_sql_connection.h,
19730: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19731: main/main.dsp, main/pa_charset_manager.C, main/pa_common.C,
19732: main/pa_db_manager.C, main/pa_globals.C, main/pa_request.C,
19733: main/pa_sql_driver_manager.C, main/pa_status_provider.C,
19734: main/pa_stylesheet_manager.C, types/pa_vstatus.h,
19735: types/pa_vxnode.C, types/types.dsp: started status parser class
19736:
19737: 2001-11-01 paf
19738:
19739: * src/include/pa_config_auto.h.in: makes
19740:
19741: * src/main/pa_hash.C: removed old extra include
19742:
19743: * src/: classes/math.C, include/pa_common.h: HAVE_TRUNC HAVE_ROUND
19744: checks [for hp, there are such in math.h]
19745:
19746: * src/classes/op.C: ^for endless loop check strightened
19747:
19748: * src/: classes/hash.C, classes/op.C, main/execute.C: changed root
19749: behavior in native calls. it left unchanged, so ^for ^foreach &
19750: co can use r.root to write their i & key,value there
19751:
19752: * src/classes/op.C: detected for var storage bug, fixed.
19753: todo:foreach
19754:
19755: * src/: classes/hash.C, classes/xdoc.C, classes/xnode.C,
19756: include/pa_hash.h, main/pa_hash.C, main/pa_request.C,
19757: types/pa_vhash.h, types/pa_vxnode.C: hash locking disabled
19758: changing of hash inside of foreach
19759:
19760: * src/: classes/hash.C, classes/hashfile.C, types/pa_vhashfile.C:
19761: ^hashfile.foreach[key|value]{body}[[separator]|{separator}] prev
19762: were hash.foreach
19763:
19764: * src/: classes/hash.C, classes/op.C, types/pa_vmethod_frame.h,
19765: types/pa_vstring.C, types/pa_vstring.h:
19766: ^foreach[key|value]{body}[[separator]|{separator}]
19767:
19768: * src/: classes/hash.C, include/pa_hash.h, main/pa_hash.C,
19769: types/pa_vcookie.C: ^hash.delete[key]
19770:
19771: 2001-10-31 paf
19772:
19773: * src/main/: compile.C, pa_common.C: completely empty file now
19774: considered "read", not ignored [not perfect trick used]
19775:
19776: * src/main/pa_common.C: simplier common ifdefs
19777:
19778: * src/main/pa_common.C: typing bug in common - bad ifdeff
19779:
19780: * src/main/pa_db_connection.C: z
19781:
19782: * src/main/: pa_db_connection.C, pa_sql_driver_manager.C: //
19783: lockdetector flags
19784: dbenv.lk_detect=DB_LOCK_RANDOM;
19785:
19786: * src/main/pa_sql_driver_manager.C: hiding passwords and addresses
19787: from accidental show [imagine user forgot @exception]
19788:
19789: * src/classes/table.C: ^table.save[[nameless|+append;]path]
19790:
19791: * src/: classes/file.C, classes/image.C, classes/mail.C,
19792: classes/string.C, classes/xnode.C, include/pa_common.h,
19793: main/pa_common.C: ^string.save[[append;]path]
19794:
19795: * src/: include/pa_opcode.h, main/compile.tab.C, main/compile.y,
19796: main/execute.C: \ in expression: int divide 10/3=3
19797:
19798: * src/types/pa_vhashfile.h: hashfile ^delete to do something only
19799: inside of ^cache
19800:
19801: * src/: include/pa_threads.h, main/pa_db_connection.C,
19802: main/pa_db_table.C, targets/cgi/pa_threads.C,
19803: targets/isapi/pa_threads.C: libdb DB_THREAD flag only when really
19804: needed
19805:
19806: 2001-10-30 paf
19807:
19808: * src/: classes/classes.dsp, main/main.dsp,
19809: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
19810: types/types.dsp: enabled debug incremental compile
19811:
19812: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C:
19813: form post data line endings not reformatted now.
19814:
19815: * src/types/: pa_vform.C, pa_vform.h: AppendFormEntry length param
19816: now required [had bug when file= has no value]
19817:
19818: * src/main/: pa_db_connection.C, pa_db_manager.C, pa_db_table.C,
19819: pa_exec.C, pa_request.C, pa_sql_driver_manager.C, pa_string.C:
19820: cstr(asis) default param removed
19821:
19822: * src/classes/xdoc.C: rolled back {} in xdoc.createTextNode for now
19823:
19824: * src/classes/xdoc.C: rolled back {} in xdoc.createElement for now
19825:
19826: * src/include/pa_dir.h: LOAD_DIR fixed
19827:
19828: * src/types/pa_vform.C: VForm::AppendFormEntry {length convention
19829: was broken} fix_line_breaks
19830:
19831: * src/include/: pa_config_fixed.h, pa_pragma_pack_begin.h,
19832: pa_pragma_pack_end.h, pa_string.h, pa_types.h: String & Origin
19833: packed with #pragma pack
19834:
1.116 moko 19835: * src/include/pa_config_auto.h.in: pragma detection
1.95 moko 19836:
19837: 2001-10-29 paf
19838:
19839: * src/types/pa_wcontext.h: bitfield syntax stricter
19840:
19841: * src/: classes/file.C, types/pa_vimage.C: image&file couple stack
19842: string hash.puts
19843:
19844: * src/include/pa_sql_connection.h: SQL_CONNECTION_FUNC_GUARDED name
19845:
19846: * src/include/pa_sql_connection.h: there were one wrong
19847: SQL_CONNECTION_FUNC_GUARDED [failed]
19848:
19849: * src/targets/isapi/pa_pool.C: added isapi&apache real_malloc debug
19850: param.someday either ifdef or remove it
19851:
19852: * src/targets/cgi/: pa_pool.C, parser3.C: removed debug defines
19853:
19854: * src/main/untaint.C: optimizing returned after debugging
19855:
19856: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C,
19857: main/untaint.C: memory hunging #pragma pack(1)
19858:
19859: 16 419 844 13 169 394
19860:
19861: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
19862: targets/cgi/pa_pool.C: String size_t replace to uint in proper
19863: places [todo:Array]
19864:
19865: * src/: main/execute.C, targets/cgi/pa_pool.C,
19866: targets/cgi/parser3.dsp, types/pa_wcontext.h,
19867: types/pa_wwrapper.h: debugging memory WContext flags to bits
19868:
19869: total 5 652 652/158731 total 5 469 332/158731
19870:
19871: * src/: include/pa_array.h, main/pa_array.C: debugging memory
19872: Array:: without cache in get/put now
19873:
19874: [Mon Oct 29 18:23:02 2001] total 5 796 092/158731 [Mon Oct 29
19875: 18:25:27 2001] total 5 652 652/158731
19876:
19877: * src/: include/pa_string.h, main/pa_string.C,
19878: targets/cgi/pa_pool.C: debugging memory String::fused_rows func
19879: now
19880:
19881: [Mon Oct 29 17:55:45 2001] total 5917436/158731 [Mon Oct 29
19882: 18:11:53 2001] total 5796092/158731
19883:
19884: * src/: classes/file.C, include/pa_hash.h, include/pa_string.h,
19885: main/pa_globals.C, targets/cgi/pa_pool.C: debugging memory hash
19886: key ref now
19887:
19888: [Mon Oct 29 16:01:17 2001] total 17050496/202647 [Mon Oct 29
19889: 17:11:17 2001] total 16867948/202658
19890:
19891: * src/: classes/file.C, classes/image.C, classes/string.C,
19892: classes/xdoc.C, include/pa_pool.h, include/pa_string.h,
19893: main/execute.C, main/pa_array.C, main/pa_common.C,
19894: main/pa_hash.C, main/pa_sql_driver_manager.C, main/pa_string.C,
19895: main/untaint.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C,
19896: types/pa_vcookie.C, types/pa_vstring.h: debuggging memory.
19897: string::as_int/double now usually uses stack, not heap [200K out
19898: of 17M :)] VString(String&) not copies reference [29M -> 17M]
19899:
19900: * src/main/pa_sql_driver_manager.C: ping to have services [old
19901: hiding bug]
19902:
19903: * src/Makefile.am: .am order
19904:
19905: * src/: include/pa_array.h, include/pa_charset_manager.h,
19906: include/pa_db_connection.h, include/pa_db_manager.h,
19907: include/pa_db_table.h, include/pa_hash.h, include/pa_request.h,
19908: include/pa_sql_driver_manager.h, include/pa_stylesheet_manager.h,
19909: include/pa_threads.h, types/pa_valiased.h, types/pa_vhashfile.h,
19910: types/pa_vstateless_class.h, types/pa_wcontext.h: gcc 3.0.1
19911: required "friend class"
19912:
19913: ../include/pa_request.h:51: friend declaration requires
19914: class-key, i.e. `friend class Temp_lang'
19915:
19916: * src/: include/pa_exception.h, include/pa_sql_connection.h,
19917: main/pa_exception.C, main/pa_sql_driver_manager.C,
19918: sql/pa_sql_driver.h: sql driver impl changed in _throw part.
19919:
19920: the idea is to #1 jump to C++ some function to main body, where
19921: every function stack frame has exception unwind information and
19922: from there... #2 propagate_exception()
19923:
19924: 2001-10-28 paf
19925:
19926: * src/main/pa_db_connection.C: removed old consts
19927:
19928: * src/main/pa_db_connection.C: expire table [was accidently pasted
19929: with wrong type/cast]
19930:
19931: * src/main/: pa_db_connection.C, pa_db_table.C: exception
19932: translation
19933:
1.116 moko 19934: * src/: classes/Makefile.am, targets/cgi/Makefile.am: db makes.
1.95 moko 19935: remember to build DB2 with -fexceptions!!!
19936:
19937: * src/main/pa_db_table.C: DB_RMW defed
19938:
19939: * src/: include/pa_config_auto.h.in, include/pa_config_fixed.h,
19940: include/pa_db_connection.h, include/pa_db_manager.h,
19941: include/pa_db_table.h, main/pa_db_connection.C,
19942: main/pa_db_table.C: db2 on linux with DB 2.4.14: (6/2/98)
19943:
19944: 2001-10-27 paf
19945:
19946: * src/: classes/hashfile.C, include/pa_db_connection.h,
19947: include/pa_db_table.h, main/pa_db_connection.C,
19948: main/pa_db_manager.C, main/pa_db_table.C, main/pa_globals.C,
19949: types/pa_vhashfile.C: DB2 ifdefs
19950:
1.116 moko 19951: * src/: classes/Makefile.am, include/pa_config_fixed.h,
19952: main/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
1.95 moko 19953: makes with DB2
19954:
1.116 moko 19955: * src/: include/pa_config_auto.h.in, main/Makefile.am,
19956: types/Makefile.am: makes db
1.95 moko 19957:
19958: * src/: main/pa_globals.C, targets/cgi/parser3.dsp,
19959: targets/isapi/parser3isapi.dsp: vc projects libdb ifdefed into
19960: globals.C
19961:
19962: * src/: classes/hashfile.C, include/pa_db_connection.h,
19963: include/pa_db_table.h, main/pa_db_connection.C,
19964: main/pa_db_table.C: ^hashfile.clear[]
19965:
19966: * src/classes/classes.awk: no $ in var names
19967:
19968: * src/main/: pa_db_connection.C, pa_db_manager.C: db expiration
19969: connection&table [forgotten calls]
19970:
19971: 2001-10-26 paf
19972:
19973: * src/main/pa_db_connection.C: db checkpoints
19974:
19975: * src/: include/pa_db_connection.h, main/pa_db_connection.C: db
19976: checkpoints
19977:
19978: * src/classes/xdoc.C: xdoc createTextNode createElement UL_XML
19979: default. but entities still reparsed. todo: tothink
19980:
19981: * src/main/pa_db_connection.C: db recover mech 2
19982:
19983: * src/: classes/hashfile.C, include/pa_db_connection.h,
19984: include/pa_db_manager.h, include/pa_db_table.h,
19985: include/pa_hash.h, main/pa_db_connection.C, main/pa_db_manager.C,
19986: main/pa_db_table.C, main/pa_hash.C, types/pa_vhashfile.C,
19987: types/pa_vhashfile.h: db connections & tables now cached at
19988: create time & multithreaded
19989:
19990: * src/: classes/xdoc.C, types/pa_vxdoc.h: transform2 for
19991: parsed_source
19992:
19993: * src/main/pa_db_connection.C: about to remove connection from
19994: vhashfile
19995:
19996: * src/: main/pa_db_table.C, classes/hashfile.C: db: child
19997: transaction commit/rollback responsibility left to parent [as it
19998: sould - else there were a bug with double free]
19999:
20000: * src/include/pa_db_table.h: db: child transaction commit/rollback
20001: responsibility left to parent [as it sould - else there were a
20002: bug with double free]
20003:
20004: 2001-10-25 paf
20005:
20006: * src/: classes/hashfile.C, include/pa_common.h,
20007: include/pa_db_connection.h, include/pa_db_manager.h,
20008: main/main.dsp, main/pa_db_connection.C, main/pa_db_manager.C,
20009: types/pa_vhashfile.C, types/pa_vhashfile.h,
20010: include/pa_db_table.h, main/pa_db_table.C: started db_home
20011: [multiple, cached] todo: autorecover [tried, but not succeded,
20012: yet]
20013:
20014: * src/include/pa_dir.h: ancient gpf on dir not found fixed
20015:
20016: * src/: include/pa_db_connection.h, main/pa_db_manager.C:
20017: transaction parent passed
20018:
20019: 2001-10-24 parser
20020:
1.116 moko 20021: * src/classes/Makefile.am: makes
1.95 moko 20022:
20023: * src/targets/: cgi/pool_storage.h, isapi/parser3isapi.C,
20024: isapi/pool_storage.h: pool_storage fixed
20025:
20026: * src/: include/pa_common.h, main/pa_common.C, types/pa_vform.C,
20027: types/pa_vform.h: form fix_line_breaks
20028:
1.116 moko 20029: * src/targets/cgi/pool_storage.h: makes
1.95 moko 20030:
20031: * src/: classes/Makefile.am, targets/cgi/Makefile.am,
20032: targets/cgi/pool_storage.h: makes
20033:
20034: * src/sql/pa_sql_driver.h: version
20035:
20036: * src/: include/pa_common.h, main/Makefile.am, main/pa_common.C,
20037: types/pa_vform.C, types/pa_vform.h: .am
20038:
20039: * src/main/: pa_db_connection.C, pa_db_manager.C: hashfile setted
20040: this: DB_RMW Acquire write locks instead of read locks when doing
20041: the retrieval. Setting this flag may decrease the likelihood of
20042: deadlock during a read-modify-write cycle by immediately
20043: acquiring the write lock during the read part of the cycle so
20044: that another thread of control acquiring a read lock for the same
20045: item, in its own read-modify-write cycle, will not result in
20046: deadlock
20047:
20048: * src/targets/isapi/parser3isapi.dsp: doc
20049:
20050: * src/: classes/hashfile.C, types/pa_vhashfile.h: hashfile 1
20051:
20052: * src/: classes/hashfile.C, include/pa_request.h: hashfile.cache 0
20053:
20054: * src/: classes/hashfile.C, include/pa_db_connection.h,
20055: main/pa_db_connection.C: hashfile expired deleted from db when
20056: get & iterate
20057:
20058: * src/: main/pa_db_connection.C, types/pa_vhashfile.C: hashfile
20059: expiring 1
20060:
20061: * src/types/: pa_vhashfile.C, pa_vhashfile.h: hashfile expiring 0
20062:
20063: * src/: main/pa_db_connection.C, types/pa_vhashfile.C:
20064: db_connection not bothers with key when not returning expired
20065: data
20066:
20067: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20068: types/pa_vhashfile.C: db_cursor constructor public now
20069:
20070: * src/: include/pa_db_connection.h, main/pa_db_connection.C,
20071: types/pa_vhashfile.C, types/pa_vhashfile.h: hashfile data
20072: stamped, todo: put_element analize
20073:
20074: * src/: include/pa_db_connection.h, include/pa_string.h,
20075: main/pa_db_connection.C, main/pa_string.C: hashfile pieced
20076: serialize. todo stamp
20077:
20078: 2001-10-23 parser
20079:
20080: * src/: classes/file.C, classes/hash.C, classes/hashfile.C,
20081: classes/image.C, classes/mail.C, classes/response.C,
20082: classes/string.C, classes/table.C, classes/xdoc.C,
20083: include/pa_config_fixed.h, include/pa_db_connection.h,
20084: main/pa_common.C, main/pa_db_connection.C, main/pa_request.C,
20085: types/pa_value.h, types/pa_vcookie.C, types/pa_vhash.h,
20086: types/pa_vhashfile.C, types/pa_vhashfile.h, types/pa_vresponse.h,
20087: types/pa_vtable.C: ^hashfile.hash[]
20088:
20089: * src/: classes/hashfile.C, classes/xdoc.C,
20090: include/pa_config_fixed.h, main/pa_db_manager.C,
20091: main/pa_globals.C: ifdefs so it compiled without db
20092:
20093: * src/: classes/hashfile.C, include/pa_db_connection.h,
20094: include/pa_db_manager.h, main/pa_db_connection.C,
20095: main/pa_db_manager.C, types/pa_vhashfile.h:
20096: ^hashfile.transaction{code} ^hashfile:clear[filename]
20097: ^hashfile.delete[key]
20098:
20099: 2001-10-22 parser
20100:
20101: * src/targets/: cgi/pa_pool.C, cgi/parser3.C, cgi/parser3.dsp,
20102: cgi/pool_storage.h, isapi/pool_storage.h: cgi += pool cleanups
20103:
20104: * src/: classes/classes.dsp, classes/hashfile.C, classes/xdoc.C,
20105: classes/xnode.C, include/pa_charset_connection.h,
20106: include/pa_db_connection.h, include/pa_db_manager.h,
20107: include/pa_exception.h, include/pa_sapi.h,
20108: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
20109: include/pa_stylesheet_connection.h,
20110: include/pa_stylesheet_manager.h,
20111: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20112: main/pa_db_connection.C, main/pa_db_manager.C,
20113: main/pa_exception.C, main/pa_globals.C, main/pa_pool.C,
20114: main/pa_sql_driver_manager.C, main/pa_stylesheet_manager.C,
20115: main/pa_xslt_stylesheet_manager.C, targets/cgi/parser3.C,
20116: targets/isapi/parser3isapi.C, types/pa_vhashfile.C,
20117: types/pa_vhashfile.h, types/pa_vxdoc.C, types/pa_vxnode.C,
20118: types/types.dsp: hashfile 0
20119:
20120: * src/types/pa_vhashfile.C: z
20121:
20122: * src/: classes/classes.dsp, classes/hashfile.C,
20123: include/pa_config_fixed.h, main/execute.C,
20124: targets/cgi/parser3.dsp, types/pa_vhashfile.C,
20125: types/pa_vhashfile.h, types/types.dsp: hashfile -100
20126:
20127: * src/targets/isapi/parser3isapi.C: SEH minor ifdef changes
20128:
20129: * src/: include/pa_exception.h, include/pa_request.h,
20130: main/execute.C, main/pa_exception.C, main/pa_request.C,
20131: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20132: types/pa_vclass.h, types/pa_vobject.h: stack backtrace
20133:
20134: 2001-10-19 parser
20135:
20136: * src/include/pa_pool.h: header
20137:
20138: * src/main/pa_pool.C: auto compiled on gcc
20139:
20140: * src/classes/image.C: comment
20141:
1.116 moko 20142: * src/: include/pa_pool.h, main/pa_common.C: makes
1.95 moko 20143:
20144: * src/: classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20145: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20146: types/pa_vxnode.h: xnode clone got freed
20147:
20148: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20149: include/pa_types.h, main/pa_pool.C: first c++ exceptions result:
20150: can free up xalandomstring resulting from pool::transcode
20151:
20152: * src/: classes/Makefile.am, classes/xdoc.C, classes/xnode.C,
20153: include/pa_config_fixed.h, include/pa_exception.h,
20154: include/pa_stylesheet_connection.h, main/pa_charset_connection.C,
20155: main/pa_exception.C, main/pa_pool.C, types/pa_vxdoc.C,
20156: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h: switched
20157: to c++ exceptions 1xml configure fixed to exclude xalan-patch
20158: from non-xml compile
20159:
20160: * src/main/pa_request.C: pool:: context - get_context
20161:
20162: * src/: classes/classes.h, classes/date.C, classes/double.C,
20163: classes/file.C, classes/form.C, classes/hash.C, classes/image.C,
20164: classes/int.C, classes/mail.C, classes/math.C, classes/op.C,
20165: classes/string.C, classes/table.C, classes/void.C,
20166: include/pa_config_fixed.h, include/pa_exception.h,
20167: include/pa_pool.h, include/pa_request.h, include/pa_types.h,
20168: main/compile.C, main/compile_tools.C, main/execute.C,
20169: main/pa_array.C, main/pa_common.C, main/pa_dictionary.C,
20170: main/pa_exception.C, main/pa_exec.C, main/pa_pool.C,
20171: main/pa_request.C, main/pa_socks.C, main/pa_sql_driver_manager.C,
20172: main/pa_string.C, main/pa_table.C, main/untaint.C,
20173: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20174: types/pa_value.h, types/pa_vbool.h, types/pa_vdouble.h,
20175: types/pa_vfile.h, types/pa_vform.C, types/pa_vhash.h,
20176: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
20177: types/pa_vstateless_class.h, types/pa_vtable.C,
20178: types/pa_wcontext.C, types/pa_wwrapper.h: switched to c++
20179: exceptions 0
20180:
20181: * src/classes/classes.awk: $ removed
20182:
20183: 2001-10-18 parser
20184:
20185: * src/types/pa_vcookie.C: cookie:CLASS
20186:
20187: * src/main/main.dsp: project
20188:
20189: * src/: classes/xdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C: vxdoc
20190: set_document & ctor question "who owns document" solved
20191:
20192: * src/: classes/xdoc.C, main/pa_pool.C: extra free removed
20193:
20194: * src/: classes/xdoc.C, classes/xnode.C, include/pa_pool.h,
20195: main/pa_pool.C: encoding in dom creating funcs
20196:
20197: * src/: classes/xdoc.C, types/pa_vxdoc.h: dom created by create can
20198: be transformed now
20199:
20200: * src/classes/xdoc.C: dom created by create can be transformed now
20201:
20202: * src/classes/xdoc.C: z
20203:
20204: * src/classes/xdoc.C: comment
20205:
20206: * src/: classes/xdoc.C, classes/xnode.C, main/compile.tab.C: xdoc
20207: create now uses XercesDocumentBridge, appendChild&co now works
20208:
20209: * src/include/pa_stylesheet_connection.h: prev stylesheet destroyed
20210: @ recompile
20211:
20212: * src/main/: compile.tab.C, compile.y, pa_request.C: ^: no colon in
20213: $origin @exception[
20214:
20215: * src/classes/: xdoc.C, xnode.C: xdoc::create[] now. and all dom
20216: tag names forced to XML lang
20217:
20218: * src/: classes/classes.dsp, classes/xdoc.C, types/types.dsp: fiew
20219: leechy-found bugs in code&doc fixed
20220:
20221: 2001-10-17 parser
20222:
20223: * src/: classes/classes.dsp, classes/string.C, main/pa_string.C,
20224: types/pa_vxnode.h, types/types.dsp: string::mid fixed, string.mid
20225: n functionality preserved
20226:
20227: * src/types/pa_vimage.h: removed unused vimage::save
20228:
20229: 2001-10-16 parser
20230:
20231: * src/: classes/string.C, main/pa_string.C: $string.mid(p[;n])
20232:
20233: * src/classes/: xnode.C: removed few dom returns & changed op.txt
20234:
20235: * src/types/: pa_vhash.h, pa_vtable.h: hash can be used as boolean
20236:
20237: * src/classes/image.C: image.copy tolerance
20238:
20239: * src/classes/image.C: ::CopyResampled made gd2beta+my hands, very
20240: ineffective, but works for small paleted image
20241:
20242: * src/types/pa_vimage.C: comment
20243:
20244: * src/classes/image.C: gd size/resize bugfix
20245:
20246: * src/: classes/classes.dsp, main/main.dsp,
20247: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20248: types/types.dsp: ident >nul 2>&1
20249:
20250: * src/main/pa_common.C: \r\n -> \n DOS \r -> \n Macintosh on all
20251: systems
20252:
20253: * src/: classes/image.C, types/pa_vimage.h: ^image.copy[source](src
20254: x;src y;src w;src h;dst x;dst y[;dest w[;dest h]])
20255:
20256: 2001-10-15 parser
20257:
20258: * src/main/execute.C: z
20259:
20260: * src/classes/: xdoc.C: !::create{qualifiedName}
20261:
20262: * src/types/pa_vxnode.C: document_type_node.
20263: !readonly attribute DOMString name
20264: !notation_node.
20265: !readonly attribute DOMString publicId
20266: !readonly attribute DOMString systemId
20267:
1.116 moko 20268: * src/types/: pa_vcode_frame.h, pa_wcontext.C: code_frame fixed -
20269: ::write badly passed string too transparently [failed to
20270: intercept it]
1.95 moko 20271:
20272: * src/: classes/xdoc.C, classes/xnode.C, include/pa_config_fixed.h,
20273: include/pa_request.h, main/pa_sql_driver_manager.C,
20274: types/pa_vxdoc.C, types/pa_vxdoc.h, types/pa_vxnode.C,
20275: types/pa_vxnode.h: DOM1 major addtion, only few
20276: attributes/methods left
20277:
20278: 2001-10-13 parser
20279:
20280: * src/: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20281: targets/isapi/parser3isapi.C: isapi&cgi couple non-pooled mallocs
20282: in main handler
20283:
20284: * src/targets/isapi/pool_storage.h: isapi pool storage reverse
20285: cleanups & frees order
20286:
20287: * src/types/pa_vcode_frame.h: couple comments
20288:
20289: * src/: main/execute.C, types/pa_vcode_frame.h: vcodeframe made
20290: transparent enough to handle hash if creation&passing
20291:
20292: * src/: include/pa_config_fixed.h, main/execute.C,
20293: main/pa_exception.C: noticed that vcodeframe not transparent
20294: enough, would change now
20295:
20296: 2001-10-12 parser
20297:
20298: * src/targets/isapi/parser3isapi.C: xalan&xerces multithread bug
20299: fixed. initialization&free on each thread!
20300:
20301: * src/classes/: double.C, int.C, string.C: sql{}[$.default[({})]]
20302: handling changed: now type of default param analized always, not
20303: only at problem time, thus helping early problem spotting
20304:
20305: * src/: classes/classes.dsp, classes/xdoc.C, main/compile.tab.C,
20306: main/main.dsp, main/pa_globals.C, targets/cgi/parser3.C,
20307: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
20308: targets/isapi/parser3isapi.dsp, types/types.dsp: xalan&xerces
20309: multithread bug fixed. initialization&free on each thread!
20310:
20311: 2001-10-11 parser
20312:
20313: * src/classes/xnode.C: xnode.selectSingle now
20314:
20315: * src/: classes/xdoc.C, classes/xnode.C, include/pa_exception.h,
20316: include/pa_pool.h, include/pa_stylesheet_connection.h,
20317: main/pa_exception.C, main/pa_pool.C: moved xslt exceptions
20318: convertors out of Pool into Exception
20319:
20320: * src/main/pa_string.C: const
20321:
20322: * src/: include/pa_string.h, main/pa_string.C: restructured string:
20323: linked pieces of same language together prior to String::replace
20324:
20325: * src/classes/hash.C: !^hash.add[addme]
20326: !^hash.sub[subme]
20327: !^a.union[b] = new
20328: !^a.intersection[b] = new
20329: !^a.intersects[b] = bool
20330:
20331: * src/classes/hash.C: !^hash::append[append_from]
20332:
20333: * src/: classes/hash.C, types/pa_vhash.h:
20334: !^hash::create[[copy_from]]
20335:
20336: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
20337: include/pa_string.h, main/pa_globals.C, main/pa_string.C,
20338: main/untaint.C, types/pa_vvoid.h: untaint lang origins table
20339: fixed. got rid of empty_string, which caused errors - it hasnt
20340: exception but somebody[value.bark] tried to throw it on it's pool
20341:
1.116 moko 20342: * src/include/pa_config_auto.h.in: makes
1.95 moko 20343:
20344: 2001-10-10 parser
20345:
20346: * src/: classes/op.C, main/compile.tab.C: ^error[msg]
20347:
20348: * src/main/: compile.tab.C, compile.y: ^a[
20349:
20350: @next_method << now unclosed ] would be reported here
20351:
20352: * src/main/: compile.tab.C, compile.y: ^a[^b] more informative
20353: compile error
20354:
20355: 2001-10-09 parser
20356:
1.116 moko 20357: * src/: classes/Makefile.am, main/Makefile.am,
20358: targets/cgi/Makefile.am, types/Makefile.am: makes
1.95 moko 20359:
20360: * src/classes/Makefile.am: makes
20361:
20362: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: xml transform
20363: win32 errors intercepted [xalan transformer patched and
20364: incorporated]
20365:
20366: * src/: classes/classes.dsp, classes/xdoc.C,
20367: include/pa_stylesheet_connection.h, main/main.dsp,
20368: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20369: types/pa_vxdoc.h, types/pa_vxnode.h, types/types.dsp: xalan
20370: patches starting
20371:
20372: * src/classes/: string.C, table.C: ^string.save[file]
20373:
20374: * src/classes/: date.C, table.C: calendar moved to date
20375:
20376: * src/classes/: op.C, table.C: table.hash[key field;value field(s)
20377: string/table] now
20378:
20379: * src/classes/: op.C, table.C: z
20380:
20381: * src/: classes/op.C, classes/table.C, types/pa_vfile.h,
20382: types/pa_vimage.h, types/pa_vjunction.h, types/pa_vxdoc.h,
20383: types/pa_vxnode.h: table:menu & op for delims made allowed not to
20384: be code [be string..]
20385:
20386: * src/classes/: double.C, file.C, image.C, int.C, op.C, string.C,
20387: table.C: lots of
20388: params->as_int/double/as_string/as_junction/as_no_junction
20389: messages added
20390:
20391: 2001-10-08 parser
20392:
20393: * src/: classes/date.C, classes/image.C, classes/string.C,
20394: classes/table.C, classes/void.C, include/pa_request.h:
20395: params->as_int/double message added
20396:
20397: * src/classes/image.C: image:circle [and round arc] uses Bresenham
20398:
20399: * src/: classes/image.C, types/pa_vcookie.C, types/pa_vimage.C:
20400: image:sector removed image:html internal "line-*" attribs
20401:
20402: * src/: classes/image.C, include/pa_common.h, main/pa_common.C,
20403: types/pa_vcookie.C: cookie urlencoded [netscape doc reread]
20404:
20405: * src/types/pa_vcookie.C: removing cookie made more netscape-like
20406: way
20407:
20408: * src/: classes/file.C, classes/form.C, main/pa_common.C,
20409: main/untaint.C: header untainting to UL_HTTP_HEADER,
20410: UL_MAIL_HEADER made nonforced [only tainted pieces]
20411:
20412: * src/: include/pa_common.h, main/pa_common.C, main/untaint.C,
20413: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: remove_crlf
20414: @ SAPI::log
20415:
20416: * src/main/untaint.C: \r to ' ' in origins mode
20417:
20418: * src/classes/xdoc.C: xdoc:load exceptions intercepted [like in
20419: set]
20420:
20421: * src/: classes/xdoc.C, include/pa_config_fixed.h,
20422: main/compile.tab.C, types/pa_vxdoc.h: parsedSource produced by
20423: nonstandard liaison freed up
20424:
20425: 2001-10-07 parser
20426:
20427: * src/: include/pa_config_fixed.h, main/compile.tab.C: restored
20428: project
20429:
20430: 2001-10-05 parser
20431:
20432: * src/: classes/xdoc.C, include/pa_pool.h, main/main.dsp,
20433: main/pa_pool.C: changed xdoc:set to prevent SAXParseException
20434: from outputing to cerr. lots of "todos"
20435:
20436: * src/main/untaint.C: http_header tainting more gentle with
20437: enquoting now
20438:
20439: * src/: classes/xdoc.C, include/pa_dictionary.h, main/main.dsp,
20440: main/pa_dictionary.C, main/pa_string.C, types/pa_vxdoc.h: started
20441: xml errorhandler. fixed string.replace a little, read @test
20442:
20443: * src/main/pa_string.C: found replace bug - first_that_starts(char
20444: *) does not have limit, and looks further eos, fixing....
20445:
20446: * src/doc/: doxygen.cfg, html2chm.cmd, sources2html.cmd: paths
20447:
20448: * src/: classes/xdoc.C, main/compile.tab.C: xdoc.transform now
20449:
20450: * src/main/: pa_charset_connection.C: ctype another mem clear
20451: bugfix
20452:
1.116 moko 20453: * src/main/: compile.tab.C, compile.y: disabled ^literals in names
20454: $result[^[$p^]z] now works fine
1.95 moko 20455:
20456: * src/: include/pa_hash.h, main/pa_hash.C: Hash::size() calculated
20457: wrong. fixed it
20458:
20459: * src/main/pa_charset_connection.C: unicode zero pair at the beging
20460: of totable appered to be vital
20461:
20462: 2001-10-04 parser
20463:
20464: * src/classes/image.C: ^image.length[text]
20465:
20466: 2001-10-03 parser
20467:
20468: * src/main/pa_request.C: DEFAULT...charset was ignored when !XML
20469:
20470: * src/main/pa_request.C: restored pcre defaulting in request
20471: [mindlessly "optimized" yesterday] comment left
20472:
20473: 2001-10-02 parser
20474:
20475: * src/: main/pa_charset_manager.C,
20476: include/pa_stylesheet_connection.h: forgot non-xml pool.*charset
20477: needed
20478:
20479: * src/: include/pa_pool.h, main/pa_pool.C, types/pa_vresponse.h:
20480: forgot non-xml pool.*charset needed
20481:
20482: * src/classes/table.C: # config comments fixed
20483:
20484: * src/: classes/table.C, main/pa_charset_connection.C: table:load &
20485: charset_connection #comment now
20486:
20487: * src/: classes/classes.dsp, types/types.dsp: release projects
20488: options fixed to use release msvcrt lib
20489:
20490: * src/main/pa_charset_connection.C: pcre tables now const inside
20491: removed default - pcre handles that internally fixed bug on
20492: not-cleaning tables [previously was calloced, now member]
20493:
20494: * src/: include/pa_request.h, main/pa_charset_connection.C,
20495: main/pa_request.C, types/pa_vstring.h: pcre tables now const
20496: inside removed default - pcre handles that internally fixed bug
20497: on not-cleaning tables [previously was calloced, now member]
20498:
20499: * src/: include/pa_config_fixed.h, main/pa_charset_connection.C:
20500: tested charset reload on file change @ apache version = OK tested
20501: freeing up prev encoding on adding new = OK
20502:
20503: 2001-10-01 parser
20504:
20505: * src/main/pa_charset_connection.C: removed entitify external hack
20506: [internal installed]
20507:
1.116 moko 20508: * src/main/Makefile.am: makes+removed dtd
1.95 moko 20509:
20510: * src/: include/pa_charset_connection.h,
20511: include/pa_charset_manager.h,
20512: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20513: main/pa_charset_connection.C, main/pa_charset_manager.C,
20514: main/pa_request.C: charset loading & caching mech 0
20515:
20516: * src/: include/pa_stylesheet_connection.h,
20517: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20518: main/pa_globals.C, main/pa_request.C: would make charset loading
20519: & caching mech now
20520:
20521: 2001-09-30 parser
20522:
20523: * src/main/pa_request.C: forgot to fill toTable
20524:
20525: * src/: include/pa_config_fixed.h, main/pa_request.C: started
20526: hack_s_maximumCharacterValues to XALAN_HACK_DIGITAL_ENTITIES but
20527: failed on win32 for now..
20528:
20529: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
20530: now charsets table configuration variable is: CHARSETS
20531:
20532: * src/: classes/xdoc.C, include/pa_request.h, main/pa_request.C:
20533: ctype with unicode 1. todo: no П entities on output somehow
20534:
20535: * src/: classes/file.C, classes/op.C, classes/string.C,
20536: include/pa_request.h, main/pa_request.C: started ctype with
20537: unicode values
20538:
20539: 2001-09-28 parser
20540:
20541: * src/: main/pa_request.C, classes/mail.C, classes/op.C,
20542: classes/xdoc.C, include/pa_stylesheet_connection.h: letter body
20543: string passed AS-IS now
20544:
20545: * src/classes/: xdoc.C, xnode.C: xdoc addencoding works! invented a
20546: way of user-configuring... todo: implement
20547:
20548: 2001-09-27 parser
20549:
20550: * src/classes/table.C: table.sort changed to sort table itself
20551:
20552: * src/: classes/xdoc.C, targets/isapi/parser3isapi.dsp:
20553: X^.getElementsByTagName[tagname] = array of xnode
20554: X^.getElementsByTagNameNS[namespaceURI;localName] = array of
20555: nodes removed - regretfully not supported @ xalan. maybe someday
20556: would reimplement, if needed.
20557:
20558: win32build system: solved long waiting anti-non-started-apache
20559: problem
20560:
20561: * src/: classes/classes.dsp, classes/xdoc.C, main/main.dsp,
20562: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.dsp,
20563: types/types.dsp: win32 ident make system so not to rebuild
20564: library [ident.C.new]
20565:
20566: 2001-09-26 parser
20567:
20568: * src/: classes/classes.dsp, classes/xdoc.C, classes/xnode.C,
20569: classes/xnode.h, include/pa_config_fixed.h, main/main.dsp,
20570: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
20571: types/pa_vxnode.C, types/types.dsp: z
20572:
20573: * src/classes/classes.C: forgot one non-xml check
20574:
1.116 moko 20575: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
20576: targets/cgi/Makefile.am, types/Makefile.am: makes with clases.awk
1.95 moko 20577:
20578: * src/targets/cgi/parser3.C: z
20579:
20580: * src/: include/pa_config_fixed.h, targets/cgi/parser3.C,
20581: targets/isapi/parser3isapi.C: #ifdef SMTP
20582:
20583: * src/: classes/classes.dsp, classes/dnode.C, classes/dnode.h,
20584: classes/dom.C, classes/xdoc.C, classes/xnode.C, classes/xnode.h,
20585: main/compile.tab.C, types/pa_vdnode.C, types/pa_vdnode.h,
20586: types/pa_vdom.C, types/pa_vdom.h, types/pa_vxdoc.C,
20587: types/pa_vxdoc.h, types/pa_vxnode.C, types/pa_vxnode.h,
20588: types/types.dsp: xdoc&xnode now
20589:
20590: * src/: classes/classes.C, classes/classes.awk,
20591: classes/classes.dsp, classes/classes.h, classes/date.C,
20592: classes/dnode.C, classes/dnode.h, classes/dom.C,
20593: classes/double.C, classes/file.C, classes/form.C, classes/hash.C,
20594: classes/image.C, classes/int.C, classes/mail.C, classes/math.C,
20595: classes/op.C, classes/response.C, classes/string.C,
20596: classes/table.C, classes/void.C, include/pa_array.h,
20597: include/pa_common.h, include/pa_config_fixed.h,
20598: include/pa_config_includes.h, include/pa_dictionary.h,
20599: include/pa_dir.h, include/pa_exception.h, include/pa_exec.h,
20600: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20601: include/pa_socks.h, include/pa_sql_connection.h,
20602: include/pa_sql_driver_manager.h, include/pa_stack.h,
20603: include/pa_string.h, include/pa_stylesheet_connection.h,
20604: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
20605: include/pa_xslt_stylesheet_manager.h, main/compile.C,
20606: main/compile.y, main/compile_tools.C, main/compile_tools.h,
20607: main/execute.C, main/main.dsp, main/pa_array.C, main/pa_common.C,
20608: main/pa_dictionary.C, main/pa_dir.C, main/pa_exception.C,
20609: main/pa_exec.C, main/pa_globals.C, main/pa_hash.C,
20610: main/pa_pool.C, main/pa_request.C, main/pa_socks.C,
20611: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20612: main/pa_xslt_stylesheet_manager.C, main/untaint.C,
20613: sql/pa_sql_driver.h, targets/cgi/pa_pool.C,
20614: targets/cgi/pa_threads.C, targets/cgi/parser3.C,
20615: targets/cgi/parser3.dsp, targets/isapi/pa_pool.C,
20616: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.C,
20617: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h,
20618: types/pa_valiased.C, types/pa_valiased.h, types/pa_value.h,
20619: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
20620: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdate.h,
20621: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vdom.C,
20622: types/pa_vdom.h, types/pa_vdouble.h, types/pa_venv.h,
20623: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C,
20624: types/pa_vform.h, types/pa_vimage.C, types/pa_vimage.h,
20625: types/pa_vint.h, types/pa_vjunction.h, types/pa_vmath.h,
20626: types/pa_vmethod_frame.h, types/pa_vobject.h,
20627: types/pa_vrequest.C, types/pa_vrequest.h, types/pa_vresponse.h,
20628: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
20629: types/pa_vstateless_object.h, types/pa_vstring.C,
20630: types/pa_vstring.h, types/pa_vtable.C, types/pa_vtable.h,
20631: types/pa_vvoid.h, types/pa_wcontext.C, types/pa_wcontext.h,
20632: types/pa_wwrapper.h, types/types.dsp: added ident.awk and
20633: main.dsp splitted to main+classes+types along to .am
20634:
20635: * src/classes/Makefile.am: removed useless var
20636:
20637: * src/: classes/classes.cmd, main/main.dsp,
20638: targets/cgi/parser3.dsp: moved classes.inc generation on win32 to
20639: main.dsp
20640:
20641: 2001-09-25 parser
20642:
20643: * src/include/pa_config_auto.h.in: xml on linux[elik] works! no
20644: 1251 though, todo ICU
20645:
1.116 moko 20646: * src/: Makefile.am, classes/Makefile.am, classes/dom.C,
1.95 moko 20647: include/pa_stylesheet_connection.h, main/Makefile.am,
1.116 moko 20648: main/pa_pool.C, targets/cgi/Makefile.am, types/Makefile.am,
20649: types/pa_vdom.h: xml configure makes
1.95 moko 20650:
20651: 2001-09-24 parser
20652:
1.116 moko 20653: * src/: classes/Makefile.am, include/pa_config_auto.h.in,
20654: types/Makefile.am: makes
1.95 moko 20655:
1.116 moko 20656: * src/targets/cgi/Makefile.am: makefiles
1.95 moko 20657:
20658: * src/: Makefile.am, targets/Makefile.am, targets/cgi/pa_pool.C:
20659: started unix makes update
20660:
20661: * src/: Makefile.am, main/Makefile.am, targets/cgi/Makefile.am:
20662: started unix makes update
20663:
20664: * src/types/: pa_vdnode.C, pa_vvoid.h, pa_vtable.C: z
20665:
20666: * src/types/pa_value.h: z
20667:
20668: * src/types/: pa_vhash.h, pa_vtable.h, pa_vclass.h: fixed small
20669: bugs with usinge hash/table in expressions
20670:
20671: * src/types/: pa_vfile.h, pa_vimage.h, pa_vstring.h: fiew wrong
20672: resolved conflicts fixed [const]
20673:
20674: * src/: classes/classes.cmd, classes/image.C, classes/op.C,
20675: classes/table.C, include/pa_request.h, include/pa_sapi.h,
20676: main/compile.C, main/compile.tab.C, main/compile.y,
20677: main/compile_tools.h, main/main.dsp, main/pa_common.C,
20678: main/pa_sql_driver_manager.C, targets/cgi/parser3.C,
20679: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vbool.h,
20680: types/pa_vdate.h, types/pa_vdouble.h, types/pa_vform.C,
20681: types/pa_vhash.h, types/pa_vimage.h, types/pa_vint.h,
20682: types/pa_vstring.h, types/pa_vtable.h, types/pa_vvoid.h: merged3
20683: with before_xml [merge2 actually didn't happen - i've created
20684: tags on wrong branch. so this merge is in fact re-merge]
20685:
20686: 2001-09-21 parser
20687:
20688: * src/: main/main.dsp, targets/cgi/parser3.dsp,
20689: targets/isapi/parser3isapi.dsp: updated project files [/ sadly
20690: produced "" in make file and sadly wrong interpreted on load]
20691:
1.116 moko 20692: * src/: classes/classes.h, classes/hash.C, classes/op.C,
20693: classes/table.C, doc/doxygen.cfg, include/pa_common.h,
20694: include/pa_globals.h, include/pa_request.h, include/pa_sapi.h,
20695: include/pa_sql_driver_manager.h, include/pa_string.h,
20696: main/compile.tab.C, main/main.dsp, main/pa_common.C,
20697: main/pa_exec.C, main/pa_globals.C, targets/cgi/parser3.dsp,
20698: targets/isapi/parser3isapi.dsp: merged with before_xml
1.95 moko 20699:
20700: * src/: classes/classes.C, classes/date.C, classes/dnode.C,
20701: classes/dom.C, classes/file.C, classes/form.C, classes/int.C,
20702: classes/mail.C, doc/doxygen.cfg, include/pa_config_fixed.h,
20703: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20704: main/pa_pool.C, main/pa_request.C,
20705: main/pa_xslt_stylesheet_manager.C, targets/cgi/pa_pool.C,
20706: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
20707: targets/isapi/pa_pool.C, targets/isapi/pa_threads.C,
20708: targets/isapi/parser3isapi.dsp, types/pa_valiased.C,
20709: types/pa_vcookie.C, types/pa_vdnode.C, types/pa_vdom.C,
20710: types/pa_vfile.C, types/pa_vform.C, types/pa_vimage.C,
20711: types/pa_vrequest.C, types/pa_vresponse.h,
20712: types/pa_vstateless_class.C, types/pa_vstring.C,
20713: types/pa_vtable.C, types/pa_wcontext.C: zillions of #ifdef XML
20714: created new projects for sql drivers [planning to remove sql
20715: drivers from main cvs project] first, will join latest changes
20716:
20717: * src/classes/: dom.C: defaulted dom writing methods encoding to
20718: pool.get_charset
20719:
20720: * src/classes/dom.C: defaulted dom writing methods encoding to
20721: pool.get_charset
20722:
20723: * src/include/pa_pool.h: defaulted dom writing methods encoding to
20724: pool.get_charset
20725:
20726: * src/: classes/dom.C, include/pa_pool.h, main/pa_pool.C,
20727: types/pa_vdnode.C, types/pa_vresponse.h: defaulted dom writing
20728: methods encoding to pool.get_charset
20729:
20730: * src/: include/pa_pool.h, main/pa_pool.C: checked whether
20731: transcoder were created right "unsupported encoding" message.
20732: not @ set time, but @ use time, so until xml output functions
20733: .string, .file, .save used - no encoding name check occur
20734:
20735: reduced transcode buffer size to 60 fixed pool cleanup - no
20736: registration needed, pools are officially destructured
20737:
20738: 2001-09-20 parser
20739:
20740: * src/classes/image.C: 20K preload on jpg measure [image::measure]
20741:
20742: * src/main/: pa_pool.C, pa_request.C: Pool::transcode defaults from
20743: $MAIN:DEFAULTS.content-type[$.charset[here]]
20744:
20745: * src/: classes/dnode.C, classes/dom.C,
20746: include/pa_config_includes.h, include/pa_globals.h,
20747: include/pa_pool.h, main/main.dsp, main/pa_globals.C,
20748: main/pa_pool.C, targets/cgi/parser3.dsp,
20749: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
20750: types/pa_vdnode.C, types/pa_vdnode.h, types/pa_vresponse.h:
20751: Pool::transcode 0
20752:
20753: * src/classes/dom.C: dom. string save file moved output xml options
20754: to last param and made it optional
20755:
20756: * src/types/pa_vdnode.C: !$elementnode.attributes = hash of
20757: dnodes
20758: !$attributenode.specified = boolean
20759: true if the attribute received its value explicitly
20760: in the XML document,
20761: or if a value was assigned programatically with the
20762: setValue function.
20763: false if the attribute value came from the default value
20764: declared in the document's DTD.
20765: !$pinode.target = target of this processing instruction
20766: XML defines this as being the first token following the
20767: markup
20768: that begins the processing instruction.
20769: XPath:
20770: !^node.select[xpath/query/expression] = hash of 0->node0
20771: 1->node1
20772: !^node.select-single[xpath/query/expression] = first node if
20773: any
20774:
20775: * src/types/: pa_value.h, pa_vbool.h, pa_vdate.h, pa_vdouble.h,
20776: pa_vhash.h, pa_vint.h, pa_vstring.h, pa_vtable.h, pa_vvoid.h:
20777: some 'const's added
20778:
20779: * src/types/: pa_vhash.h, pa_vtable.h: table/hash can be used in
20780: expression context now, there value = size and boolean value
20781: size!=0
20782:
20783: * src/types/: pa_vhash.h, pa_vstring.h, pa_vtable.h: table/hash
20784: can be used in expression context now, there value = size and
20785: boolean value size!=0
20786:
20787: * src/: classes/dnode.C, classes/dom.C, targets/cgi/parser3.dsp,
20788: types/pa_vstring.h: dnode .file .string .save moved back to dom
20789: due to strange xalan bug
20790:
20791: 2001-09-18 parser
20792:
20793: * src/: classes/dnode.C, classes/dom.C, classes/hash.C,
20794: classes/image.C, classes/op.C, classes/table.C,
20795: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
20796: include/pa_sql_driver_manager.h, main/compile.C,
20797: main/compile.tab.C, main/compile.y, main/compile_tools.h,
20798: main/execute.C, main/pa_common.C, main/pa_request.C,
20799: main/pa_sql_driver_manager.C, main/pa_string.C, main/pa_table.C,
20800: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
20801: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vform.C,
20802: types/pa_vform.h, types/pa_vhash.h, types/pa_vimage.C,
20803: types/pa_vimage.h, types/pa_vtable.h: merged latest bugfixes from
20804: before_xml branch ^if(def $hash) now true only when
20805: ^hash:_count[]!=0 moved .string .save .file from dom to dnode
20806:
20807: * src/: classes/op.C, main/execute.C: operators self changed to
20808: root ^for variable context changed to self
20809:
20810: * src/types/: pa_vdnode.C, pa_vdom.h, pa_vhash.h, pa_vtable.h: dom,
20811: dnode 1
20812:
20813: * src/: classes/dnode.C, classes/dnode.h, main/main.dsp,
20814: types/pa_vdnode.C, types/pa_vdnode.h: dom, dnode 0
20815:
20816: * src/: classes/image.C, main/pa_string.C, main/pa_table.C: image:
20817: poly* fixed
20818:
20819: 2001-09-17 parser
20820:
20821: * src/: classes/dom.C, main/main.dsp, main/pa_globals.C,
20822: types/pa_vdom.h: started dnode+dom
20823:
20824: dnode DOM methods: $node.name $node.value
20825: ...others...
20826:
20827: ^node.xpath[/rates/USD] = hash
20828: $hash[
20829: $.0[node0]
20830: $.1[node1]
20831: ]
20832:
20833: * src/: classes/image.C, types/pa_vimage.C: $image.line-style now
20834: applies to all linear primitives
20835:
20836: * src/: classes/classes.h, classes/dom.C, classes/hash.C,
20837: include/pa_stylesheet_connection.h, main/main.dsp,
20838: targets/cgi/pa_pool.C, types/pa_vdom.h, types/pa_vfile.h,
20839: types/pa_vimage.h: started dnode DOM: $node.name
20840: $node.value ...others... ^node.xpath[/rates/USD] = hash
20841: dom(dnode)
20842:
20843: * src/: classes/hash.C, main/compile.C, main/compile.tab.C,
20844: main/compile.y, main/compile_tools.h, main/execute.C,
20845: targets/cgi/parser3.C: expressions unary+ ^hash.count[] bugfix:
20846: in expression compound($aa.zz.xx) names now can have minus '-' in
20847: name after '.'
20848:
20849: 2001-09-15 parser
20850:
20851: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h:
20852: image: $line-width ^line(...)[**** style]
20853:
20854: * src/: classes/dom.C, targets/isapi/parser3isapi.C,
20855: targets/isapi/pool_storage.h, types/pa_vdom.h: fixed bug in isapi
20856: pool_storage - cleanups first, allocations second. apache wisely
20857: does just like that
20858:
20859: * src/targets/isapi/: parser3isapi.C, pool_storage.h: pool_storage
20860: rewritten using template, no bugs now
20861:
20862: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/pa_pool.C,
20863: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
20864: targets/isapi/parser3isapi.dsp, targets/isapi/pool_storage.h:
20865: poorly started isapi pool_storage, would rewrite using template
20866: now
20867:
20868: * src/: classes/dom.C, classes/image.C, include/pa_pool.h,
20869: include/pa_stylesheet_connection.h, main/main.dsp,
20870: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
20871: targets/isapi/pool_storage.h, types/pa_vdom.C, types/pa_vdom.h:
20872: xalan objects freed up [introducing Pool::register_cleanup]
20873:
20874: * src/: doc/doxygen.cfg, include/pa_sapi.h, types/pa_vdom.h:
20875: comments
20876:
20877: 2001-09-14 parser
20878:
20879: * src/main/: pa_sql_driver_manager.C, pa_xslt_stylesheet_manager.C:
20880: z
20881:
20882: * src/: classes/dom.C, classes/file.C, classes/image.C,
20883: classes/mail.C, include/pa_common.h,
20884: include/pa_sql_driver_manager.h, include/pa_string.h,
20885: include/pa_stylesheet_connection.h,
20886: include/pa_xslt_stylesheet_manager.h, main/main.dsp,
20887: main/pa_common.C, main/pa_exec.C, main/pa_globals.C,
20888: main/pa_sql_driver_manager.C, main/pa_xslt_stylesheet_manager.C,
20889: main/untaint.C, types/pa_vfile.C: dom.xslt stylesheet
20890: compiled&cached
20891:
20892: 2001-09-13 parser
20893:
20894: * src/: classes/dom.C, classes/file.C, classes/image.C,
20895: types/pa_vfile.C, types/pa_vfile.h: ^dom.file[] charset
20896:
20897: * src/classes/dom.C: dom:file content-type(.method)
20898:
20899: * src/: include/pa_common.h, include/pa_globals.h,
20900: main/pa_common.C, main/pa_request.C: $MAIN:CLASS_PATH now can be
20901: string now more informative error messages
20902:
20903: * src/: include/pa_globals.h, include/pa_request.h,
20904: main/pa_request.C, targets/cgi/parser3.C,
20905: targets/isapi/parser3isapi.C: ParserRootConfig .../parser3.conf
20906: ParserSiteConfig .../parser3.conf
20907:
20908: cgi&isapi looks for {configure|c:\windows}/parser3.conf
20909:
20910: 2001-09-12 parser
20911:
20912: * src/: classes/op.C, include/pa_sql_driver_manager.h,
20913: main/pa_sql_driver_manager.C: ^connect[] ^connect[aaa] more
20914: precise error reporting: "connection string must start with
20915: protocol://" now
20916:
20917: * src/main/compile.tab.C: fixed - subname code parts actually []
20918: braced
20919:
20920: * src/main/: compile.y, compile_tools.h: name.[part].xxx syntax
20921: lexer on LS_USER level did [] matching without setting nestage,
20922: introduced special LS_NAME_SQUARE_PART state
20923:
20924: 2001-09-11 parser
20925:
20926: * src/: classes/dom.C, include/pa_string.h, main/pa_globals.C,
20927: main/untaint.C: ^dom:set{<some>xml</some>} default language XML
20928: languages+=xml
20929:
20930: * src/: classes/dom.C, types/pa_vdom.h: ^dom:set[<some>xml</some>]
20931:
20932: * src/classes/dom.C: ^dom:save/string/file[output options] output
20933: options: $.method[xml|html|text] detection fixed
20934:
20935: * src/types/pa_vdom.h: messages
20936:
20937: * src/classes/dom.C: ^dom:save/string/file[output options] output
20938: options: $.method[xml|html|text] detection fixed
20939:
20940: 2001-09-10 parser
20941:
20942: * src/classes/dom.C: ^dom:save/string/file[output options] output
20943: options: $.method[xml|html|text] $.encoding[windows-1251|...]
20944:
20945: * src/classes/dom.C: ^dom.xslt[stylesheet filename][params hash
20946: added]
20947:
20948: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20949: ^dom.xslt[stylesheet filename] 0
20950:
20951: * src/: classes/dom.C, main/main.dsp, types/pa_vdom.h:
20952: ^dom.xslt[stylesheet filename] -1 doc is lying
20953:
20954: * src/classes/dom.C: ^dom.file[encoding] = file
20955:
20956: * src/classes/: dom.C: ^dom.string[encoding] 1
20957: ^dom.save[encoding;filename]
20958:
20959: * src/classes/dom.C: ^dom.string[] 0
20960:
20961: * src/classes/dom.C: ^dom.save[b.xml] 1:error handling
20962:
20963: * src/: classes/dom.C, main/main.dsp, types/pa_vform.C,
20964: types/pa_vform.h: ^dom.save[b.xml] 0
20965:
20966: 2001-09-08 parser
20967:
20968: * src/types/pa_vform.C: $form:tables.name.field
20969:
20970: 2001-09-07 parser
20971:
20972: * src/classes/table.C: table:empty removed, superceded by ^if(def
20973: $table)...
20974:
20975: * src/targets/cgi/parser3.C: z
20976:
20977: * src/main/pa_string.C: $a[] ^if($a){y;n} is 'n' now [conversion
20978: from '' to int/double is 0]
20979:
20980: * src/: classes/dom.C, types/pa_value.h, types/pa_vtable.h: (def
20981: $table) is false when table is empty
20982:
20983: * src/: main/pa_request.C, types/pa_vform.C, types/pa_vform.h:
20984: !$form:tables $atable[$form:tables.a]
20985: ^atable.menu{a=$atable.element}[,]
20986:
20987: * src/: targets/cgi/parser3.dsp, types/pa_vform.C,
20988: types/pa_vform.h, types/pa_vhash.h: !$form:fields
20989:
1.116 moko 20990: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 20991: types/pa_vdom.h, types/pa_vform.C: merged with successful start
20992: of dom
20993:
20994: * src/: include/pa_hash.h, main/pa_hash.C, types/pa_vfile.h,
20995: types/pa_vform.C, types/pa_vform.h: z
20996:
20997: * src/: main/pa_exception.C, types/pa_vform.C: getting FIRST form
20998: element [not last]
20999:
1.116 moko 21000: * src/: classes/dom.C, classes/table.C, main/main.dsp,
1.95 moko 21001: types/pa_vdom.h: introducing dom. dom:load[a.xml]
21002:
21003: 2001-09-06 parser
21004:
21005: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21006: table with one column 'element' and two rows: 1 and 2
21007:
21008: * src/types/pa_vform.C: ?a=1&a=2 would result in $form:a being a
21009: table with one column 'element' and two rows: 1 and 2
21010:
21011: * src/: classes/void.C, main/pa_string.C, main/pa_table.C: fixed up
21012: bad int/double conversions, and now $form:nonexistent.int(88)
21013: would return 88
21014:
21015: * src/: classes/hash.C, include/pa_globals.h, main/pa_globals.C,
21016: types/pa_vhash.h: now there's special hash key '_default'
21017: [instead of ^_default method] $hash[ $.a[1] $.b[2]
21018: $._default[xx] ] $hash.c
21019:
21020: * src/main/: compile.tab.C, compile.y: ^if(0){}{ ^if(1){}^; } bug
21021: fixed [thanks, fif], ^; were treated there non-literally
21022:
21023: * src/doc/doxygen.cfg: merged new default options from 1.2.10
21024: doxygen
21025:
21026: * src/: classes/image.C, classes/op.C, classes/string.C,
21027: classes/table.C, doc/doxygen.cfg, targets/isapi/parser3isapi.C,
21028: types/pa_vtable.C: few #ifndef DOXYGEN
21029:
21030: 2001-09-05 parser
21031:
21032: * src/classes/: string.C, table.C: sql options can be void [same as
21033: image:html the other day]
21034:
21035: * src/targets/cgi/Makefile.am: .am undo
21036:
21037: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21038: targets/cgi/parser3.C: #define STRINGIZE(name) #name does not
21039: macro expantion on param, simply qoutes whatever passed, undone
21040:
21041: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
21042: targets/cgi/Makefile.am, targets/cgi/parser3.C: #define
21043: STRINGIZE(name) #name invented
21044:
21045: * src/: classes/op.C, include/pa_sql_driver_manager.h,
21046: main/pa_sql_driver_manager.C: #define MAIN_SQL_NAME "SQL" #define
21047: MAIN_SQL_DRIVERS_NAME "drivers"
21048:
21049: moved to be availible to all users
21050:
21051: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h:
21052: SQL_DRIVER_CREATE_FUNC_NAME
21053:
21054: * src/classes/mail.C: MAIN:MAIL check fixed
21055:
21056: 2001-09-04 parser
21057:
21058: * src/classes/image.C: image.html now can accept void params
21059:
21060: * src/targets/isapi/parser3isapi.C: z
21061:
21062: * src/targets/cgi/parser3.C: full_file_spec bug
21063:
21064: * src/targets/cgi/parser3.C: getenvcheck
21065:
21066: * src/targets/cgi/parser3.C: zz
21067:
21068: * src/targets/cgi/parser3.C: zzz
21069:
21070: * src/classes/date.C: date
21071:
21072: * src/classes/date.C: date:sql-string is now without ''
21073:
1.116 moko 21074: * src/: include/pa_config_auto.h.in, targets/cgi/Makefile.am,
1.95 moko 21075: targets/cgi/parser3.C: configure --sysconfdir=sysadmin-controlled
21076: auto.p location for targets/cgi/parser3, default[/usr/local/etc]
21077:
1.116 moko 21078: * src/include/pa_config_auto.h.in: makes
1.95 moko 21079:
21080: 2001-09-03 parser
21081:
21082: * src/targets/cgi/parser3.C: /configure cgi SYSCONFDIR
21083:
21084: 2001-09-01 parser
21085:
21086: * src/classes/image.C: letter_spacing
21087:
21088: * src/classes/image.C: image: font params changed
21089:
21090: * src/classes/image.C: image: as_int as_string used
21091:
21092: * src/types/pa_vmethod_frame.h: $result[] now gets properly
21093: analized
21094:
21095: 2001-08-31 parser
21096:
21097: * src/targets/cgi/parser3.C: z
21098:
1.116 moko 21099: * src/: include/pa_dir.h, targets/cgi/parser3.C: compiled under
21100: cygwin
1.95 moko 21101:
21102: * src/classes/void.C: void:int/double += (default)
21103:
21104: * src/classes/image.C: image:font added space param image:font
21105: changed charwidth alg, added kerning const[for now]
21106:
21107: * src/classes/: string.C, table.C: string:int/double (defaults)
21108:
21109: 2001-08-29 parser
21110:
21111: * src/main/pa_exception.C: exception redundant debug info
21112:
21113: 2001-08-28 parser
21114:
21115: * src/classes/image.C: image error msgs
21116:
21117: * src/classes/image.C: image: gifsize little endian
21118:
21119: * src/doc/doxygen.cfg: doxygen conf removed some garbage from under
21120: doxygeneration
21121:
21122: * src/: classes/Makefile.am, main/Makefile.am,
21123: targets/cgi/Makefile.am, types/Makefile.am: .am-s
21124:
21125: * src/: include/pa_dictionary.h, main/pa_dictionary.C,
21126: main/pa_sql_driver_manager.C: NO_STRING_ORIGIN check3
21127:
21128: * src/main/compile.C: NO_STRING_ORIGIN check2
21129:
21130: * src/classes/table.C: NO_STRING_ORIGIN check
21131:
21132: * src/include/pa_dictionary.h: gcc: ../include/pa_dictionary.h:19:
21133: storage class specifiers invalid in friend function declarations
21134:
21135: * src/: classes/op.C, main/compile.tab.C, main/pa_dir.C,
21136: main/untaint.C, targets/cgi/parser3.C,
21137: targets/isapi/parser3isapi.C: strncpy forced with zero ending in
21138: case of limit
21139:
21140: * src/: classes/file.C, main/pa_common.C: file:move
21141: autocreate/remove dest/src dir
21142:
21143: * src/: classes/string.C, include/pa_dictionary.h,
21144: include/pa_string.h, main/pa_dictionary.C, main/pa_string.C,
21145: main/untaint.C: pa_directory speeded up. moved zero 'from' check
21146: to directory constructor. string:replace
21147:
21148: 2001-08-27 parser
21149:
21150: * src/classes/image.C: fixed jpgsize alg
21151:
21152: * src/classes/image.C: fixed jpgsize alg
21153:
21154: * src/main/pa_exception.C: z
21155:
21156: * src/main/pa_common.C: removed debug info from pa_common
21157:
21158: * src/: main/pa_request.C, targets/cgi/parser3.C: parser3 test.html
21159: [auto.p from current dir loading]
21160:
1.116 moko 21161: * src/: main/pa_common.C, main/pa_exception.C,
21162: main/pa_sql_driver_manager.C, targets/cgi/Makefile.am: configure
21163: for solaris -lsocket
1.95 moko 21164:
21165: 2001-08-24 parser
21166:
21167: * src/targets/cgi/parser3.C: not cgi extra \n 3
21168:
21169: * src/targets/cgi/parser3.C: not cgi extra \n 2
21170:
21171: * src/targets/cgi/parser3.C: not cgi extra \n
21172:
21173: * src/main/pa_sql_driver_manager.C: z
21174:
21175: * src/: include/pa_sql_connection.h, main/pa_sql_driver_manager.C:
21176: sql* removed services from disconnect - cross-request ideological
21177: probs.
21178:
21179: * src/sql/pa_sql_driver.h: sql* removed services from disconnect -
21180: cross-request ideological probs. oracle - fixed bug: cs
21181: allocated on request.pool and got freed before disconnect
21182:
21183: * src/classes/: file.C, form.C, mail.C, table.C: fiew non-pool
21184: mallocs fixed
21185:
21186: 2001-08-23 parser
21187:
21188: * src/classes/file.C: minor bug in file:save fixed
21189:
21190: * src/main/pa_sql_driver_manager.C: oracle: dlink
21191:
21192: 2001-08-22 parser
21193:
21194: * src/: classes/file.C, main/compile.tab.C, types/pa_vfile.C,
21195: types/pa_vfile.h: file:load|save[text|binary;
21196:
21197: * src/main/: compile.tab.C, compile.y: ^method[]^[^] literals []
21198:
21199: 2001-08-21 parser
21200:
21201: * src/classes/: file.C, table.C: ^file:list
21202:
21203: 2001-08-20 parser
21204:
21205: * src/: main/compile.tab.C, main/compile.y,
21206: main/pa_sql_driver_manager.C, types/pa_value.h, types/pa_vbool.h,
21207: types/pa_vdouble.h, types/pa_vint.h: $var(123) ^var.inc[]
21208: recousively caused problems: inc incremeted 123 literal!! fixed
21209:
21210: 2001-08-10 parser
21211:
21212: * src/main/: compile.tab.C, compile.y: [codes] name part syntax now
21213:
21214: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21215: added
21216:
21217: * src/main/: compile.tab.C, compile.y: (codes) name part syntax
21218: added
21219:
21220: * src/classes/table.C: table:sort restored [it was bad test :(]
21221:
21222: * src/types/: pa_value.h, pa_vstring.h: string now def only when ne
21223: ''
21224:
21225: * src/main/: pa_request.C: wanted to make const int
21226: MAX_EXECUTE_SECONDS=1;
21227:
21228: but couldnt, set_callback_and_alarm appeared to be not exported
21229: :(
21230:
21231: * src/main/pa_string.C: string.match hanged on. there were a hang
21232: check but it weren't wise enough
21233:
21234: @parse[dateString][tmp]
21235: $tmp[^dateString.match[(\d\d\d\d-)?(\d\d-)?][g]] $tmp.1 $tmp.2
21236: #end
21237:
21238: @main[] ^parse[2001-02-03]
21239:
21240: * src/classes/: table.C: table:sort now default desc
21241:
21242: * src/: classes/table.C, include/pa_table.h, main/pa_table.C:
21243: table.sort now creates new sorted table
21244:
21245: 2001-08-09 parser
21246:
21247: * src/main/pa_string.C: $a[010] now ^if($a==10){true} were octal
21248:
21249: * src/classes/hash.C: hash:_default now [was hash:default]
21250:
21251: * src/classes/op.C: case without switch check added
21252:
21253: * src/types/pa_vcookie.C: cookie name&value origins added, more
21254: precise $ORIGINS(1)
21255:
21256: * src/main/Makefile.am: .am
21257:
21258: * src/classes/void.C: void: int double copy/paste from int: bug
21259: fixed
21260:
21261: * src/classes/void.C: void: int double copy/paste from int: bug
21262: fixed
21263:
21264: 2001-08-07 parser
21265:
21266: * src/: classes/double.C, classes/int.C, classes/string.C,
21267: classes/table.C, include/pa_globals.h, main/pa_globals.C:
21268: !^int/double:sql{query}[[$.limit(2) $.offset(4) $.default(0)]]
21269: string, table
21270:
21271: * src/: classes/math.C, main/pa_request.C: math:random fixed. win32
21272: srand made working
21273:
21274: 2001-08-06 parser
21275:
21276: * src/: classes/mail.C, classes/op.C, include/pa_array.h,
21277: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
21278: main/compile.tab.C, main/compile.y, main/pa_array.C,
21279: main/pa_dictionary.C, main/pa_exec.C, main/pa_globals.C,
21280: main/pa_hash.C, main/pa_request.C, main/pa_string.C: class_path
21281:
21282: * src/main/pa_exec.C: exec win32 real filename
21283:
21284: * src/classes/file.C: exec stderr out
21285:
21286: * src/classes/hash.C: hash:keys renamed to hash:_keys :(
21287:
21288: 2001-08-03 parser
21289:
21290: * src/: classes/table.C, types/pa_vtable.h: vtable.locks killed
21291:
21292: 2001-08-02 parser
21293:
21294: * src/: classes/string.C, classes/table.C, include/pa_array.h,
21295: main/execute.C, main/pa_exec.C: introducing Array_iter
21296:
21297: * src/main/execute.C: detected quick_get recursion bug. changed to
21298: get@execute, but needs array iterator, separate from array to
21299: avoid it & use caching
21300:
21301: * src/main/: pa_dictionary.C, pa_globals.C: memset dictionary minor
21302: bug fixed
21303:
21304: * src/: classes/classes.h, classes/op.C, include/pa_globals.h,
21305: main/execute.C, main/pa_globals.C: found another multithread bug
21306: in op.C (last, last global var killed) :)
21307:
21308: 2001-08-01 parser
21309:
21310: * src/: include/pa_dictionary.h, include/pa_globals.h,
21311: include/pa_string.h, main/main.dsp, main/pa_dictionary.C,
21312: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
21313: main/untaint.C: speeded up typo-html replacements. introducing
21314: Dictionary with first-char caching
21315:
21316: 2001-07-31 parser
21317:
21318: * src/types/Makefile.am: pa_vtable.C added to .am
21319:
21320: * src/main/compile.tab.C: added, so that could be compiled even on
21321: non-bison-enabled platforms
21322:
21323: 2001-07-28 parser
21324:
21325: * src/classes/table.C: table:hash always produces hash, when can't
21326: - empty
21327:
21328: * src/main/: compile.y, untaint.C: bug fix @ untaint when \r
21329: skipped \n
21330:
21331: 2001-07-27 parser
21332:
21333: * src/classes/: double.C, int.C, string.C: provided meaningful msg
21334: on int/double/string :sql without result and default
21335:
21336: 2001-07-26 parser
21337:
21338: * src/classes/op.C: fixed bad multithread bug with strangly global
21339: OP
21340:
21341: * src/main/compile.y: $man[$.age[zzz]] 0
21342:
21343: * src/: include/pa_opcode.h, main/compile.y, main/execute.C: hash
21344: creation syntax problem persists. restored $: for a while.
21345: thinking of $man[$.age[zzz]] syntax now
21346:
21347: * src/: classes/double.C, classes/int.C, classes/string.C,
21348: include/pa_opcode.h, main/compile.C, main/compile.y,
21349: main/compile_tools.h, main/execute.C, types/pa_vcode_frame.h,
21350: types/pa_vmethod_frame.h, types/pa_wcontext.h,
21351: types/pa_wwrapper.h: fixing :: realization #1
21352:
21353: * src/: include/pa_opcode.h, main/compile.C, main/compile.y,
21354: main/compile_tools.h, main/execute.C, main/pa_request.C,
21355: types/pa_vmethod_frame.h: introducing :: this is constructor call
21356: prefix. ordinary : remains for static accesses
21357:
21358: 2001-07-25 parser
21359:
21360: * src/types/pa_vtable.C: table: get_element order changeed. now: 1.
21361: fields 2. methods 3. columns
21362:
21363: * src/types/: pa_vdouble.h, pa_vint.h: odbc: no result queries;
21364: quote. optimized double&int tostring-s
21365:
21366: * src/main/: compile.C, compile.y, compile_tools.h: allowed
21367: whitespace before first method decl
21368:
21369: * src/classes/table.C: allowed nontable result in table:sql,
21370: results in empty table
21371:
21372: * src/main/: compile.C, compile.y, compile_tools.h: allowed empty
21373: lines before first method decl
21374:
21375: * src/: classes/table.C, main/main.dsp, types/pa_vtable.C,
21376: types/pa_vtable.h: ^table.record[] now $table.fields
21377:
21378: * src/main/compile.y: $var[] is now empty string, not void
21379:
21380: * src/main/: compile.y, execute.C: $var[] is now empty string, not
21381: void
21382:
21383: * src/: classes/string.C, include/pa_globals.h, main/execute.C,
21384: main/pa_globals.C: match replace code context moved to implicit
21385: $match context
21386:
21387: * src/: include/pa_opcode.h, main/compile.y, main/compile_tools.C,
21388: main/compile_tools.h, main/execute.C: with killed, code storage
21389: introduced with former 'with' syntax
21390:
21391: 2001-07-24 parser
21392:
21393: * src/: main/compile.C, main/execute.C, main/pa_string.C,
21394: types/pa_value.h: first get_element, next get operator
21395:
21396: * src/main/compile.y: removed @end handling
21397:
21398: * src/main/: compile.C, compile.y: @end handling method2
21399:
21400: * src/: classes/file.C, include/pa_common.h, main/pa_common.C:
21401: file:move
21402:
21403: * src/main/pa_common.C: file_read close @ eof when imgsize bug
21404: fixed
21405:
21406: 2001-07-23 parser
21407:
21408: * src/: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql odbc
21409: driver
21410:
21411: * src/classes/hash.C: changed sql driver query interface
21412:
21413: * src/: classes/hash.C, classes/string.C, classes/table.C,
21414: classes/void.C, include/pa_sql_connection.h, sql/pa_sql_driver.h:
21415: changed sql driver query interface
21416:
21417: 2001-07-20 parser
21418:
21419: * src/types/pa_vrequest.C: X!$browser:type
21420:
21421: * src/: classes/file.C, classes/string.C, include/pa_string.h,
21422: main/execute.C, main/pa_string.C, types/pa_valiased.C,
21423: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.h,
21424: types/pa_vcookie.h, types/pa_vdate.h, types/pa_vfile.h,
21425: types/pa_vform.h, types/pa_vhash.h, types/pa_vmath.h,
21426: types/pa_vobject.h, types/pa_vrequest.C,
21427: types/pa_vstateless_class.h, types/pa_vstateless_object.h: only
21428: ^class:method dynamic calls allowed. ^BASE.method call disabled.
21429: BASE element globally removed
21430:
21431: 2001-07-18 parser
21432:
21433: * src/classes/file.C: file:exec/cgi msg
21434:
21435: * src/classes/file.C: $file:exit-code renamed to 'status'
21436:
21437: * src/: classes/file.C, main/pa_exec.C: file:exec
21438:
1.116 moko 21439: * src/: Makefile.am, classes/Makefile.am, main/Makefile.am,
21440: targets/Makefile.am, targets/cgi/Makefile.am, types/Makefile.am:
21441: removed $id from *.in *.am
1.95 moko 21442:
21443: * src/main/: pa_request.C, untaint.C: ORIGINS langs name
21444: abbrevations
21445:
21446: * src/: classes/date.C, classes/mail.C, classes/math.C,
21447: classes/string.C, classes/table.C, include/pa_globals.h,
21448: include/pa_string.h, main/execute.C, main/pa_globals.C,
21449: main/pa_request.C, main/pa_string.C, main/untaint.C,
21450: types/pa_value.h, types/pa_vdouble.h, types/pa_vfile.h,
21451: types/pa_vint.h, types/pa_vstring.C, types/pa_vstring.h:
21452: $ORIGINS(1) output tracing mode
21453:
21454: 2001-07-13 parser
21455:
21456: * src/: classes/double.C, classes/int.C, classes/string.C,
21457: include/pa_request.h, main/execute.C, main/pa_request.C:
21458: auto.p[@auto], /news/auto.p[no @auto], so that initializing
21459: second would not call first @auto
21460:
21461: * src/main/: execute.C, pa_request.C: order of MAIN parents was
21462: wrong, fixed
21463:
21464: 2001-07-12 parser
21465:
21466: * src/types/pa_value.h: pa_value.putelement modification of system
21467: classes prevented
21468:
21469: 2001-07-11 parser
21470:
21471: * src/: classes/string.C, doc/sources2html.cmd: lr split now yelds
21472: table $piece
21473:
21474: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
21475: types/pa_vstateless_class.h: $file created by file:state +=
21476: .atime .mtime .ctime +found&fixed bug with exceptions on
21477: get_junction-created objects [they were on wrong pool]
21478:
21479: 2001-07-09 parser
21480:
21481: * src/main/untaint.C: qp wrong name
21482:
21483: * src/: classes/date.C, classes/string.C, classes/table.C,
21484: main/compile.y: date format 0
21485:
21486: 2001-07-07 parser
21487:
21488: * src/: classes/date.C, classes/table.C, include/pa_common.h,
21489: include/pa_string.h, main/pa_common.C, types/pa_vdate.h: date
21490: roll table calendar
21491:
21492: * src/: classes/Makefile.am, classes/date.C, classes/file.C,
21493: classes/hash.C, classes/image.C, classes/mail.C, classes/math.C,
21494: classes/op.C, classes/string.C, classes/table.C, classes/void.C,
21495: include/pa_request.h, main/main.dsp, types/pa_value.h,
21496: types/pa_vdate.h, types/pa_wcontext.C: date now set $fields roll
21497: string. todo: sql, calendar
21498:
21499: 2001-07-06 parser
21500:
21501: * src/: classes/math.C, include/pa_request.h, main/execute.C,
21502: main/main.dsp, main/pa_request.C, types/pa_vmath.h: math 0
21503:
21504: 2001-07-03 parser
21505:
21506: * src/: classes/Makefile.am, classes/math.C, classes/op.C,
21507: classes/random.C, main/main.dsp: class random renamed to math,
21508: operators became methods
21509:
21510: * src/classes/op.C: pow sqrt
21511:
21512: * src/: classes/op.C, main/execute.C: sin asin cos acos tan atan
21513:
21514: 2001-07-02 parser
21515:
21516: * src/classes/table.C: ^table.columns column renamed from 'name' to
21517: 'column'
21518:
21519: * src/classes/hash.C: ^hash.keys[]
21520:
21521: * src/: classes/table.C, main/pa_table.C: ^table:columns[]
21522:
21523: * src/main/: compile.y, compile_tools.h: in expressions now allowed
21524: 'strings'
21525:
21526: 2001-06-29 parser
21527:
21528: * src/main/: execute.C: /0 %0 checkes ver 2
21529:
21530: * src/main/execute.C: /0 %0 checke
21531:
21532: * src/classes/Makefile.am: nothing - void
21533:
21534: * src/classes/table.C: empty strings @ sql
21535:
21536: 2001-06-28 parser
21537:
21538: * src/: classes/double.C, classes/file.C, classes/form.C,
21539: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21540: classes/op.C, classes/random.C, classes/response.C,
21541: classes/string.C, classes/table.C, classes/void.C,
21542: main/compile.C, main/compile_tools.C, main/execute.C,
21543: main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21544: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21545: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21546: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21547: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
21548: targets/isapi/parser3isapi.C, main/compile.y: */ static const
21549: char *RCSId="$Id: double.C,v 1.31 2001/06/28 07:41:59 parser Exp
21550: $";
21551:
21552: * src/: classes/double.C, classes/file.C, classes/form.C,
21553: classes/hash.C, classes/image.C, classes/int.C, classes/mail.C,
21554: classes/op.C, classes/random.C, classes/response.C,
21555: classes/string.C, classes/table.C, classes/void.C,
21556: main/compile.C, main/compile.y, main/compile_tools.C,
21557: main/execute.C, main/pa_array.C, main/pa_common.C, main/pa_dir.C,
21558: main/pa_exception.C, main/pa_exec.C, main/pa_globals.C,
21559: main/pa_hash.C, main/pa_pool.C, main/pa_request.C,
21560: main/pa_socks.C, main/pa_sql_driver_manager.C, main/pa_string.C,
21561: main/pa_table.C, main/untaint.C, targets/cgi/parser3.C,
1.119 moko 21562: targets/isapi/parser3isapi.C: static char *RCSId="Id";
1.95 moko 21563:
21564: * src/main/: compile.y, compile_tools.h: $:name: == ${name}:
21565: $class:name: == ${class:name}:
21566:
21567: * src/classes/string.C: exactly one
21568:
21569: 2001-06-27 parser
21570:
21571: * src/: classes/nothing.C, classes/void.C, types/pa_vnothing.h,
21572: types/pa_vvoid.h: nothing renamed to void
21573:
21574: * src/classes/op.C: ^switch ^case
21575:
21576: * src/main/compile.y: nothing renamed to void
21577:
21578: * src/: classes/hash.C, classes/table.C, main/compile.y,
21579: main/execute.C, main/main.dsp, main/pa_request.C,
21580: targets/cgi/pa_pool.C, types/pa_value.h, types/pa_vcode_frame.h,
21581: types/pa_vmethod_frame.h, types/pa_vtable.h: nothing renamed to
21582: void
21583:
21584: * src/main/compile.y: lexer: $zzzz^zzzz were name part
21585:
21586: 2001-05-28 parser
21587:
21588: * src/doc/html2chm.cmd: removed >a
21589:
21590: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: release
21591: project options [some bugs]
21592:
21593: * src/doc/sources2html.cmd: z
21594:
21595: * src/: classes/classes.C, main/compile.C, main/compile.y,
21596: main/execute.C: operators are not in root class again
21597:
21598: 2001-05-24 parser
21599:
21600: * src/targets/cgi/parser3.dsp: project file
21601:
21602: * src/: classes/op.C, main/pa_request.C, targets/cgi/parser3.C:
21603: ^log ^exp
21604:
21605: * src/: main/pa_request.C, targets/cgi/parser3.C: // no _
21606: conversions in @exception[params]
21607:
21608: * src/main/pa_request.C: // no _ conversions in @exception[params]
21609:
21610: 2001-05-23 parser
21611:
21612: * src/main/pa_string.C: string cmp bug
21613:
21614: * src/classes/: mail.C, op.C: rem max 1000
21615:
21616: * src/: classes/op.C, main/compile.y: allow one empty line before
21617: LS_DEF_NAME
21618:
21619: 2001-05-22 parser
21620:
21621: * src/classes/op.C: if params code-required
21622:
21623: 2001-05-21 parser
21624:
21625: * src/types/pa_vstring.C: eoleof
21626:
21627: * src/classes/Makefile.am: .AM
21628:
21629: * src/classes/nothing.C: resultless ^sql moved to nothing:
21630:
21631: * src/classes/: nothing.C, op.C: 'unknown' renamed to 'nothing'
21632:
21633: * src/: classes/double.C, classes/nothing.C, classes/string.C,
21634: classes/unknown.C, main/main.dsp, types/pa_vnothing.h,
21635: types/pa_vunknown.h, classes/hash.C, main/compile.y,
21636: main/execute.C, targets/cgi/pa_pool.C, types/pa_vcode_frame.h,
21637: types/pa_vmethod_frame.h, types/pa_vtable.h, classes/table.C,
21638: main/pa_request.C, types/pa_value.h: 'unknown' renamed to
21639: 'nothing'
21640:
21641: * src/types/: pa_vstring.C, pa_vstring.h: removed unnecessary
21642: vstring::set_string
21643:
21644: * src/classes/: double.C, int.C, string.C: int,double;sql
21645:
21646: * src/: classes/hash.C, classes/int.C, classes/string.C,
21647: classes/table.C, include/pa_string.h, main/pa_string.C,
21648: types/pa_vstring.C, types/pa_vstring.h: started int:sql
21649:
21650: * src/: classes/classes.C, classes/hash.C, classes/op.C,
21651: classes/table.C, main/compile.C, main/compile.y, main/execute.C:
21652: hash:sql moved to main trunc. operators.txt updated
21653:
21654: * src/classes/: hash.C, op.C, table.C: hash:sql
21655:
21656: * src/classes/op.C: z
21657:
21658: * src/: main/compile.C, classes/classes.C: 1
21659:
21660: * src/: classes/classes.C, main/compile.C, main/compile.y,
21661: main/execute.C: 0
21662:
21663: * src/main/execute.C: z
21664:
21665: * src/targets/cgi/parser3.C: z
21666:
21667: * src/targets/cgi/parser3.C: argv can be just "parser3". made
21668: site_auto_path "." in that case
21669:
21670: * src/targets/cgi/: parser3.C: z
21671:
21672: * src/main/pa_request.C: .am
21673:
21674: * src/: main/pa_request.C, targets/cgi/parser3.C:
21675: pcre_tables=pcre_default_tables;
21676:
21677: 2001-05-19 parser
21678:
21679: * src/main/pa_string.C: z
21680:
21681: * src/: include/pa_string.h, main/untaint.C, targets/cgi/pa_pool.C:
21682: introducing String::cstr_bufsize, returns just size+1 for as_is
21683: target.
21684:
21685: * src/: main/untaint.C, targets/cgi/pa_pool.C,
21686: targets/cgi/parser3.C: fixed bug in pre html untaint, wrong size
21687: used, 4* mem wasted
21688:
21689: * src/classes/string.C: root context in match replace body now
21690: unchanged
21691:
21692: * src/types/pa_value.h: parameter # 1 based
21693:
21694: * src/main/pa_common.C: common: actual filename '%s'
21695:
21696: * src/classes/string.C: z
21697:
21698: * src/classes/Makefile.am: classes/.am
21699:
21700: * src/classes/: Makefile.am: classes/.am
21701:
21702: * src/: classes/Makefile.am, main/pa_sql_driver_manager.C,
21703: targets/cgi/pa_pool.C: classes/.am
21704:
21705: 2001-05-18 parser
21706:
1.116 moko 21707: * src/: include/pa_config_auto.h.in, targets/cgi/pa_pool.C: .am
21708: pa_threads.C ins
1.95 moko 21709:
21710: * src/targets/cgi/Makefile.am: .am pa_threads.C added
21711:
21712: 2001-05-17 parser
21713:
21714: * src/: classes/string.C, include/pa_config_fixed.h,
21715: include/pa_config_includes.h, main/compile.y,
21716: main/compile_tools.h, main/execute.C, main/pa_array.C,
21717: main/pa_common.C, main/pa_dir.C, main/pa_hash.C, main/pa_pool.C,
21718: main/untaint.C, types/pa_vcookie.C, types/pa_vfile.C,
21719: types/pa_vform.C: #include "pa_config_includes.h" removed from
21720: most .C
21721:
21722: * src/doc/html2chm.cmd: z
21723:
21724: * src/doc/: chm.cmd, doxygen.cmd, html2chm.cmd, sources2html.cmd,
21725: view.cmd, view_chm.cmd, view_html.cmd: doc cmds
21726:
21727: * src/main/pa_sql_driver_manager.C: moved expiration to
21728: get_connection_from_cache
21729:
21730: * src/main/pa_sql_driver_manager.C: cache expiration bf
21731:
21732: * src/: classes/classes.h, include/pa_sql_connection.h,
21733: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C:
21734: cache expiration[use SQL_Driver::disconnect]
21735:
21736: * src/main/pa_table.C: table.locate current restored on "not found"
21737:
21738: * src/: main/execute.C, types/pa_vmethod_frame.h: endless recursion
21739: line no
21740:
21741: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
21742: ANTI_ENDLESS_EXECUTE_RECOURSION
21743:
21744: * src/: classes/op.C, include/pa_sql_connection.h,
21745: include/pa_sql_driver_manager.h, main/pa_sql_driver_manager.C,
21746: sql/pa_sql_driver.h: fixed problem at last: 2connections own
21747: 1driver and set_services fight for driver::fservices. before fix
21748:
21749: * src/: classes/op.C, include/pa_config_fixed.h,
21750: include/pa_sql_connection.h, include/pa_sql_driver_manager.h,
21751: main/pa_sql_driver_manager.C: found problem at last: 2connections
21752: own 1driver and set_services fight for driver::fservices. before
21753: fix
21754:
21755: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21756: targets/cgi/pa_threads.C, targets/cgi/parser3.dsp,
21757: targets/isapi/pa_threads.C, targets/isapi/parser3isapi.dsp: added
21758: pa_threads.C
21759:
21760: * src/include/pa_threads.h: removed targets/parser
21761:
21762: * src/include/: pa_array.h, pa_common.h, pa_config_fixed.h,
21763: pa_config_includes.h, pa_exception.h, pa_exec.h, pa_globals.h,
21764: pa_hash.h, pa_opcode.h, pa_pool.h, pa_request.h, pa_sapi.h,
21765: pa_socks.h, pa_sql_connection.h, pa_stack.h, pa_string.h,
21766: pa_table.h, pa_threads.h: #include "pa_config_includes.h" in all
21767: headers
21768:
21769: * src/: classes/image.C, include/pa_sql_driver_manager.h,
21770: main/pa_sql_driver_manager.C, main/pa_string.C: wrong includes
21771: order prevented sqlmanager to see MULTYTHREAD define
21772:
21773: * src/: include/pa_config_fixed.h, include/pa_threads.h,
21774: main/pa_sql_driver_manager.C: SYNCHRONIZED moved closer to caches
21775: put/gets
21776:
21777: * src/: include/pa_hash.h, main/execute.C: removed /*SYNCHRONIZED*/
21778: from hash.h
21779:
21780: * src/: classes/op.C, include/pa_sql_connection.h,
21781: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: connection
21782: from cache ->set_services(&services);
21783:
21784: 2001-05-16 parser
21785:
21786: * src/targets/cgi/parser3.C: z
21787:
21788: * src/: include/pa_pool.h, targets/cgi/pa_pool.C: removed pool
21789: debug, #ifdefed some. would debug later, on more precise sample
21790: than stupid: @main[] $name[$z[]] ^for[i](0;10000-2){ $tail[9994]
21791: $name.$tail[$tail!] $name.$tail } ok3
21792:
21793: * src/: include/pa_array.h, main/pa_array.C, targets/cgi/parser3.C:
21794: removed array debug. before vstring rebasing
21795:
21796: * src/: include/pa_array.h, include/pa_string.h, main/execute.C,
21797: main/pa_array.C, targets/cgi/pa_pool.C, targets/cgi/parser3.C:
21798: array debugged; adjusted
21799:
21800: * src/main/: pa_sql_driver_manager.C, pa_string.C:
21801: SQL_Driver_manager line no for connect/charset errors
21802:
21803: 2001-05-15 parser
21804:
21805: * src/: include/pa_array.h, include/pa_string.h, main/pa_array.C,
21806: main/pa_string.C: string+array made linear grows
21807:
21808: * src/: include/pa_string.h, main/pa_string.C,
21809: targets/cgi/pa_pool.C, targets/cgi/parser3.C: think that all must
21810: grow lineary, not exponentialy
21811:
21812: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C,
21813: targets/cgi/pa_pool.C, targets/cgi/parser3.C: string fixed bug
21814: with fullchunk cmps
21815:
21816: * src/targets/cgi/: pa_pool.C, parser3.C: main loss here: 5673321/
21817: 70041= 81
21818:
21819: * src/: include/pa_string.h, targets/cgi/pa_pool.C,
21820: targets/cgi/parser3.C: detected huge mem allocation: size/times
21821: malloc 27809390/368771, calloc 3232/83. would test now
21822:
21823: * src/: classes/random.C, main/compile.y, main/execute.C,
21824: main/pa_request.C, types/pa_value.h, types/pa_vmethod_frame.h:
21825: numbered params had wrong name - for instance: bad error message
21826: in ^for[] bad body type. fixed
21827:
21828: 2001-05-14 parser
21829:
21830: * src/: classes/string.C, include/pa_string.h, main/pa_string.C,
21831: main/untaint.C: ^string.upper|lower[]
21832:
21833: 2001-05-11 parser
21834:
21835: * src/: classes/double.C, classes/image.C, classes/op.C,
21836: classes/string.C, classes/table.C, classes/unknown.C,
21837: main/execute.C, types/pa_value.h, types/pa_vbool.h,
21838: types/pa_vdouble.h, types/pa_vint.h, types/pa_vstring.h,
21839: types/pa_vunknown.h: op: MAX_LOOPS as_int
21840:
21841: * src/: main/main.dsp, targets/isapi/parser3isapi.dsp: fixed some
21842: .dsp for win32tools
21843:
21844: 2001-05-11 paf
21845:
21846: * src/: classes/classes.cmd, classes/gawk.exe, classes/ls.exe,
21847: main/bison.exe, targets/isapi/KILL.EXE, targets/isapi/PSTAT.EXE,
21848: targets/isapi/istart.cmd, targets/isapi/istop.cmd,
21849: targets/isapi/kill.pl: moved win32 helpers to /win32tools
21850:
21851: 2001-05-10 paf
21852:
21853: * src/include/: pa_common.h, pa_config_includes.h: inline undefed
21854: for C++, that's all
21855:
1.116 moko 21856: * src/include/: pa_config_auto.h.in, pa_config_fixed.h,
21857: pa_config_includes.h: inline wonders
1.95 moko 21858:
21859: * src/: classes/Makefile.am, classes/hash.C, doc/doxygen.cfg,
21860: doc/doxygen.cmd: hash.C added
21861:
21862: * src/: main/pa_request.C, types/pa_vrequest.C: op configured
21863:
21864: * src/main/compile.y: @end grammar: allowed zero strings in control
21865: menthod
21866:
21867: * src/types/: pa_value.h, pa_vclass.h, pa_vstateless_class.h,
21868: pa_vstateless_object.h: changed priority: field before method
21869: lookup in vclass & vobject
21870:
21871: * src/: doc/doxygen.cmd, main/compile.y, types/pa_vobject.h:
21872: grammar: priorities changes [lowerd && prior] vobject: now first
21873: fields, next methods
21874:
21875: 2001-05-08 paf
21876:
21877: * src/main/pa_table.C: table columnname2item on nameless ignored
21878: bark=false. fixed
21879:
21880: * src/: classes/table.C, types/pa_value.h, types/pa_vhash.h,
21881: types/pa_vmethod_frame.h: hash:default works at last!
21882:
21883: * src/: classes/mail.C, classes/table.C, doc/doxygen.cmd,
21884: main/main.dsp, types/pa_vhash.h, types/pa_vstateless_class.h:
21885: hash:default
21886:
21887: * src/classes/table.C: z
21888:
21889: * src/classes/table.C: table:hash always hash of hash now
21890:
21891: * src/classes/table.C: table:empty return bool now
21892:
21893: * src/: classes/table.C, doc/chm.cmd, include/pa_array.h,
21894: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21895: types/pa_vtable.h: table:hash
21896:
21897: * src/classes/table.C: table:record have name
21898:
21899: * src/: classes/op.C, types/pa_vtable.h: allowed $table.2342734
21900: returns vunknown
21901:
21902: * src/classes/: double.C, int.C, op.C, string.C:
21903: int,double,string:int[] double[] string:length[] results now have
21904: hames
21905:
21906: * src/: classes/op.C, classes/table.C, main/main.dsp,
21907: types/pa_vtable.h: removed table:find. table:locate and op:eval
21908: now return bool
21909:
21910: * src/: doc/chm.cmd, main/execute.C, types/pa_value.h: wrong pool
21911: in method checkparams again. fixed
21912:
21913: 2001-05-07 paf
21914:
21915: * src/doc/chm.cmd: cmd
21916:
21917: * src/: classes/image.C, classes/mail.C, classes/string.C,
21918: doc/chm.cmd, include/pa_table.h, main/pa_table.C,
21919: types/pa_value.h: method reported errors on wrong pool
21920:
21921: * src/main/execute.C: ^var[^class:var.method[]] is not constructor
21922: now
21923:
21924: * src/: doc/ClassExample2.dox, doc/aliased.dox, doc/chm.cmd,
21925: include/code.h, include/pa_opcode.h, main/compile.C,
21926: main/compile_tools.h, main/execute.C, types/pa_value.h,
21927: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
21928: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
21929: types/pa_vfile.h, types/pa_vform.h, types/pa_vhash.h,
21930: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
21931: types/pa_vmethod_frame.h, types/pa_vobject.h,
21932: types/pa_vrequest.h, types/pa_vresponse.h,
21933: types/pa_vstateless_class.h, types/pa_vstring.h,
21934: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
21935: types/pa_wwrapper.h: pa_code.h
21936:
21937: * src/doc/: chm.cmd, doxygen.cmd, view.cmd: dox cmd
21938:
21939: * src/: classes/string.C, classes/table.C, doc/ClassExample1.dox,
21940: doc/ClassExample2.dox, doc/ClassExample3.dox, doc/aliased.dox,
21941: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21942: doc/doxygen.cmd, doc/executor.dox, doc/index.dox,
21943: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21944: doc/string.dox, doc/targets.dox, doc/value.dox, include/code.h,
21945: include/pa_hash.h, include/pa_string.h, main/pa_request.C,
21946: main/pa_sql_driver_manager.C, types/pa_vjunction.h,
21947: types/pa_vtable.h: dox, split by not clean parts also
21948:
21949: * src/: include/pa_table.h, main/pa_table.C, types/pa_value.h,
21950: types/pa_vtable.h: table: fields, then methods. so to enable
21951: 'dir' fields & co. more
21952:
21953: * src/types/: pa_value.h, pa_vtable.h: table: fields, then methods.
21954: so to enable 'dir' fields & co.
21955:
21956: * src/main/compile.y: grammar: @end
21957:
21958: 2001-05-04 paf
21959:
21960: * src/: doc/ClassExample1.dox, doc/ClassExample2.dox,
21961: doc/ClassExample3.dox, main/execute.C: dox: example1 updated
21962:
21963: * src/: classes/classes.h, classes/double.C, classes/file.C,
21964: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
21965: classes/op.C, classes/random.C, classes/response.C,
21966: classes/string.C, classes/table.C, classes/unknown.C,
21967: doc/doxygen.cfg, doc/index.dox, main/pa_string.C: removed m-
21968: method dox
21969:
21970: 2001-05-03 paf
21971:
21972: * src/: classes/classes.h, classes/double.C, doc/aliased.dox,
21973: doc/class.dox, doc/compiler.dox, doc/doxygen.cfg,
21974: doc/doxygen.txt, doc/executor.dox, doc/index.dox,
21975: doc/methoded.dox, doc/module.dox, doc/object.dox, doc/pooled.dox,
21976: doc/string.dox, doc/targets.dox, doc/value.dox,
21977: main/pa_request.C: dox splitted .dox files and added some
21978:
21979: * src/: classes/Makefile.am, doc/doxygen.txt: classes/am
21980:
21981: 2001-05-02 paf
21982:
21983: * src/classes/: image.C, table.C: table:dir result are not tainted
21984: by file_name language now
21985:
21986: 2001-04-28 paf
21987:
21988: * src/classes/classes.inc: removed classes.inc
21989:
21990: * src/: classes/classes.inc, main/Makefile.am: removed pa_methoded
21991: from .am
21992:
21993: * src/classes/classes.awk: skipped classes in .awk
21994:
21995: * src/: classes/Makefile.am, classes/classes.C, classes/classes.h,
21996: classes/classes.inc, classes/double.C, classes/file.C,
21997: classes/form.C, classes/int.C, classes/op.C, classes/response.C,
21998: classes/string.C, classes/table.C, classes/unknown.C,
21999: include/pa_methoded.h, main/main.dsp, main/pa_methoded.C,
22000: targets/cgi/parser3.C, types/pa_vdouble.h, types/pa_vfile.h,
22001: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h: renamed
22002: pa_methoded back to classes/classes.h
22003:
22004: * src/: classes/Makefile.am, main/main.dsp: classes/Makefile.am
22005:
22006: * src/: classes/Makefile.am, classes/classes.awk,
22007: classes/classes.cmd, classes/classes.inc, classes/gawk.exe,
22008: classes/ls.exe, main/bison.exe: classes.inc autogenerator
22009:
22010: * src/: classes/classes.C, classes/classes.h, classes/double.C,
22011: classes/file.C, classes/form.C, classes/int.C, classes/op.C,
22012: classes/response.C, classes/string.C, classes/table.C,
22013: classes/unknown.C, include/pa_methoded.h, main/Makefile.am,
22014: main/main.dsp, main/pa_methoded.C, targets/cgi/parser3.C,
22015: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vform.h,
22016: types/pa_vimage.h, types/pa_vint.h: classes/classes renamet to
22017: include|main/pa_methoded
22018:
22019: * src/: include/pa_string.h, main/pa_globals.C, main/untaint.C,
22020: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: z
22021:
22022: * src/: classes/form.C, include/pa_globals.h, main/pa_globals.C:
22023: moved some configured data to request::classes_conf moved some
22024: string crations from globals to M... [works]
22025:
22026: * src/: classes/form.C, classes/mail.C, classes/op.C,
22027: include/pa_globals.h, include/pa_request.h, main/pa_globals.C,
22028: main/pa_request.C: moved some configured data to
22029: request::classes_conf moved some string crations from globals to
22030: M...
22031:
22032: * src/: classes/form.C, include/pa_request.h, main/pa_request.C:
22033: about to move configured data to special request hash
22034:
22035: * src/: classes/classes.C, classes/classes.h, classes/file.C,
22036: classes/form.C, classes/mail.C, include/pa_request.h,
22037: main/pa_request.C: configure started
22038:
22039: * src/: main/execute.C, types/pa_wcontext.h: Methoded reorganized
22040: 2. todo: methoded-configure
22041:
22042: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22043: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22044: classes/_random.h, classes/_response.h, classes/_string.h,
22045: classes/_table.h, classes/_unknown.h, classes/classes.inc,
22046: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22047: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22048: classes/random.C, classes/response.C, classes/string.C,
22049: classes/table.C, classes/unknown.C, include/pa_globals.h,
22050: include/pa_request.h, main/compile.y, main/execute.C,
22051: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22052: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22053: types/pa_value.h, types/pa_vcookie.h, types/pa_vdouble.h,
22054: types/pa_venv.h, types/pa_vfile.h, types/pa_vform.C,
22055: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22056: types/pa_vrequest.h, types/pa_vresponse.h,
22057: types/pa_vstateless_class.h, types/pa_vstring.h,
22058: types/pa_vtable.h, types/pa_vunknown.h, types/pa_wcontext.h,
22059: classes/classes.C, classes/classes.h: Methoded reorganized. todo:
22060: methoded-configure
22061:
22062: * src/: classes/file.C, classes/table.C, main/compile.y,
22063: main/execute.C, main/pa_request.C, targets/cgi/parser3.C,
22064: types/pa_vtable.h, types/pa_wcontext.h: removed ^a.menu{$name}
22065: ability. now $a{^menu{$name}} or ^a.menu{$a.name}
22066:
22067: * src/: classes/_string.h, classes/classes.C, classes/classes.h,
22068: classes/double.C, classes/exec.C, classes/file.C, classes/form.C,
22069: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22070: classes/random.C, classes/response.C, classes/string.C,
22071: classes/table.C, classes/unknown.C, include/pa_request.h,
22072: main/compile.y, main/execute.C, main/pa_globals.C,
22073: main/pa_request.C, types/pa_value.h, types/pa_vdouble.h,
22074: types/pa_vfile.h, types/pa_vform.C, types/pa_vform.h,
22075: types/pa_vimage.h, types/pa_vint.h, types/pa_vresponse.h,
22076: types/pa_vstring.h, types/pa_vtable.h, types/pa_vunknown.h:
22077: beautifying just compiled. todo: debug, configure
22078:
22079: 2001-04-27 paf
22080:
22081: * src/: classes/file.C, classes/image.C, classes/table.C,
22082: main/execute.C, main/pa_request.C, types/pa_vstateless_class.h:
22083: beautifying -99
22084:
22085: * src/: classes/_double.h, classes/_form.h, classes/_int.h,
22086: classes/_response.h, classes/_unknown.h, classes/classes.C,
22087: classes/classes.h, classes/double.C, classes/file.C,
22088: classes/form.C, classes/image.C, classes/int.C, classes/mail.C,
22089: classes/op.C, classes/random.C, classes/response.C,
22090: classes/string.C, include/pa_globals.h, main/main.dsp,
22091: main/pa_globals.C, types/pa_vdouble.h, types/pa_vfile.h,
22092: types/pa_vform.h, types/pa_vimage.h, types/pa_vint.h,
22093: types/pa_vresponse.h, types/pa_vstring.h, types/pa_vtable.h,
22094: types/pa_vunknown.h: beautifying -100
22095:
22096: * src/main/compile.y: serge@ found @CLASS bug. fixed
22097:
22098: * src/: classes/_file.h, classes/_image.h, classes/_mail.h,
22099: classes/_op.h, classes/_random.h, classes/_table.h,
22100: classes/file.C, classes/image.C, classes/int.C, classes/mail.C,
22101: classes/op.C, classes/random.C, classes/response.C,
22102: classes/string.C, classes/table.C, classes/unknown.C,
22103: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22104: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22105: types/pa_vcookie.h, types/pa_venv.h, types/pa_vrequest.h: started
22106: beautifying
22107:
22108: 2001-04-26 paf
22109:
22110: * src/: main/pa_request.C, types/pa_vfile.h: code documentation ++
22111:
22112: * src/: doc/doxygen.cfg, include/pa_socks.h, main/pa_socks.C: code
22113: documentation ++
22114:
22115: * src/: classes/_exec.h, doc/doxygen.cfg,
22116: include/pa_config_fixed.h, include/pa_config_includes.h,
22117: targets/cgi/pa_pool.C: code documentation ++
22118:
22119: * src/: classes/_image.h, classes/op.C, classes/random.C,
22120: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22121: types/pa_vcookie.h, types/pa_vdouble.h, types/pa_venv.h,
22122: types/pa_vform.C, types/pa_vform.h, types/pa_vimage.C,
22123: types/pa_vimage.h, types/pa_vint.h, types/pa_vjunction.h,
22124: types/pa_vmethod_frame.h, types/pa_vobject.h,
22125: types/pa_vrequest.C, types/pa_vrequest.h,
22126: types/pa_vstateless_class.C, types/pa_vstateless_object.h,
22127: types/pa_vstring.C, types/pa_vstring.h, types/pa_vtable.h,
22128: types/pa_vunknown.h, types/pa_wcontext.C, types/pa_wwrapper.h:
22129: code documentation ++
22130:
22131: * src/: classes/image.C, classes/mail.C, classes/string.C,
22132: classes/table.C, doc/doxygen.cfg, doc/doxygen.txt,
22133: include/pa_array.h, include/pa_dir.h, include/pa_string.h,
22134: main/compile_tools.h, main/pa_common.C, sql/pa_sql_driver.h,
22135: types/pa_vbool.h, types/pa_vclass.h, types/pa_vcode_frame.h,
22136: types/pa_vhash.h, types/pa_vjunction.h, types/pa_vmethod_frame.h,
22137: types/pa_vobject.h, types/pa_vstateless_class.h,
22138: types/pa_wcontext.h, types/pa_wwrapper.h: code documentation ++
22139:
22140: * src/main/: pa_request.C, pa_string.C: z
22141:
22142: * src/: include/pa_common.h, include/pa_types.h,
22143: main/pa_sql_driver_manager.C: module [and, guess, isapi]
22144: connection caching fixed. request-pooled-url were stored into
22145: global connectioncache
22146:
22147: 2001-04-25 paf
22148:
22149: * src/: doc/doxygen.cfg, doc/doxygen.txt,
22150: targets/isapi/parser3isapi.C: started doc / [doxygen.txt]
22151:
22152: * src/: include/code.h, include/pa_common.h, main/compile.y,
22153: main/execute.C, main/pa_common.C: -d
22154:
22155: * src/: classes/file.C, main/pa_exec.C, targets/cgi/parser3.C:
22156: illegal call check a bit improved, but still under iis no mapping
22157: of dir with parser allowed!
22158:
22159: 2001-04-24 paf
22160:
22161: * src/targets/Makefile.am: apache module lib .am
22162:
22163: * src/main/pa_exec.C: windows32 buildCommand
22164:
22165: 2001-04-23 paf
22166:
22167: * src/targets/cgi/Makefile.am: win32 conditional
22168:
22169: * src/targets/cgi/Makefile.am: win32 conditional
22170:
22171: * src/targets/cgi/Makefile.am: liblink
22172:
22173: * src/: include/pa_array.h, main/pa_array.C, types/pa_vfile.h:
22174: vfile fields return type
22175:
22176: * src/types/pa_vfile.h: vfile fields return type
22177:
22178: * src/include/pa_config_auto.h.in: .h.in
22179:
22180: * src/: classes/Makefile, main/Makefile, targets/cgi/Makefile,
22181: types/Makefile: makefiles removed
22182:
22183: * src/: classes/Makefile, main/Makefile, main/pa_string.C,
22184: targets/cgi/Makefile, types/Makefile: configure.in + makefiles
22185:
22186: * src/main/pa_string.C: tested OK /// @test really @b test: s x m
22187: [tested: i & g ]
22188:
22189: * src/: classes/random.C, targets/cgi/parser3.C: redo failed ///
22190: @test noticed series in isapi, check how initialize_random_class
22191: is called! [must be called only once]
22192:
22193: * src/main/execute.C: operators first! so that ^table.menu{^rem{}}
22194: would not be 'unknown column'
22195:
22196: * src/: classes/table.C, types/pa_vform.C, types/pa_vtable.h: ///
22197: @test $a.menu{ $a[123] } and $a.menu{^table:set[]...}
22198:
22199: * src/: main/pa_request.C, targets/cgi/parser3.C: /// @test with
22200: commandline start "parser3 a.html" so that ^load[a.cfg] worked!
22201: [now doesnt]
22202:
22203: * src/targets/cgi/parser3.C: cgi cmdline ver
22204:
22205: * src/targets/cgi/parser3.C: cgi /// @test disable
22206: /cgi-bin/parser3/auto.p
22207:
22208: * src/main/untaint.C: untaint without charset
22209:
22210: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22211: main/pa_common.C: common: file_write /// @test mkdirs
22212: file_delete rmdirs
22213:
22214: * src/main/untaint.C: mail header only once to =?
22215:
22216: * src/: classes/image.C, classes/mail.C, include/pa_globals.h,
22217: include/pa_string.h, main/pa_exec.C, main/pa_request.C,
22218: main/untaint.C: untaint - @test optimize whitespaces for
22219: all but 'html'
22220:
22221: * src/: classes/mail.C, include/pa_hash.h, include/pa_string.h,
22222: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22223: main/untaint.C: untaint - @test mail-header
22224:
22225: 2001-04-20 paf
22226:
22227: * src/: classes/string.C, classes/table.C, include/pa_globals.h,
22228: include/pa_request.h, include/pa_string.h, main/compile.y,
22229: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
22230: targets/cgi/parser3.C: $MAIN:LOCALE
22231:
22232: * src/main/untaint.C: z
22233:
22234: * src/: main/untaint.C, targets/cgi/parser3.C: fixed header "a/a"
22235:
22236: 2001-04-19 paf
22237:
22238: * src/main/compile_tools.h: $a$b bugfix
22239:
22240: * src/targets/cgi/parser3.C: z
22241:
22242: * src/classes/file.C: z
22243:
22244: * src/: classes/file.C, include/pa_common.h, types/pa_vcookie.C:
22245: done: header to $fields. waits for header '\' tricks
22246:
22247: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22248: main/untaint.C, targets/isapi/parser3isapi.C, types/pa_vcookie.C:
22249: changed urlencode here and in untaint.C to HTTP standard's " and
22250: \" mech
22251:
22252: * src/: main/pa_request.C, targets/isapi/parser3isapi.C: fixed
22253: http://alx/~paf/ doesnt load /auto.p
22254:
22255: 2001-04-18 paf
22256:
22257: * src/main/pa_request.C: 1
22258:
22259: * src/: main/Makefile.am, main/main.dsp, targets/cgi/Makefile.am:
22260: linux @alx
22261:
22262: 2001-04-17 paf
22263:
22264: * src/: classes/file.C, classes/image.C, doc/doxygen.cfg,
22265: include/pa_sql_connection.h, main/pa_sql_driver_manager.C,
22266: sql/pa_sql_driver.h: SQL_Driver_services renamed. doxygen statics
22267: enabled
22268:
22269: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22270: classes/_exec.h, classes/_file.h, classes/_form.h,
22271: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22272: classes/_random.h, classes/_response.h, classes/_string.h,
22273: classes/_table.h, classes/_unknown.h, classes/file.C,
22274: classes/image.C, classes/mail.C, classes/op.C, classes/random.C,
22275: include/pa_config_fixed.h, include/pa_config_includes.h,
22276: include/pa_hash.h, include/pa_sql_driver_manager.h,
22277: include/pa_version.h, main/Makefile.am, main/compile.y,
22278: main/pa_common.C, main/pa_exec.C, main/pa_socks.C,
22279: main/pa_sql_driver_manager.C, sql/Makefile.am,
22280: sql/pa_sql_driver.h, targets/cgi/Makefile.am,
22281: targets/cgi/parser3.C, types/Makefile.am, types/pa_vcookie.C,
22282: types/pa_vform.C, types/pa_vimage.h: exec @jav
22283:
22284: * src/: include/pa_sql_driver_manager.h,
22285: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h,
22286: types/pa_vimage.h: sql driver interface now has initialize(client
22287: .so)
22288:
22289: 2001-04-16 paf
22290:
22291: * src/Makefile.am: compile2 cygwin
22292:
22293: * src/: include/pa_config_includes.h, main/pa_exec.C,
22294: main/pa_socks.C, targets/cgi/Makefile.am: compile1 cygwin
22295:
22296: * src/targets/cgi/Makefile.am: compile0 jav
22297:
22298: * src/: Makefile.am, classes/Makefile.am, classes/_double.h,
22299: classes/_exec.h, classes/_file.h, classes/_form.h,
22300: classes/_image.h, classes/_int.h, classes/_mail.h, classes/_op.h,
22301: classes/_random.h, classes/_response.h, classes/_string.h,
22302: classes/_table.h, classes/_unknown.h, classes/image.C,
22303: classes/mail.C, classes/op.C, classes/random.C,
22304: include/pa_config_fixed.h, include/pa_config_includes.h,
22305: include/pa_hash.h, include/pa_version.h, main/Makefile.am,
22306: main/compile.y, main/pa_common.C, main/pa_exec.C,
22307: sql/Makefile.am, targets/cgi/Makefile.am, targets/cgi/parser3.C,
22308: types/Makefile.am, types/pa_vcookie.C, types/pa_vform.C:
22309: compile-1
22310:
22311: 2001-04-15 paf
22312:
22313: * src/classes/op.C: z
22314:
22315: * src/classes/table.C: table:empty +=process
22316:
22317: * src/types/pa_value.h: MethodParams !junction
22318:
22319: * src/: classes/_string.h, classes/double.C, classes/file.C,
22320: classes/image.C, classes/int.C, classes/mail.C, classes/op.C,
22321: classes/random.C, classes/response.C, classes/string.C,
22322: classes/table.C, classes/unknown.C, main/pa_request.C:
22323: MethodParams everywhere
22324:
22325: * src/: classes/op.C, include/pa_request.h, types/pa_value.h,
22326: types/pa_vmethod_frame.h: MethodParams in op.C
22327:
22328: 2001-04-12 paf
22329:
22330: * src/: classes/image.C, types/pa_vimage.h: image:font :text
22331:
22332: * src/: classes/_unknown.h, classes/unknown.C,
22333: include/pa_globals.h, main/main.dsp, main/pa_globals.C,
22334: types/pa_vunknown.h: ^unknown:int[]=0 double[]=0
22335:
22336: * src/: classes/image.C, main/pa_hash.C: hash bug fixed
22337:
22338: * src/classes/image.C: image:gif now does not have params
22339:
22340: * src/classes/image.C:
22341: image:line/fill/rectangle/bar/replace/polygon/polybar
22342:
22343: * src/: classes/image.C, classes/op.C, main/execute.C,
22344: types/pa_value.h, types/pa_vmethod_frame.h, types/pa_wcontext.h:
22345: for var now written not to r.wcontext, but to r.root cleared
22346: "entered_object" state
22347:
22348: 2001-04-11 paf
22349:
22350: * src/classes/image.C: image:create image:load
22351:
22352: * src/: classes/image.C, main/main.dsp: gd with mem write + image
22353: just compiled
22354:
22355: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22356: todo: gif without file
22357:
22358: * src/: classes/image.C, types/pa_vimage.C, types/pa_vimage.h: gd
22359: started porting to Pooled descendant
22360:
22361: * src/: classes/image.C, main/execute.C, main/main.dsp,
22362: main/pa_request.C, types/pa_vcframe.h, types/pa_vcode_frame.h,
22363: types/pa_vimage.C, types/pa_vimage.h, types/pa_vmethod_frame.h,
22364: types/pa_vmframe.h: libimaging dead end: pil parses header in .py
22365:
22366: * src/: classes/image.C, include/pa_globals.h, main/main.dsp,
22367: main/pa_globals.C, types/pa_vimage.C, types/pa_vimage.h: gd dead
22368: end. switching to python imaging lib
22369:
22370: * src/main/main.dsp: gd+smtp made separate libs
22371:
22372: * src/: include/pa_globals.h, include/pa_string.h,
22373: main/pa_common.C, main/pa_request.C, main/untaint.C,
22374: types/pa_vfile.C, types/pa_vstring.C: fixed vstring:as_vfile
22375: length
22376:
22377: * src/: classes/mail.C, classes/op.C, targets/cgi/parser3.C,
22378: types/pa_value.h, types/pa_vfile.C, types/pa_vfile.h,
22379: types/pa_vform.C, types/pa_vstring.C, types/pa_vstring.h: forced
22380: UL_FILE_NAME of posted file name
22381:
22382: * src/: classes/image.C, main/pa_request.C, types/pa_vform.C: fixed
22383: post [broke when moved post read to core]
22384:
22385: 2001-04-10 paf
22386:
22387: * src/classes/image.C: image:html done
22388:
22389: * src/: classes/image.C, types/pa_vimage.C: jpg measure bugs fixed
22390:
22391: * src/classes/image.C: z
22392:
22393: * src/: classes/_image.h, classes/image.C, types/pa_vimage.C: image
22394: forgotten!
22395:
22396: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
22397: main/pa_request.C, main/pa_string.C, main/untaint.C,
22398: types/pa_vimage.h: image:measure -90
22399:
22400: * src/: classes/_double.h, classes/_file.h, classes/_form.h,
22401: classes/_int.h, classes/_mail.h, classes/_op.h,
22402: classes/_random.h, classes/_response.h, classes/_string.h,
22403: classes/_table.h, classes/file.C, classes/mail.C,
22404: include/pa_common.h, include/pa_globals.h, main/execute.C,
22405: main/main.dsp, main/pa_common.C, main/pa_globals.C,
22406: targets/isapi/parser3isapi.C, types/pa_value.h, types/pa_vfile.C,
22407: types/pa_vfile.h, types/pa_vhash.h, types/pa_vimage.h,
22408: types/pa_vresponse.h, types/pa_vstring.h: image:measure -100 just
22409: compiled
22410:
22411: * src/classes/mail.C: minor bug with unclear from/to
22412:
22413: * src/classes/mail.C: sendmail unix skipping defaults
22414:
22415: * src/: classes/mail.C, include/pa_common.h, main/pa_common.C:
22416: sendmail unix added defaults
22417:
22418: * src/classes/mail.C: unix sendmail compiled. todo:testing
22419:
22420: * src/: classes/mail.C, main/pa_globals.C: smtp some consts
22421:
22422: 2001-04-09 paf
22423:
22424: * src/: classes/file.C, include/pa_exec.h, include/pa_sapi.h,
22425: main/main.dsp, main/pa_exec.C, targets/cgi/parser3.C,
22426: targets/cgi/parser3.dsp, targets/isapi/parser3isapi.C,
22427: targets/isapi/parser3isapi.dsp: all targets exec
22428:
22429: * src/: include/pa_sapi.h, include/pa_string.h,
22430: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22431: targets/isapi/parser3isapi.dsp: sapi exec dead end. badly parsed
22432: args in apache:util.script
22433:
22434: * src/include/pa_string.h: written but not tested exec with env for
22435: unix
22436:
22437: * src/: classes/file.C, main/main.dsp, main/pa_request.C,
22438: targets/cgi/parser3.C: exec win32 env
22439:
22440: * src/: classes/file.C, include/pa_hash.h, main/pa_hash.C: exec env
22441: 0
22442:
22443: * src/: classes/exec.C, classes/file.C, include/pa_globals.h,
22444: main/execute.C, main/main.dsp, main/pa_globals.C,
22445: main/pa_request.C, types/pa_vfile.C, types/pa_vfile.h,
22446: types/pa_vform.C, types/pa_vstring.C: exec4. todo env
22447:
22448: * src/: classes/exec.C, include/pa_common.h, main/pa_common.C,
22449: main/untaint.C: exec3. decided exec:cgi to move to file:cgi
22450:
22451: * src/: classes/_exec.h, main/execute.C, main/pa_globals.C,
22452: main/pa_request.C, types/pa_vcookie.C, types/pa_vfile.C: exec -2
22453:
22454: * src/: classes/_exec.h, classes/exec.C, include/pa_common.h,
22455: include/pa_request.h, include/pa_sapi.h, include/pa_string.h,
22456: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22457: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22458: targets/isapi/parser3isapi.C, types/pa_vform.C, types/pa_vform.h:
22459: exec class just compiled. moved post read to request core
22460:
22461: * src/: classes/_op.h, include/pa_dir.h, include/pa_globals.h,
22462: include/pa_sapi.h, main/main.dsp, main/pa_dir.C,
22463: main/pa_globals.C, targets/cgi/parser3.C,
22464: targets/cgi/parser3.dsp: problems with ^exec:cgi post data. they
22465: are already read by vform
22466:
22467: 2001-04-08 paf
22468:
22469: * src/: classes/file.C, classes/mail.C, classes/string.C,
22470: include/pa_request.h, include/pa_string.h, main/pa_request.C:
22471: uuencode. string<<
22472:
22473: 2001-04-07 paf
22474:
22475: * src/classes/mail.C: z
22476:
22477: * src/classes/mail.C: z
22478:
22479: * src/classes/mail.C: ^mail[$attach
22480:
22481: * src/classes/mail.C: ^attach dead end
22482:
22483: * src/: include/pa_socks.h, main/main.dsp, main/pa_socks.C,
22484: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22485: targets/isapi/parser3isapi.C: mail:send 1
22486:
22487: * src/: classes/mail.C, main/pa_request.C: z
22488:
22489: * src/: classes/mail.C, include/pa_globals.h, include/pa_request.h,
22490: main/main.dsp, main/pa_globals.C, main/pa_request.C: smtp just
22491: compiled
22492:
22493: * src/classes/mail.C: +=
22494:
22495: * src/: classes/mail.C, include/pa_string.h: mail:send -1 text
22496: prepared
22497:
22498: * src/: classes/_mail.h, classes/mail.C, include/pa_common.h,
22499: include/pa_globals.h, include/pa_string.h, main/main.dsp,
22500: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22501: main/untaint.C, types/pa_vcookie.C: mail:send -10 just compiled
22502:
22503: 2001-04-06 paf
22504:
22505: * src/: classes/table.C, include/pa_globals.h, main/pa_globals.C,
22506: main/pa_string.C: table:dir 1
22507:
22508: * src/: classes/table.C, include/pa_dir.h, main/execute.C,
22509: main/main.dsp, main/pa_dir.C: table:dir 0 [without regexp]
22510:
22511: * src/: classes/_op.h, classes/_root.h, classes/op.C,
22512: classes/root.C, include/pa_globals.h, include/pa_request.h,
22513: main/compile.C, main/execute.C, main/main.dsp, main/pa_globals.C,
22514: main/pa_request.C: renamed 'root' to 'op'
22515:
22516: * src/classes/: _op.h, op.C: renamed from 'root'
22517:
22518: * src/types/pa_valiased.C: another root inherititance skipped
22519:
22520: * src/main/: compile.C, compile.y, execute.C: operators are now not
22521: root methods of parent class. just 'ROOT' class
22522:
22523: * src/: classes/random.C, classes/table.C, main/pa_globals.C:
22524: @office
22525:
22526: * src/: main/pa_request.C, sql/pa_sql_driver.h: mysql limit
22527:
22528: 2001-04-05 paf
22529:
22530: * src/: main/execute.C, main/pa_request.C, main/pa_string.C,
22531: types/pa_value.h, types/pa_vmframe.h, types/pa_wcontext.h:
22532: constructor flag dropped at get_method_frame and remembered into
22533: method_frame
22534:
22535: * src/: classes/file.C, classes/root.C, classes/string.C,
22536: classes/table.C, main/pa_request.C: junction to code&expression
22537: in errors
22538:
22539: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
22540: main/pa_string.C, targets/isapi/parser3isapi.dsp:
22541: $LOCALE:ctype[Russian_Russia.1251]
22542:
22543: * src/: include/pa_config_fixed.h, include/pa_config_includes.h,
22544: include/pa_hash.h, include/pa_string.h, main/pa_hash.C,
22545: main/pa_table.C: hash now not thread-safe.
22546:
22547: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22548: main/untaint.C: z
22549:
22550: * src/: classes/random.C, classes/root.C, classes/table.C,
22551: include/pa_sql_connection.h, include/pa_string.h, main/execute.C,
22552: main/pa_sql_driver_manager.C, main/pa_string.C, main/untaint.C,
22553: sql/pa_sql_driver.h, types/pa_vmframe.h, types/pa_wcontext.C,
22554: types/pa_wcontext.h: sql quote. string untaint UL_SQL
22555:
22556: * src/: classes/table.C, include/pa_sql_connection.h,
22557: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql ping
22558:
22559: * src/classes/table.C: select * from hren error contains statement
22560:
22561: * src/: classes/table.C, include/pa_sql_connection.h,
22562: include/pa_types.h, main/pa_sql_driver_manager.C, main/untaint.C,
22563: sql/pa_sql_driver.h, targets/cgi/parser3.dsp: mysql 0
22564:
22565: * src/: classes/root.C, include/pa_sql_connection.h,
22566: include/pa_sql_driver.h, main/main.dsp,
22567: main/pa_sql_driver_manager.C, sql/pa_sql_driver.h: sql driver
22568: services for conv memory & error reporting
22569:
22570: 2001-04-04 paf
22571:
22572: * src/doc/doxygen.cfg: z
22573:
22574: * src/include/pa_sql_driver.h: mysql connect
22575:
22576: * src/include/pa_sql_driver.h: mysql info
22577:
22578: * src/: classes/root.C, include/pa_sql_driver.h,
22579: include/pa_sql_driver_manager.h, main/main.dsp,
22580: main/pa_sql_driver_manager.C: more manager&connection&driver
22581:
22582: * src/sql/Makefile.am: forgot to add mysql client
22583:
22584: * src/: include/pa_sql_driver.h, include/pa_sql_driver_manager.h,
22585: main/pa_sql_driver_manager.C: connect&sql -1000 just compiled
22586: [forgot to add libltdl, added]
22587:
22588: * src/: Makefile.am, classes/root.C, classes/string.C,
22589: classes/table.C, include/pa_globals.h, include/pa_hash.h,
22590: include/pa_pool.h, include/pa_request.h, include/pa_sapi.h,
22591: include/pa_string.h, include/pa_table.h, main/main.dsp,
22592: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
22593: main/pa_string.C, main/pa_table.C, main/untaint.C: connect&sql
22594: -1000 just compiled
22595:
22596: * src/: classes/random.C, classes/root.C, classes/table.C,
22597: include/pa_globals.h, include/pa_pool.h, include/pa_request.h,
22598: main/pa_request.C, types/pa_vclass.h: sql frame -10
22599:
22600: 2001-04-03 paf
22601:
22602: * src/types/pa_vform.C: z
22603:
22604: * src/: classes/string.C, types/pa_vform.C: string:match replace
22605: assigned lang
22606:
22607: * src/: classes/string.C, main/compile.y: grammar: fixed to allow
22608: {}[]< empty []
22609:
22610: * src/: classes/file.C, classes/string.C, classes/table.C,
22611: include/pa_string.h, main/pa_common.C, main/pa_string.C,
22612: main/untaint.C: string:match replace 2. string.cstr(forced lang)
22613:
22614: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22615: string:match replace strange matches
22616:
22617: * src/classes/string.C: string:match replace 0
22618:
22619: * src/: classes/string.C, main/pa_string.C: string:match replace
22620: prepared 2
22621:
22622: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22623: string:match replace prepared
22624:
22625: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22626: string:match replace -11
22627:
22628: * src/: classes/string.C, include/pa_globals.h,
22629: include/pa_string.h, include/pa_threads.h, main/pa_globals.C,
22630: main/pa_string.C, targets/isapi/parser3isapi.dsp: string:match 0
22631:
22632: * src/: classes/string.C, include/pa_globals.h,
22633: include/pa_string.h, main/main.dsp, main/pa_globals.C,
22634: main/pa_string.C: string:match [search] -1 just compiled
22635:
22636: * src/types/pa_vstring.C: z
22637:
22638: * src/: classes/double.C, classes/file.C, classes/form.C,
22639: classes/int.C, classes/response.C, classes/root.C,
22640: classes/string.C, classes/table.C, include/pa_string.h,
22641: main/pa_string.C: string:match -10 [frame]
22642:
22643: * src/: classes/file.C, main/compile_tools.C, main/pa_common.C,
22644: main/pa_request.C: z
22645:
22646: * src/: main/pa_common.C, main/untaint.C, targets/cgi/parser3.C,
22647: targets/isapi/parser3isapi.C, targets/isapi/pool_storage.h:
22648: todo/tests
22649:
22650: * src/include/pa_common.h: z
22651:
22652: * src/: include/pa_globals.h, include/pa_hash.h, main/pa_globals.C,
22653: main/pa_request.C, targets/cgi/parser3.C,
22654: targets/isapi/parser3isapi.C, types/pa_vfile.C:
22655: content-disposition
22656:
22657: * src/: include/pa_common.h, include/pa_globals.h,
22658: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22659: targets/isapi/parser3isapi.C, types/pa_value.h: main:post-process
22660:
22661: * src/: include/pa_common.h, include/pa_request.h,
22662: include/pa_sapi.h, main/main.dsp, main/pa_common.C,
22663: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
22664: types/pa_vfile.C, types/pa_vfile.h, types/pa_vstring.h: vfile in
22665: response:body
22666:
22667: * src/classes/table.C: table:append now uses string::split
22668:
22669: * src/classes/table.C: z
22670:
22671: * src/: classes/file.C, classes/root.C, classes/string.C,
22672: classes/table.C, doc/doxygen.cmd, doc/doxygen.txt,
22673: doc/generate.cmd, include/pa_array.h, include/pa_request.h,
22674: include/pa_string.h, main/execute.C, main/pa_string.C,
22675: main/untaint.C, targets/cgi/parser3.C, types/pa_vcookie.C:
22676: string::pos & cmp & piece bugs fixed. string::split new
22677: table:load separated from set table:set implemented with clean \n
22678: \t searches
22679:
22680: 2001-04-02 paf
22681:
22682: * src/: classes/table.C, include/pa_string.h, main/pa_string.C,
22683: types/pa_valiased.C, types/pa_valiased.h, types/pa_vdouble.h,
22684: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22685: types/pa_vstring.h, types/pa_vtable.h: string::pos. about to use
22686: it in table:set/load
22687:
22688: * src/: classes/table.C, include/pa_array.h, include/pa_string.h,
22689: include/pa_table.h, main/execute.C, types/pa_value.h: table:join
22690:
22691: * src/classes/random.C: random:generate 1
22692:
22693: * src/: classes/_random.h, classes/random.C, include/pa_globals.h,
22694: main/main.dsp, main/pa_globals.C, main/pa_request.C,
22695: types/pa_value.h: random:generate
22696:
22697: 2001-03-30 paf
22698:
22699: * src/: classes/table.C, include/pa_string.h, main/pa_string.C:
22700: todo: table flip and append. string::pos
22701:
22702: * src/: classes/double.C, classes/file.C, classes/int.C,
22703: classes/response.C, classes/root.C, classes/string.C,
22704: classes/table.C, main/compile.y, main/execute.C,
22705: types/pa_value.h, types/pa_vstateless_class.C,
22706: types/pa_vstateless_class.h: static|dynamic|any method
22707: registration
22708:
22709: * src/: classes/file.C, classes/table.C, include/pa_table.h,
22710: main/pa_table.C, types/pa_vstring.h, types/pa_wwrapper.h:
22711: table:flip
22712:
22713: 2001-03-29 paf
22714:
22715: * src/classes/string.C: string:xsplit forgot that they must result
22716: in 1 row N column [not vice versa]
22717:
22718: * src/classes/string.C: z
22719:
22720: * src/classes/string.C: string: rsplit
22721:
22722: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22723: string: lsplit
22724:
22725: * src/: classes/string.C, include/pa_string.h, main/execute.C,
22726: main/pa_array.C, main/pa_string.C, types/pa_vtable.h: string:
22727: lsplit -1
22728:
22729: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C:
22730: string: pos
22731:
22732: * src/: classes/string.C, include/pa_string.h, main/pa_string.C:
22733: string: pos -1
22734:
22735: * src/: classes/string.C, classes/table.C, include/pa_string.h,
22736: main/compile.y, main/pa_request.C, main/pa_string.C,
22737: main/untaint.C: string: left right mid
22738:
22739: * src/: classes/string.C, main/compile.y, main/compile_tools.C,
22740: main/compile_tools.h, main/main.dsp, types/pa_value.h,
22741: types/pa_vstring.h, types/pa_vunknown.h: empty params allowed. []
22742: and [;] are different now.
22743:
22744: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22745: main/untaint.C: pool.request undone
22746:
22747: * src/: include/pa_pool.h, include/pa_request.h, main/pa_request.C,
22748: main/untaint.C: pool.request
22749:
22750: 2001-03-28 paf
22751:
22752: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22753: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22754: types/pa_value.h, types/pa_vrequest.C, types/pa_vunknown.h:
22755: $request:browser [.type .version]; unknown.get_double now = 0.
22756:
22757: * src/: classes/file.C, include/pa_globals.h, include/pa_request.h,
22758: include/pa_table.h, main/pa_globals.C, main/pa_request.C,
22759: main/pa_table.C, types/pa_vfile.C, types/pa_vfile.h,
22760: types/pa_vform.C: file:load autodetection of mime-type by
22761: user-file-name
22762:
22763: * src/: classes/file.C, main/execute.C, main/pa_common.C,
22764: main/untaint.C, targets/cgi/parser3.C, types/pa_vfile.C,
22765: types/pa_vfile.h, types/pa_vform.C: file:load 1. tainted
22766:
22767: * src/: classes/file.C, include/pa_common.h, main/pa_common.C,
22768: types/pa_vfile.C, types/pa_vfile.h: started file:load. wrong
22769: write. must be self.set
22770:
22771: * src/: classes/file.C, classes/root.C, classes/table.C,
22772: include/pa_table.h, main/pa_table.C: table:locate1, file:test
22773:
22774: * src/: classes/table.C, include/pa_array.h, include/pa_hash.h,
22775: include/pa_table.h, main/pa_array.C, main/pa_table.C,
22776: types/pa_vtable.h: table:locate just compiled
22777:
22778: 2001-03-27 paf
22779:
22780: * src/main/: execute.C, pa_common.C: fixed r/w context of
22781: code-params2, fixed ntfs hardlink slow dir update
22782:
22783: * src/: main/execute.C, types/pa_value.h, types/pa_vmframe.h,
22784: types/pa_wcontext.h: fixed r/w context of code-params
22785:
22786: * src/: classes/table.C, main/execute.C: about to change junction
22787: rcontext!!
22788:
22789: * src/: classes/double.C, classes/int.C, classes/root.C,
22790: classes/string.C, classes/table.C, main/compile_tools.C,
22791: main/execute.C, main/pa_request.C, main/untaint.C,
22792: types/pa_value.h, types/pa_vbool.h, types/pa_vcookie.C,
22793: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22794: types/pa_vmframe.h, types/pa_vstring.h, types/pa_vtable.h,
22795: types/pa_vunknown.h: sort 0
22796:
22797: * src/types/: pa_valiased.C, pa_valiased.h, pa_vdouble.h,
22798: pa_vfile.h, pa_vint.h, pa_vresponse.h, pa_vstring.h, pa_vtable.h:
22799: renamed to are_static_calls_disabled
22800:
22801: * src/: classes/table.C, main/pa_common.C, main/pa_request.C,
22802: targets/cgi/parser3.C, types/pa_value.h, types/pa_vbool.h,
22803: types/pa_vdouble.h, types/pa_vfile.h, types/pa_vint.h,
22804: types/pa_vstring.h, types/pa_vunknown.h: continue on sort
22805:
22806: * src/main/compile.y: fixed minor bug in @mn[][] ...^{
22807:
22808: * src/: classes/table.C, include/pa_common.h, main/compile.y:
22809: started table:sort fixed minor bug in #...^{
22810:
22811: * src/: classes/table.C, include/pa_common.h, main/compile.y,
22812: main/execute.C, main/pa_common.C, main/pa_table.C: table:save
22813: decided to have as it were. stepped back. grammar: added 'in'
22814: 'is' 'lt'&co follow-space check
22815:
22816: 2001-03-26 paf
22817:
22818: * src/: classes/file.C, classes/root.C, classes/table.C,
22819: include/pa_common.h, include/pa_globals.h, include/pa_table.h,
22820: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22821: main/pa_table.C: moved ::save to pa_table. disabled @auto
22822: invocation in ^process
22823:
22824: * src/main/compile.y: grammar: [] 0params [;] 2 params (was 0)
22825:
22826: * src/: classes/table.C, include/pa_array.h, include/pa_table.h,
22827: main/pa_array.C: table:record
22828:
22829: * src/: main/untaint.C, targets/cgi/parser3.C,
22830: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22831: targets/isapi/pool_storage.h, types/pa_valiased.h,
22832: types/pa_vcookie.C, types/pa_vdouble.h, types/pa_vfile.h,
22833: types/pa_vint.h, types/pa_vresponse.h, types/pa_vstring.h,
22834: types/pa_vtable.h: z
22835:
22836: * src/: include/pa_pool.h, main/execute.C, types/pa_valiased.C,
22837: types/pa_valiased.h, types/pa_value.h, types/pa_vdouble.h,
22838: types/pa_vfile.h, types/pa_vint.h, types/pa_vresponse.h,
22839: types/pa_vstring.h, types/pa_vtable.h: disabled $a(123)
22840: $b[$a.CLASS] ^b.inc[123] shit. allowed no checks in native
22841: method realisations on 'self' validity - they now can simply
22842: assume that 'self' is V{Proper} .
22843:
22844: 2001-03-25 paf
22845:
22846: * src/main/untaint.C: z
22847:
22848: * src/main/: pa_request.C, untaint.C: moved default typo-table to
22849: lowlevel - it initialization could be skipped if failed in @auto.
22850: so that exception report would use some table
22851:
22852: * src/main/pa_request.C: table empty lines ignored. system-default
22853: content type assigned in output:result [can fail in main:auto and
22854: skipped normal defaults extraction]
22855:
22856: * src/: include/pa_string.h, main/compile.y: #comment fixed minor
22857: bug
22858:
22859: * src/main/: pa_globals.C, untaint.C: html-typo - moved all
22860: processing to table [except preliminary \r\n \r \n replacements
22861: to "\n"]
22862:
22863: * src/: classes/table.C, main/untaint.C: html-typo - decided to
22864: move all the processing to table
22865:
22866: * src/: classes/table.C, include/pa_table.h, main/pa_globals.C,
22867: main/pa_table.C, main/untaint.C: returned table originating.
22868: useful for reporting typo table problems origin. think would be
22869: useful somewhere else
22870:
22871: * src/main/untaint.C: typo \r \r\n \n properly handled
22872:
22873: * src/: classes/table.C, include/pa_globals.h, include/pa_string.h,
22874: include/pa_table.h, main/compile.y, main/compile_tools.C,
22875: main/compile_tools.h, main/pa_globals.C, main/pa_request.C,
22876: main/pa_string.C, main/pa_table.C, main/untaint.C,
22877: types/pa_vcookie.h: typo & typo-default
22878:
22879: 2001-03-24 paf
22880:
22881: * src/main/pa_common.C: z
22882:
22883: * src/: include/pa_string.h, main/pa_string.C, main/untaint.C,
22884: targets/cgi/parser3.C: html-typo 2
22885:
22886: * src/: doc/doxygen.cfg, doc/doxygen.txt, doc/generate.cmd,
22887: doc/view.cmd, include/pa_array.h, include/pa_globals.h,
22888: include/pa_pool.h, include/pa_string.h, include/pa_table.h,
22889: main/execute.C, main/pa_array.C, main/pa_globals.C,
22890: main/pa_request.C, main/pa_string.C, main/untaint.C,
22891: targets/cgi/parser3.C, targets/isapi/parser3isapi.C,
22892: types/pa_value.h, types/pa_vtable.h: html-typo 0 html-typo 1.
22893: noticed double default content-type prob. run cgi.cmd tomorrow
22894: first html-typo sample. detected << problem: they become ltlt too
22895: fast
22896:
22897: * src/main/compile.y: z
22898:
22899: * src/main/: compile.y, compile_tools.h: #comment
22900:
22901: * src/: classes/file.C, classes/root.C, classes/table.C,
22902: include/pa_common.h, include/pa_request.h, main/compile.y,
22903: main/pa_common.C, main/pa_request.C, main/pa_string.C,
22904: targets/isapi/parser3isapi.C, types/pa_vfile.h: file_read
22905: stringified
22906:
22907: * src/types/pa_valiased.C: decided to String-ify file_read
22908:
22909: * src/targets/: cgi/parser3.C, isapi/nt_log_events.mc,
22910: isapi/parser3isapi.dsp: cgi: sapi::log
22911:
22912: * src/: include/pa_sapi.h, main/pa_common.C, main/pa_request.C,
22913: targets/cgi/parser3.C, targets/isapi/nt_log_events.mc,
22914: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp: nt
22915: error log experiments failed - cgi under iis got no access to
22916: log. registereventsource simply failed with 5(illegal call) code,
22917: while worked OK as standalone executable. isapi: used
22918: HSE_APPEND_LOG_PARAMETER feature
22919:
22920: * src/: include/pa_common.h, include/pa_globals.h,
22921: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
22922: targets/isapi/parser3isapi.C: fixed default content-type
22923: allocation storage
22924:
22925: * src/: include/pa_globals.h, include/pa_request.h,
22926: main/pa_globals.C, main/pa_request.C: z
22927:
22928: * src/: include/pa_array.h, include/pa_hash.h,
22929: include/pa_request.h, main/compile.y, main/pa_array.C,
22930: main/pa_common.C, main/pa_hash.C, main/pa_request.C,
22931: types/pa_vcookie.C: cyclic uses ignored. defaulted default
22932: content-type
22933:
22934: * src/main/: compile.y, execute.C, main.dsp: @CLASS equals @BASE.
22935: sanity
22936:
22937: * src/: main/pa_globals.C, types/pa_vclass.C, types/pa_vclass.h,
22938: types/pa_vstateless_class.C, types/pa_vstateless_class.h: thrown
22939: away freeze mech. no danger now for you can't do
22940: ^request:process[@new-method[] body] trick anymore. still
22941: remains $some_instance.process[@new-method[] possibility] but
22942: would leave it as a feature. see index for sample
22943:
22944: * src/: include/pa_common.h, main/pa_common.C,
22945: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: auto.p
22946: monkey every target
22947:
22948: * src/: include/pa_common.h, main/pa_common.C, main/pa_request.C,
22949: targets/cgi/parser3.C, targets/isapi/pool_storage.h,
22950: types/pa_vform.C, types/pa_vform.h: auto.p monkey
22951:
22952: 2001-03-23 paf
22953:
22954: * src/: include/pa_pool.h, main/pa_request.C,
22955: targets/cgi/pa_pool.C, targets/isapi/pa_pool.C,
22956: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
22957: targets/isapi/pool_storage.h: isapi: dumb pool storage
22958:
22959: * src/targets/isapi/pa_pool.C: decided to continue with extension
22960:
22961: * src/targets/: cgi/parser3.C, isapi/parser3isapi.C: isapi: think
22962: it would be better to rewrite as filter then to deal with pool
22963:
22964: * src/: main/main.dsp, targets/isapi/parser3isapi.C: isapi: docroot
22965: now like in cgi, not from APPL_PHYSICAL_PATH
22966:
22967: * src/: classes/root.C, classes/table.C, include/pa_common.h,
22968: include/pa_config_fixed.h, include/pa_config_includes.h,
22969: include/pa_string.h, include/pa_threads.h, include/pa_types.h,
22970: include/pa_version.h, main/compile.y, main/execute.C,
22971: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
22972: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
22973: main/untaint.C, targets/cgi/parser3.C,
22974: targets/isapi/parser3isapi.C, types/pa_vfile.C, types/pa_vform.C:
22975: cgi: reinvent document_root and request_uri under iis. autoconf
22976: updated. introducing ap_config_includes
22977:
22978: * src/targets/cgi/parser3.C: cgi: reinvent document_root under iis
22979:
22980: * src/targets/cgi/parser3.C: cgi: only one pool now
22981:
22982: * src/: include/pa_globals.h, include/pa_sapi.h, main/main.dsp,
22983: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
22984: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22985: types/pa_venv.h, types/pa_vform.C: sapi made object
22986:
22987: * src/: include/pa_globals.h, main/pa_request.C,
22988: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
22989: targets/isapi/parser3isapi.C, types/pa_vcookie.C,
22990: types/pa_venv.h, types/pa_vform.C: all: sapi beauty
22991:
22992: * src/: main/pa_request.C, targets/cgi/parser3.C,
22993: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22994: isapi minor env beauty
22995:
22996: * src/: main/pa_request.C, targets/cgi/parser3.C,
22997: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp:
22998: isapi document_root 0
22999:
23000: 2001-03-22 paf
23001:
23002: * src/targets/isapi/parser3isapi.C: isapi keep-alive
23003:
23004: * src/targets/: cgi/vform_fields_fill.C, cgi/vform_fields_fill.h,
23005: isapi/parser3isapi.C: z
23006:
23007: * src/: include/pa_pool.h, main/pa_request.C,
23008: targets/cgi/parser3.C, targets/isapi/parser3isapi.C: isapi 1
23009:
23010: * src/targets/isapi/: KILL.EXE, PSTAT.EXE, istart.cmd, istop.cmd,
23011: kill.pl: isapi added utils
23012:
23013: * src/: include/pa_pool.h, main/pa_pool.C, targets/cgi/parser3.C,
23014: targets/isapi/parser3isapi.C, targets/isapi/parser3isapi.dsp,
23015: types/pa_vform.C: isapi 0
23016:
23017: * src/: include/pa_pool.h, targets/cgi/pa_pool.C,
23018: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23019: targets/isapi/pa_pool.C, targets/isapi/parser3isapi.C,
23020: targets/isapi/parser3isapi.def, targets/isapi/parser3isapi.dsp:
23021: started isapi
23022:
23023: * src/: include/pa_globals.h, main/pa_common.C, main/pa_request.C:
23024: some comments
23025:
23026: * src/: include/pa_globals.h, include/pa_request.h,
23027: include/pa_types.h, main/pa_globals.C, main/pa_request.C,
23028: targets/cgi/parser3.C, types/pa_vcookie.C: config of auto.p path:
23029: parser_root_auto_path parser_site_auto_path
23030:
23031: * src/types/pa_vcookie.C: cookie attr decoded
23032:
23033: 2001-03-21 paf
23034:
23035: * src/targets/cgi/parser3.C: z
23036:
23037: * src/include/pa_globals.h: post. todo: config of auto.p path
23038:
23039: * src/: include/pa_globals.h, targets/cgi/parser3.C,
23040: types/pa_venv.h: in cookie & env. todo:post
23041:
23042: * src/: Makefile.am, classes/Makefile.am, classes/file.C,
23043: classes/root.C, classes/table.C, include/pa_array.h,
23044: include/pa_common.h, include/pa_globals.h, include/pa_pool.h,
23045: include/pa_request.h, include/pa_string.h, main/Makefile.am,
23046: main/compile.y, main/execute.C, main/main.dsp, main/pa_common.C,
23047: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23048: main/pa_table.C, main/untaint.C, targets/Makefile.am,
23049: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23050: targets/cgi/parser3.dsp, types/Makefile.am, types/pa_vcookie.C,
23051: types/pa_vform.C, types/pa_vstring.h, types/pa_wwrapper.h:
23052: shifted apache branch on main trunc
23053:
23054: * src/: include/pa_common.h, include/pa_globals.h,
23055: include/pa_pool.h, include/pa_request.h, main/main.dsp,
23056: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.dsp,
23057: types/pa_vcookie.C, types/pa_vform.C, types/pa_vstring.h:
23058: starting mod_parser3
23059:
23060: * src/targets/cgi/parser3.C: starting mod_parser3
23061:
23062: 2001-03-20 paf
23063:
23064: * src/: main/pa_common.C, targets/cgi/Makefile.am,
23065: targets/cgi/parser3.C: automake compiled and works. todo:make
23066: win32 ifdefs work and add ifdef unistd
23067:
23068: * src/: classes/table.C, include/pa_common.h, include/pa_request.h,
23069: main/Makefile.am, main/pa_common.C, main/pa_request.C,
23070: main/pa_table.C, targets/cgi/Makefile.am, targets/cgi/parser3.C:
23071: z
23072:
23073: * src/: include/pa_request.h, main/Makefile.am, main/compile.y,
23074: main/execute.C, main/pa_common.C, types/Makefile.am: removing
23075: locking
23076:
23077: * src/: classes/Makefile.am, types/Makefile.am: z
23078:
23079: * src/: Makefile.am, classes/file.C, classes/root.C,
23080: classes/table.C, include/pa_array.h, include/pa_request.h,
23081: include/pa_string.h, main/Makefile.am, main/execute.C,
23082: main/pa_common.C, main/pa_globals.C, main/pa_request.C,
23083: main/pa_string.C, main/untaint.C, targets/Makefile.am,
23084: targets/cgi/Makefile.am, targets/cgi/parser3.C,
23085: types/pa_vcookie.C, types/pa_wwrapper.h: String::UL_
23086:
23087: * src/: classes/table.C, include/pa_common.h, main/pa_common.C,
23088: main/pa_request.C, types/pa_vfile.h: ^table:save
23089:
23090: * src/: classes/file.C, classes/table.C, include/pa_array.h,
23091: include/pa_common.h, include/pa_request.h, include/pa_string.h,
23092: include/pa_table.h, include/pa_threads.h, main/pa_globals.C,
23093: main/untaint.C, types/pa_valiased.h, types/pa_value.h,
23094: types/pa_vform.h: z
23095:
23096: * src/include/pa_string.h: z
23097:
23098: * src/: classes/_request.h, classes/request.C, main/main.dsp,
23099: main/pa_globals.C, types/pa_value.h, types/pa_vform.h,
23100: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23101: :Value
23102:
23103: * src/: classes/_request.h, classes/request.C, main/pa_globals.C,
23104: types/pa_vrequest.C, types/pa_vrequest.h: VRequest moved to
23105: :VStateless_object
23106:
23107: * src/: classes/_response.h, classes/response.C, main/pa_globals.C,
23108: types/pa_vform.h, types/pa_vresponse.h: VResponse moved to
23109: :VStateless_object
23110:
23111: * src/: main/main.dsp, targets/cgi/parser3.dsp,
23112: types/pa_valiased.C, types/pa_vform.h: commented VForm
23113:
23114: * src/: targets/cgi/pa_vform.C, types/pa_valiased.C,
23115: types/pa_valiased.h, types/pa_value.h,
23116: types/pa_vstateless_class.C, types/pa_vstateless_class.h,
23117: types/pa_vstateless_object.h: moved common get_element part from
23118: stateless object&class into VAliased
23119:
23120: * src/: classes/_env.h, classes/_table.h, classes/env.C,
23121: classes/table.C, main/execute.C, main/main.dsp,
23122: main/pa_globals.C, main/pa_request.C, types/pa_value.h,
23123: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_venv.h: VEnv is
23124: now :Value
23125:
23126: * src/: classes/_cookie.h, classes/_table.h, classes/cookie.C,
23127: main/execute.C, main/main.dsp, main/pa_globals.C,
23128: types/pa_vcookie.C, types/pa_vcookie.h: VCookie is now :Value
23129:
23130: * src/types/: pa_vfile.C, pa_vfile.h, pa_vstateless_object.h: vfile
23131: doxx
23132:
23133: * src/: classes/_file.h, classes/file.C, include/pa_types.h,
23134: main/pa_globals.C, main/pa_request.C, targets/cgi/parser3.C,
23135: types/pa_valiased.h, types/pa_vfile.C, types/pa_vfile.h,
23136: types/pa_vstateless_class.h, types/pa_vstateless_object.h: \ to /
23137: and ^file:save
23138:
23139: 2001-03-19 paf
23140:
23141: * src/types/pa_vfile.C: z
23142:
23143: * src/: classes/file.C, classes/request.C, classes/table.C,
23144: include/pa_string.h, main/main.dsp, main/pa_pool.C,
23145: main/pa_request.C, main/untaint.C, types/pa_value.h,
23146: types/pa_vfile.C, types/pa_vfile.h, types/pa_vform.C: file 1
23147:
23148: * src/: classes/table.C, include/pa_common.h, include/pa_globals.h,
23149: include/pa_string.h, include/pa_table.h, main/main.dsp,
23150: main/pa_common.C, main/pa_globals.C, types/pa_value.h,
23151: types/pa_vcookie.h, types/pa_venv.h, types/pa_vform.C,
23152: types/pa_vform.h, types/pa_vrequest.h, types/pa_vtable.h,
23153: classes/_file.h, classes/file.C, types/pa_vfile.C,
23154: types/pa_vfile.h: file class just compiled
23155:
23156: * src/: classes/table.C, include/pa_pool.h, include/pa_request.h,
23157: include/pa_table.h, include/pa_types.h, main/execute.C,
23158: main/pa_request.C, targets/cgi/parser3.C, types/pa_value.h,
23159: types/pa_vclass.h, types/pa_vform.C, types/pa_vstateless_class.h,
23160: types/pa_vstateless_object.h: ^table:set{default level: TABLE}
23161:
23162: * src/include/pa_pool.h: z
23163:
23164: * src/: include/pa_hash.h, include/pa_types.h, main/pa_common.C,
23165: main/pa_hash.C, main/pa_request.C, types/pa_vcookie.C: renamed
23166: Hash::Value to Val so to doxygen would finlly stop confusing
23167: those Value-s
23168:
23169: * src/: include/code.h, include/pa_array.h, include/pa_common.h,
23170: include/pa_exception.h, include/pa_globals.h, include/pa_hash.h,
23171: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23172: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23173: include/pa_types.h, main/compile.C, main/compile.y,
23174: main/compile_tools.C, main/compile_tools.h, main/execute.C,
23175: main/pa_array.C, main/pa_common.C, main/pa_exception.C,
23176: main/pa_globals.C, main/pa_hash.C, main/pa_pool.C,
23177: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23178: main/untaint.C, types/pa_valiased.h, types/pa_value.h: z
23179:
23180: * src/types/: pa_valiased.h, pa_vbool.h: doc: Value and it's
23181: derivates somehow unlinked. don't know why yet
23182:
23183: * src/: include/code.h, include/pa_array.h, include/pa_pool.h,
23184: include/pa_string.h, include/pa_threads.h, main/compile.C,
23185: main/compile.y, main/compile_tools.C, main/compile_tools.h,
23186: main/execute.C, main/pa_array.C, main/pa_common.C,
23187: main/pa_exception.C, main/pa_globals.C, main/pa_hash.C,
23188: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23189: main/pa_table.C, main/untaint.C, types/pa_value.h: auto @brief
23190:
23191: * src/: classes/root.C, classes/table.C, main/pa_exception.C,
23192: main/pa_request.C, targets/cgi/parser3.C, types/pa_vbool.h,
23193: types/pa_vcookie.C, types/pa_vcookie.h, types/pa_vdouble.h,
23194: types/pa_venv.h, types/pa_vform.h, types/pa_vint.h,
23195: types/pa_vrequest.h: doc: detected Value derivates prob
23196:
23197: * src/include/pa_globals.h: z
23198:
23199: * src/: classes/_request.h, classes/request.C, include/code.h,
23200: include/pa_array.h, include/pa_common.h, include/pa_exception.h,
23201: include/pa_globals.h, include/pa_hash.h, include/pa_pool.h,
23202: include/pa_request.h, include/pa_stack.h, include/pa_string.h,
23203: include/pa_table.h, include/pa_threads.h, include/pa_types.h,
23204: main/execute.C, main/pa_pool.C, main/pa_request.C,
23205: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23206: types/pa_value.h, types/pa_vform.C: doxygen include/, Value
23207:
23208: 2001-03-18 paf
23209:
23210: * src/: classes/cookie.C, types/pa_vcookie.C, types/pa_vcookie.h:
23211: cookie: allowed access to hash-assigned
23212:
23213: * src/targets/cgi/parser3.C: z
23214:
23215: * src/: classes/_cookie.h, classes/cookie.C, include/pa_common.h,
23216: include/pa_globals.h, include/pa_request.h, include/pa_string.h,
23217: include/pa_types.h, main/main.dsp, main/pa_common.C,
23218: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23219: main/pa_string.C, main/untaint.C, targets/cgi/parser3.C,
23220: types/pa_value.h, types/pa_vcookie.C, types/pa_vcookie.h,
23221: types/pa_vform.C, types/pa_vform.h, types/pa_vhash.h,
23222: types/pa_vunknown.h: cookie class
23223:
23224: * src/main/pa_request.C: zero length output allowed
23225:
23226: * src/: classes/response.C, main/pa_request.C, types/pa_value.h,
23227: types/pa_vhash.h, types/pa_vresponse.h: ^response:clear[]
23228:
23229: * src/: classes/root.C, main/pa_request.C: taint forgotten forced
23230: lang switch
23231:
23232: * src/: classes/root.C, include/pa_globals.h, include/pa_string.h,
23233: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23234: types/pa_value.h, types/pa_vhash.h:
23235: $defautl[$content-type[$value[text/html] $charset[windows-1251]]
23236:
23237: * src/main/execute.C: z
23238:
23239: * src/: classes/root.C, main/pa_request.C, main/untaint.C,
23240: targets/cgi/parser3.C: taint[uri
23241:
23242: * src/: classes/request.C, classes/response.C, classes/root.C,
23243: include/pa_common.h, include/pa_globals.h, include/pa_request.h,
23244: include/pa_string.h, main/pa_common.C, main/pa_globals.C,
23245: main/pa_request.C, targets/cgi/parser3.C: ^taint 0
23246:
23247: * src/: classes/root.C, classes/string.C, include/pa_string.h,
23248: main/pa_globals.C, main/pa_request.C, main/pa_string.C,
23249: types/pa_vdouble.h, types/pa_vform.C, types/pa_vint.h,
23250: types/pa_vstateless_class.C: convinient string(pool, char *src,
23251: bool tainted) ctor
23252:
23253: * src/: include/pa_hash.h, include/pa_request.h,
23254: include/pa_string.h, main/pa_globals.C, main/pa_hash.C,
23255: main/pa_request.C, main/pa_string.C, main/untaint.C,
23256: targets/cgi/parser3.C: proper @exceptions params tainting
23257:
23258: * src/: include/pa_hash.h, main/pa_hash.C, targets/cgi/parser3.C:
23259: response fields to header
23260:
23261: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C:
23262: z
23263:
23264: * src/: classes/_response.h, classes/response.C,
23265: include/pa_globals.h, include/pa_hash.h, include/pa_request.h,
23266: main/compile.C, main/compile.y, main/execute.C, main/main.dsp,
23267: main/pa_globals.C, main/pa_hash.C, main/pa_request.C,
23268: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_value.h,
23269: types/pa_vhash.h, types/pa_vrequest.h, types/pa_vresponse.h:
23270: $response: 0 request::core exception rethrow
23271:
23272: 2001-03-16 paf
23273:
23274: * src/: main/execute.C, main/main.dsp, types/pa_value.h,
23275: types/pa_vrequest.h: native method' class call with less params
23276: then needed error reporting
23277:
23278: * src/: classes/_request.h, classes/request.C,
23279: include/pa_globals.h, include/pa_request.h, main/execute.C,
23280: main/main.dsp, main/pa_globals.C, main/pa_request.C,
23281: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vrequest.C,
23282: types/pa_vrequest.h: $request : query :uri
23283:
23284: * src/: include/pa_globals.h, main/execute.C, main/pa_globals.C,
23285: types/pa_value.h, types/pa_vcframe.h, types/pa_vmframe.h,
23286: types/pa_wcontext.h: $result
23287:
23288: * src/: main/execute.C, types/pa_vmframe.h: if(in "/news/")
23289:
23290: * src/: classes/double.C, include/code.h, main/compile.y,
23291: main/compile_tools.C, main/compile_tools.h, main/execute.C: ()
23292: and {} param wcontext conflict fixed by OP_EXPR_CODE__STORE_PARAM
23293:
23294: * src/: include/code.h, include/pa_hash.h, include/pa_request.h,
23295: main/compile.y, main/execute.C, types/pa_value.h,
23296: types/pa_vhash.h, types/pa_vstring.h, types/pa_vtable.h,
23297: types/pa_wcontext.C, types/pa_wcontext.h: see () and {} param
23298: wcontext conflict
23299:
23300: * src/: main/execute.C, types/pa_value.h,
23301: types/pa_vstateless_object.h, types/pa_vstring.h: disabled
23302: $string.field
23303:
23304: 2001-03-15 paf
23305:
23306: * src/main/pa_request.C: news sample
23307:
23308: * src/: main/compile.y, main/execute.C, main/pa_request.C,
23309: targets/cgi/parser3.C, types/pa_vstring.h: @exception
23310:
23311: * src/main/: compile.y, execute.C: z
23312:
23313: * src/: main/compile.y, main/pa_request.C, targets/cgi/parser3.C,
23314: types/pa_vstring.h: pre-pre-pre-beta cgi under win32 apache pre
23315: pre pre works
23316:
23317: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23318: targets/cgi/parser3.C, types/pa_vform.C, types/pa_vform.h: vform
23319: fillfields just compiled
23320:
23321: 2001-03-14 paf
23322:
23323: * src/: include/pa_request.h, main/pa_request.C,
23324: targets/cgi/parser3.C: z
23325:
23326: * src/: include/pa_globals.h, main/pa_globals.C, main/pa_request.C,
23327: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h,
23328: types/pa_vstring.h: limits -1
23329:
23330: * src/: include/pa_globals.h, include/pa_request.h,
23331: include/pa_types.h, main/main.dsp, main/pa_globals.C,
23332: main/pa_request.C, targets/cgi/parser3.C,
23333: targets/cgi/parser3.dsp, types/pa_vform.C, types/pa_vform.h:
23334: request_info -1
23335:
23336: * src/: include/pa_globals.h, main/pa_globals.C,
23337: targets/cgi/parser3.C, targets/cgi/parser3.dsp,
23338: targets/cgi/vform_fields_fill.C, targets/cgi/vform_fields_fill.h:
23339: vform_fields_fill
23340:
23341: * src/targets/cgi/parser3.C: # if MSVC
23342:
23343: * src/: include/pa_common.h, include/pa_types.h, main/pa_request.C,
23344: targets/cgi/parser3.C: PATH_DELIMITER_CHAR
23345:
23346: * src/targets/cgi/parser3.C: z
23347:
23348: * src/: include/core.h, include/pa_globals.h, include/pa_pool.h,
23349: include/pa_string.h, include/pa_types.h, main/compile.y,
23350: main/core.C, main/main.dsp, main/pa_globals.C, main/pa_request.C,
23351: targets/cgi/pa_vform.C, targets/cgi/parser3.C,
23352: targets/cgi/parser3.dsp, types/pa_value.h, types/pa_vform.h,
23353: types/pa_vunknown.h: global handler, exceptions in parser3
23354:
23355: 2001-03-13 paf
23356:
23357: * src/: classes/form.C, main/compile.y, main/core.C,
23358: types/pa_value.h, types/pa_vclass.h, types/pa_venv.h,
23359: types/pa_vform.h, types/pa_vstateless_class.C,
23360: types/pa_vstateless_class.h: form:fields removed. use $form.CLASS
23361: instead
23362:
23363: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23364: main/core.C, main/execute.C, main/main.dsp, main/pa_request.C,
23365: targets/cgi/parser3.C, targets/cgi/parser3.dsp, types/pa_vform.h:
23366: started cgi target
23367:
23368: * src/: include/core.h, include/pa_common.h, include/pa_request.h,
23369: main/pa_common.C, main/pa_request.C, targets/cgi/parser3.C:
23370: before error show with parser
23371:
23372: * src/: classes/_form.h, classes/form.C, include/core.h,
23373: include/pa_request.h, main/core.C, main/pa_request.C,
23374: targets/cgi/parser3.C, targets/cgi/parser3.dsp: z
23375:
23376: * src/targets/cgi/: parser.dsp, parser3.dsp: z
23377:
23378: * src/targets/cgi/: Makefile.am, pa_pool.C, pa_vform.C, parser.dsp,
23379: parser3.C: renamed targets/ parser to cgi
23380:
23381: * src/: classes/double.C, classes/env.C, classes/int.C,
23382: classes/root.C, classes/string.C, classes/table.C,
23383: include/pa_request.h, types/pa_vhash.h: z
23384:
23385: * src/: classes/_env.h, classes/env.C, classes/root.C,
23386: include/core.h, include/pa_pool.h, include/pa_request.h,
23387: main/compile.C, main/compile.y, main/core.C, main/main.dsp,
23388: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23389: types/pa_venv.h, types/pa_vstateless_class.h: started $form:
23390: [historical moment :)]
23391:
23392: * src/: include/code.h, include/pa_string.h, main/compile.y,
23393: main/execute.C, main/pa_string.C: 'value is type' expr operator
23394:
23395: * src/types/pa_venv.h: $ENV 1
23396:
23397: * src/main/execute.C: z
23398:
23399: * src/: main/execute.C, types/pa_value.h, types/pa_venv.h: for
23400: future methods of ENV constructor if
23401:
23402: * src/: include/pa_request.h, types/pa_venv.h: $ENV 0.1 stateless
23403: class
23404:
23405: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23406: classes/_root.h, classes/_string.h, classes/_table.h,
23407: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23408: classes/string.C, classes/table.C, include/pa_request.h,
23409: main/compile.C, main/compile_tools.h, main/core.C,
23410: main/execute.C, main/main.dsp, main/pa_request.C,
23411: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23412: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23413: types/pa_vobject.h, types/pa_vstateless_class.C,
23414: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23415: types/pa_wcontext.h: $ENV: re 0, stateless classes
23416:
23417: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23418: classes/_root.h, classes/_string.h, classes/_table.h,
23419: classes/double.C, classes/env.C, classes/int.C, classes/root.C,
23420: classes/string.C, classes/table.C, include/pa_request.h,
23421: main/compile.C, main/compile_tools.h, main/core.C,
23422: main/execute.C, main/main.dsp, main/pa_request.C,
23423: types/pa_valiased.h, types/pa_value.h, types/pa_vclass.C,
23424: types/pa_vclass.h, types/pa_venv.h, types/pa_vmframe.h,
23425: types/pa_vobject.h, types/pa_vstateless_class.C,
23426: types/pa_vstateless_class.h, types/pa_vstateless_object.h,
23427: types/pa_wcontext.h: $ENV: re 0, stateless classes
23428:
23429: * src/: include/pa_request.h, main/compile.C, main/execute.C,
23430: main/pa_request.C, types/pa_value.h, types/pa_vmframe.h: fixed
23431: yesterdays bad decision on execute_static_method
23432:
23433: * src/: classes/table.C, include/pa_types.h, main/pa_request.C: z
23434:
23435: * src/: classes/double.C, classes/int.C, classes/root.C,
23436: types/pa_vdouble.h, types/pa_vint.h: Int,Double dec mul div mod
23437:
23438: * src/main/pa_request.C: z
23439:
23440: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23441: include/pa_pool.h: skipped_restructure_exceptions_dead_end
23442:
23443: * src/: classes/root.C, classes/table.C, include/pa_exception.h,
23444: include/pa_pool.h, main/pa_request.C:
23445: restructure_exceptions_dead_end
23446:
23447: * src/: classes/root.C, main/compile.y: ^if required junctions.
23448: allowed ; inside {} to break params
23449:
23450: * src/classes/root.C: ^eval
23451:
23452: * src/: classes/_string.h, classes/double.C, classes/int.C,
23453: classes/string.C, main/execute.C, types/pa_wcontext.h: int doube
23454: string ^format
23455:
23456: * src/: main/execute.C, types/pa_wcontext.h: constructing flag not
23457: 'bad' but not 'enough'
23458:
23459: * src/: classes/double.C, classes/root.C, classes/table.C,
23460: include/pa_common.h, include/pa_types.h, main/compile.y,
23461: main/pa_common.C, main/pa_request.C, main/untaint.C,
23462: types/pa_vdouble.h, types/pa_vint.h, types/pa_vtable.h,
23463: types/pa_wwrapper.h: think constructing flag as is is bad
23464:
23465: * src/: classes/double.C, classes/int.C, classes/root.C,
23466: classes/string.C, classes/table.C, main/core.C, main/execute.C,
23467: types/pa_vint.h: ^for
23468:
23469: 2001-03-12 paf
23470:
23471: * src/classes/table.C: table ^empty
23472:
23473: * src/: classes/table.C, include/pa_table.h: table ^menu
23474:
23475: * src/: classes/root.C, classes/table.C, types/pa_vtable.h: table
23476: ^offset ^line ^count
23477:
23478: * src/classes/root.C: ^round() ^floor() ^ceiling()
23479: ^abs() ^sign()
23480:
23481: * src/classes/: root.C, table.C: ^use
23482:
23483: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23484: main/compile.y, main/core.C, main/execute.C, types/pa_vclass.h,
23485: types/pa_wcontext.C, types/pa_wcontext.h, types/pa_wwrapper.h:
23486: ^while. switched off wcontext.constructing after write(value) or
23487: auto-vhash-constructing
23488:
23489: * src/: classes/root.C, classes/table.C, include/pa_request.h,
23490: main/pa_request.C: fail_if_junction_ helper func
23491:
23492: * src/: classes/root.C, classes/table.C, include/pa_common.h,
23493: include/pa_request.h, main/execute.C, main/main.dsp,
23494: main/pa_common.C, main/pa_request.C: ^process error point by
23495: actual method_name, not source. ^load
23496:
23497: * src/types/pa_vtable.h: table: no, better with string in cells...
23498:
23499: * src/: include/pa_array.h, include/pa_table.h, main/pa_table.C,
23500: classes/_table.h, classes/table.C, main/untaint.C: z
23501:
23502: * src/: classes/root.C, include/pa_common.h, include/pa_string.h,
23503: include/pa_table.h, main/core.C, main/execute.C,
23504: main/pa_common.C, main/pa_request.C, main/pa_table.C,
23505: types/pa_value.h: table:set 0
23506:
23507: * src/: classes/root.C, include/core.h, include/pa_array.h,
23508: include/pa_request.h, include/pa_table.h, main/core.C,
23509: main/main.dsp, main/pa_request.C, main/pa_table.C,
23510: types/pa_value.h, types/pa_vclass.C, types/pa_vclass.h,
23511: types/pa_vdouble.h, types/pa_vint.h, types/pa_vmframe.h,
23512: types/pa_vstring.h: freeze, ^table:create[] -1
23513:
23514: * src/: classes/root.C, types/pa_value.h: z
23515:
23516: * src/: classes/root.C, main/execute.C, types/pa_vclass.h: used
23517: get_method in couple places optimizing them
23518:
23519: * src/classes/root.C: z
23520:
23521: * src/: classes/root.C, types/pa_vclass.h: process temp main
23522: zeroing
23523:
23524: * src/: classes/double.C, classes/int.C, classes/root.C,
23525: classes/string.C, include/pa_common.h, include/pa_request.h,
23526: include/pa_string.h, include/pa_types.h, main/compile.C,
23527: main/compile.y, main/compile_tools.h, main/execute.C,
23528: main/pa_common.C, main/pa_request.C, types/pa_value.h,
23529: types/pa_vmframe.h: ^process. actual names to store param and
23530: check_actual_numbered_params for better place diagnostics
23531:
23532: * src/: classes/root.C, main/execute.C, main/main.dsp: setname for
23533: method-junctions bug fixed
23534:
23535: * src/types/: pa_vdouble.h, pa_vint.h, pa_vobject.h,
23536: pa_vstateless_object.h, pa_vstring.h: stateless_object
23537:
23538: 2001-03-11 paf
23539:
23540: * src/: main/main.dsp, types/pa_value.h, types/pa_vdouble.h,
23541: types/pa_vint.h, types/pa_vobject.h, types/pa_vstring.h: VString
23542: VDouble VInt base now VObject_base - without fields
23543:
23544: * src/: classes/root.C, include/core.h, main/core.C: z
23545:
23546: * src/: classes/double.C, classes/int.C, classes/root.C,
23547: classes/string.C, include/core.h, include/pa_hash.h,
23548: include/pa_pool.h, include/pa_request.h, include/pa_string.h,
23549: main/compile.C, main/core.C, main/pa_request.C: ^untaint 0
23550:
23551: * src/: classes/double.C, classes/int.C, classes/root.C,
23552: include/pa_request.h, main/execute.C: intercept_string
23553:
23554: * src/: classes/double.C, classes/int.C, classes/root.C,
23555: types/pa_vclass.C, types/pa_vclass.h: add_native_method helper
23556:
23557: * src/: classes/double.C, classes/int.C, include/pa_request.h:
23558: ^inc-s(expr)
23559:
23560: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23561: classes/_root.h, classes/_string.h, classes/double.C,
23562: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23563: include/code.h, include/core.h, include/pa_array.h,
23564: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23565: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23566: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23567: include/pa_types.h, main/compile.C, main/compile.y,
23568: main/compile_tools.C, main/compile_tools.h, main/core.C,
23569: main/execute.C, main/pa_array.C, main/pa_common.C,
23570: main/pa_exception.C, main/pa_hash.C, main/pa_pool.C,
23571: main/pa_request.C, main/pa_string.C, main/pa_table.C,
23572: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23573: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23574: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23575: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23576: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23577: types/pa_wcontext.h, types/pa_wwrapper.h: headers updated
23578:
23579: * src/: main/pa_request.C, types/pa_vhash.h: z
23580:
23581: * src/: include/core.h, include/pa_request.h, main/core.C,
23582: main/main.dsp, main/pa_request.C: renamed AUTO: to MAIN:
23583:
23584: * src/: include/pa_valiased.h, include/pa_value.h,
23585: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23586: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23587: include/pa_vjunction.h, include/pa_vmframe.h,
23588: include/pa_vobject.h, include/pa_vstring.h,
23589: include/pa_vunknown.h, include/pa_wcontext.h,
23590: include/pa_wwrapper.h, main/compile.y, main/core.C,
23591: main/main.dsp, main/pa_cframe.C, main/pa_request.C,
23592: main/pa_value.C, main/pa_vclass.C, main/pa_wcontext.C,
23593: types/pa_valiased.h, types/pa_value.h, types/pa_vbool.h,
23594: types/pa_vcframe.h, types/pa_vclass.C, types/pa_vclass.h,
23595: types/pa_vdouble.h, types/pa_vhash.h, types/pa_vint.h,
23596: types/pa_vjunction.h, types/pa_vmframe.h, types/pa_vobject.h,
23597: types/pa_vstring.h, types/pa_vunknown.h, types/pa_wcontext.C,
23598: types/pa_wcontext.h, types/pa_wwrapper.h: splitted types from
23599: include/
23600:
23601: 2001-03-10 paf
23602:
23603: * src/: include/core.h, include/pa_request.h, main/core.C,
23604: main/pa_request.C: run+auto=run
23605:
23606: * src/: classes/root.C, include/pa_request.h: minor if junction bug
23607:
23608: * src/: classes/_double.h, classes/_env.h, classes/_int.h,
23609: classes/_root.h, classes/_string.h, classes/double.C,
23610: classes/env.C, classes/int.C, classes/root.C, classes/string.C,
23611: include/code.h, include/core.h, include/pa_array.h,
23612: include/pa_common.h, include/pa_exception.h, include/pa_hash.h,
23613: include/pa_pool.h, include/pa_request.h, include/pa_stack.h,
23614: include/pa_string.h, include/pa_table.h, include/pa_threads.h,
23615: include/pa_types.h, include/pa_valiased.h, include/pa_value.h,
23616: include/pa_vbool.h, include/pa_vcframe.h, include/pa_vclass.h,
23617: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vint.h,
23618: include/pa_vjunction.h, include/pa_vmframe.h,
23619: include/pa_vobject.h, include/pa_vstring.h,
23620: include/pa_vunknown.h, include/pa_wcontext.h,
23621: include/pa_wwrapper.h, main/compile.C, main/compile.y,
23622: main/compile_tools.C, main/compile_tools.h, main/core.C,
23623: main/execute.C, main/pa_array.C, main/pa_cframe.C,
23624: main/pa_common.C, main/pa_exception.C, main/pa_hash.C,
23625: main/pa_pool.C, main/pa_request.C, main/pa_string.C,
23626: main/pa_table.C, main/pa_value.C, main/pa_vclass.C,
23627: main/pa_wcontext.C: sources header
23628:
23629: * src/main/pa_request.C: auto..
23630:
23631: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23632: main/pa_request.C: auto tree0
23633:
23634: * src/: include/core.h, include/pa_request.h, main/compile.y,
23635: main/core.C, main/pa_request.C: names to core.C
23636:
23637: * src/: include/core.h, include/pa_common.h, include/pa_pool.h,
23638: include/pa_request.h, main/core.C, main/execute.C,
23639: main/pa_common.C, main/pa_request.C: root auto.p loaded
23640:
23641: * src/: include/code.h, include/pa_request.h, include/pa_vint.h,
23642: include/pa_vjunction.h, include/pa_vstring.h, main/compile.y,
23643: main/compile_tools.C, main/compile_tools.h, main/execute.C:
23644: optimized from OP_STRING+OP_WRITE to OP_STRING__WRITE
23645:
23646: * src/: include/pa_request.h, main/execute.C, main/pa_request.C:
23647: @auto[] realised. auto.p scan togo
23648:
23649: * src/: include/pa_request.h, main/execute.C: autocalc
23650: code-junctions result now have names
23651:
23652: * src/: classes/double.C, classes/int.C, classes/root.C,
23653: classes/string.C, include/pa_request.h, include/pa_string.h,
23654: include/pa_wcontext.h, main/compile.y, main/execute.C,
23655: main/pa_string.C, main/pa_wcontext.C: tainting 0
23656:
23657: * src/classes/env.C: env:file/line
23658:
23659: * src/: include/core.h, include/pa_array.h, include/pa_hash.h,
23660: include/pa_request.h, include/pa_value.h, include/pa_vcframe.h,
23661: include/pa_vdouble.h, include/pa_vint.h, include/pa_vstring.h,
23662: include/pa_vunknown.h, include/pa_wcontext.h, main/compile.y,
23663: main/compile_tools.C, main/compile_tools.h, main/core.C,
23664: main/execute.C, main/main.dsp, main/pa_cframe.C,
23665: main/pa_request.C, main/pa_wcontext.C: const fight finished
23666:
23667: * src/include/pa_vclass.h: const fight to go
23668:
23669: * src/: classes/_env.h, classes/env.C, classes/root.C,
23670: include/pa_request.h, include/pa_vclass.h, main/core.C,
23671: main/main.dsp: env0
23672:
23673: * src/: classes/_double.h, classes/_int.h, classes/_root.h,
23674: classes/_string.h, classes/double.C, classes/int.C,
23675: classes/root.C, classes/string.C, include/pa_request.h,
23676: include/pa_string.h, include/pa_types.h, include/pa_vcframe.h,
23677: include/pa_wcontext.h, main/core.C, main/main.dsp,
23678: main/pa_cframe.C, main/pa_string.C, main/pa_vclass.C,
23679: main/pa_wcontext.C: ^lang prepare0
23680:
23681: 2001-03-09 paf
23682:
23683: * src/: include/pa_vmframe.h, main/compile.C, main/execute.C: expr
23684: construct proper naming
23685:
23686: * src/: classes/_double.h, classes/_int.h, classes/_string.h,
23687: classes/double.C, classes/int.C, classes/root.C,
23688: classes/string.C, include/code.h, include/pa_value.h,
23689: include/pa_vbool.h, include/pa_vdouble.h, include/pa_vint.h,
23690: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23691: main/compile.y, main/compile_tools.C, main/core.C,
23692: main/execute.C, main/main.dsp: Int and Double classes with ^int[]
23693: and ^double[]. fixed expr type
23694:
23695: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23696: ^string.length[]
23697:
23698: 2001-03-08 paf
23699:
23700: * src/include/pa_vmframe.h: fixed forgotten method_frame my check
23701:
23702: * src/: include/pa_vclass.h, include/pa_vstring.h,
23703: include/pa_wcontext.h, main/compile.y, main/core.C,
23704: main/execute.C, main/main.dsp: dead end: vstring can't be
23705: derivated from vobject
23706:
23707: * src/: include/pa_vclass.h, include/pa_vhash.h,
23708: include/pa_vobject.h, include/pa_vstring.h, main/main.dsp: z
23709:
23710: * src/include/: pa_vclass.h, pa_vhash.h, pa_vobject.h: removes some
23711: remained clone conseqs
23712:
23713: * src/main/pa_vclass.C: that were ok... [vclass were out of vcs]
23714:
23715: * src/main/pa_vclass.C: wow! vclass were out of vcs
23716:
23717: * src/: include/pa_bool.h, include/pa_double.h, include/pa_value.h,
23718: include/pa_vbool.h, include/pa_vclass.h, include/pa_vdouble.h,
23719: include/pa_vhash.h, include/pa_vjunction.h, include/pa_vmframe.h,
23720: include/pa_vobject.h, include/pa_vstring.h,
23721: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23722: main/execute.C: withoud cloning. didn't need it actually, params
23723: got passed from out unnamed ewpool
23724:
23725: * src/: include/pa_vdouble.h, include/pa_vhash.h,
23726: include/pa_vjunction.h, include/pa_vobject.h,
23727: include/pa_vunknown.h, main/compile.y: cloning dead end
23728:
23729: * src/: include/pa_bool.h, include/pa_double.h,
23730: include/pa_valiased.h, include/pa_value.h, include/pa_vbool.h,
23731: include/pa_vclass.h, include/pa_vdouble.h, include/pa_vhash.h,
23732: include/pa_vjunction.h, include/pa_vmframe.h,
23733: include/pa_vobject.h, include/pa_vstring.h,
23734: include/pa_vunknown.h, main/compile.y, main/compile_tools.C,
23735: main/execute.C, main/main.dsp, main/pa_value.C: value.cloning so
23736: to give params proper names
23737:
23738: * src/main/pa_wcontext.C: z
23739:
23740: * src/: include/pa_vmframe.h, main/execute.C: added names to
23741: unknown values in get_element and unfilled params. removed wrong
23742: name change in get_element
23743:
23744: * src/main/execute.C: z
23745:
23746: * src/main/execute.C: fixed problems calling operators in
23747: constructors
23748:
23749: * src/: classes/root.C, include/pa_stack.h, main/execute.C:
23750: detected problems calling operators in constructors
23751:
23752: * src/: classes/root.C, include/pa_request.h, main/execute.C:
23753: autocalc def to string
23754:
23755: * src/: classes/root.C, include/pa_request.h, include/pa_value.h,
23756: include/pa_vbool.h, include/pa_wwrapper.h, main/execute.C: ^if 0
23757:
23758: * src/classes/root.C: added root.c
23759:
23760: * src/: include/pa_request.h, include/pa_value.h,
23761: include/pa_vcframe.h, include/pa_vmframe.h,
23762: include/pa_wcontext.h, main/compile.C, main/compile.y,
23763: main/core.C, main/execute.C, main/pa_cframe.C,
23764: main/pa_wcontext.C: 'if' just compiled
23765:
23766: * src/: include/pa_vbool.h, include/pa_vdouble.h,
23767: include/pa_vjunction.h, include/pa_vmframe.h,
23768: include/pa_vstring.h, include/pa_wcontext.h, main/execute.C,
23769: main/pa_wcontext.C: z
23770:
23771: * src/: include/pa_value.h, include/pa_vmframe.h, main/compile.y,
23772: main/core.C, main/execute.C, main/main.dsp: z. detected probs
23773: with parameter names in operator methods
23774:
23775: * src/main/compile.y: minor renamings in .y
23776:
23777: * src/: include/pa_request.h, main/compile.C, main/compile.y,
23778: main/core.C, main/main.dsp: introducing ROOT_CLASS. it's default
23779: @BASE. changed 'RUN' assignment mech
23780:
23781: * src/main/execute.C: z
23782:
23783: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23784: main/compile_tools.h, main/execute.C: made class: dynamic, not
23785: static. so to enable runtime ^use
23786:
23787: * src/main/compile.y: minor grammar bug with OP_CODE__STORE_PARAM
23788:
23789: * src/: include/code.h, main/compile.y, main/compile_tools.C,
23790: main/execute.C: joined 2 into one OP_CODE__STORE_PARAM
23791:
23792: * src/main/execute.C: root root in code-junction
23793:
23794: 2001-03-07 paf
23795:
23796: * src/include/: pa_value.h, pa_vclass.h, pa_vhash.h, pa_vmframe.h,
23797: pa_vobject.h, pa_wwrapper.h: const in Value.get_element
23798:
23799: * src/: include/pa_stack.h, include/pa_value.h,
23800: include/pa_vclass.h, include/pa_vhash.h, include/pa_vmframe.h,
23801: include/pa_vobject.h, include/pa_wwrapper.h, main/execute.C:
23802: fixed rwcontext of {} params up
23803:
23804: * src/main/: compile.y, compile_tools.h: ^func(params)
23805:
23806: * src/main/compile.y: .y priorities syntax shaped up a bit
23807:
23808: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vhash.h,
23809: include/pa_vunknown.h, main/compile.y, main/execute.C,
23810: main/pa_hash.C: expr def in -f
23811:
23812: * src/main/: compile.y, execute.C: expr calls
23813:
23814: * src/main/: compile.y, execute.C, pa_string.C: bug in string.cmp
23815: fixed
23816:
23817: * src/main/compile.y: expr quoted code
23818:
23819: * src/main/: compile.y, execute.C: expr whitespace solved. added ""
23820: support0
23821:
23822: * src/main/compile.y: expr string comparisons 0
23823:
23824: * src/: include/pa_string.h, main/compile.y, main/execute.C,
23825: main/pa_string.C: just compiled lt&co
23826:
23827: * src/main/execute.C: ^var.menu{$field} problem detected. that
23828: $field not a $var.field
23829:
23830: 2001-03-06 paf
23831:
23832: * src/main/compile.y: .y expr visible-shorter
23833:
23834: * src/: include/code.h, main/compile.y, main/execute.C: 1 problems
23835: with skipping whitespace in yylex fixed 2 xors: # bitwise ##
23836: logical
23837:
23838: * src/: include/pa_vstring.h, main/compile.y: problems with
23839: skipping whitespace in yylex
23840:
23841: * src/include/pa_vbool.h: forgot this
23842:
23843: * src/: include/code.h, main/compile.y, main/execute.C: without
23844: string ops in expressions 0
23845:
23846: * src/: include/pa_value.h, include/pa_vdouble.h,
23847: include/pa_vstring.h, include/pa_vunknown.h, main/compile.y,
23848: main/execute.C, main/main.dsp: !~
23849:
23850: * src/: include/pa_vcframe.h, include/pa_vclass.h,
23851: include/pa_vdouble.h, include/pa_vhash.h, include/pa_vjunction.h,
23852: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23853: include/pa_vunknown.h, include/pa_wcontext.h,
23854: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23855: main/compile_tools.h, main/execute.C: +-*/
23856:
23857: * src/: include/pa_vdouble.h, main/compile.y, main/compile_tools.C,
23858: main/compile_tools.h: grammar-1.1 $a(z) $a=0
23859:
23860: * src/: include/pa_value.h, include/pa_vdouble.h, main/compile.y,
23861: main/execute.C: expr grammar-1 2*2=4.000000 :)
23862:
23863: * src/main/compile.y: expr grammar-1
23864:
23865: * src/main/compile.y: expr lexx1
23866:
23867: * src/main/: compile.y, execute.C, main.dsp: z
23868:
23869: * src/: include/code.h, include/pa_valiased.h, include/pa_value.h,
23870: include/pa_vdouble.h, include/pa_vstring.h, main/compile.y,
23871: main/execute.C: expr lex0 exec-1
23872:
23873: * src/: include/code.h, main/compile.y, main/compile_tools.h: g
23874:
23875: 2001-02-26 paf
23876:
23877: * src/main/compile.y: max_string in yyerror bug fix
23878:
23879: 2001-02-25 paf
23880:
23881: * src/: include/pa_value.h, include/pa_vmframe.h,
23882: include/pa_wcontext.h, main/execute.C: VAliased3
23883:
23884: * src/include/: pa_value.h, pa_vmframe.h: VAliased2
23885:
23886: * src/main/execute.C: VAliased1
23887:
23888: * src/: include/pa_request.h, include/pa_value.h,
23889: include/pa_vmframe.h, include/pa_wcontext.h, main/execute.C:
23890: VAliased0
23891:
23892: * src/: include/pa_pool.h, include/pa_request.h,
23893: include/pa_value.h, include/pa_vclass.h, include/pa_vmframe.h,
23894: include/pa_vobject.h, main/core.C, main/execute.C, main/main.dsp:
23895: VAliased just compiled
23896:
23897: * src/: include/pa_pool.h, include/pa_value.h, include/pa_vclass.h,
23898: include/pa_vobject.h, main/execute.C: alias dead end
23899:
23900: * src/: include/pa_value.h, include/pa_vclass.h,
23901: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23902: main/main.dsp: no not get fields into interm VFielded class.
23903: fields & staticfields 1
23904:
23905: * src/: include/pa_vcframe.h, include/pa_vmframe.h,
23906: include/pa_vobject.h, include/pa_wcontext.h,
23907: include/pa_wwrapper.h, main/core.C, main/execute.C,
23908: main/main.dsp: would now get fields into interm VFielded class
23909:
23910: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
23911: include/pa_vmframe.h, include/pa_vobject.h, include/pa_vstring.h,
23912: include/pa_wcontext.h, main/compile.y, main/core.C,
23913: main/execute.C, main/main.dsp, main/pa_hash.C, main/pa_value.C,
23914: main/pa_wcontext.C: virtuals2
23915:
23916: * src/main/compile.y: : 1
23917:
23918: * src/main/compile.y: rethought to $class:static.field.subfield
23919:
23920: * src/: include/pa_vclass.h, main/compile.y, main/execute.C:
23921: $class:element
23922:
23923: * src/: include/pa_value.h, include/pa_vmframe.h,
23924: include/pa_wwrapper.h, main/compile.y, main/execute.C,
23925: main/pa_wcontext.C: before execute class calls rewrite
23926:
23927: * src/: include/pa_request.h, main/compile.C, main/core.C: default
23928: name RUN, also alias
23929:
23930: * src/main/compile.y: escaping bug
23931:
23932: * src/: include/pa_request.h, include/pa_value.h,
23933: include/pa_vobject.h, main/compile.y, main/compile_tools.h,
23934: main/core.C, main/execute.C, main/pa_common.C: vobject1
23935:
23936: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
23937: include/pa_vmframe.h, include/pa_vobject.h,
23938: include/pa_wwrapper.h, main/compile.y, main/compile_tools.C,
23939: main/compile_tools.h, main/execute.C: ^class:method() just
23940: compiled
23941:
23942: 2001-02-24 paf
23943:
23944: * src/main/main.dsp: no bison -d
23945:
23946: * src/main/: compile.y, compile_tools.h: use0 line no on 'undef
23947: class' err msg wrong
23948:
23949: * src/main/compile.y: z
23950:
23951: * src/main/: compile.y, core.C: yylex need some @special lines adj
23952:
23953: * src/: include/pa_request.h, include/pa_vclass.h, main/compile.C,
23954: main/compile.y, main/compile_tools.h, main/core.C: modules0
23955:
23956: * src/: include/pa_vclass.h, main/core.C: z
23957:
23958: * src/: include/pa_value.h, include/pa_vclass.h,
23959: include/pa_vobject.h, main/main.dsp: vobject00
23960:
23961: * src/main/pa_array.C: minor bug in expanding very small arrays.
23962: 60% from 1 were 0
23963:
23964: * src/: include/pa_value.h, include/pa_wcontext.h,
23965: include/pa_wwrapper.h, main/execute.C, main/pa_value.C: it works
23966: as bad as you've named it: wcontext.value() was not a perfect
23967: idea
23968:
23969: * src/main/execute.C: codeframe1
23970:
23971: * src/: include/pa_value.h, include/pa_vcframe.h,
23972: include/pa_vclass.h, include/pa_vframe.h, include/pa_vhash.h,
23973: include/pa_vjunction.h, include/pa_vmframe.h,
23974: include/pa_wcontext.h, include/pa_wwrapper.h, main/execute.C,
23975: main/main.dsp, main/pa_cframe.C, main/pa_wcontext.C: codeframe
23976: just compiled
23977:
23978: * src/: include/pa_vframe.h, main/compile.y: found junction
23979: ideology @: ^x{$a()) must construct current wcontext element, so
23980: smart wcontext handling needed
23981:
23982: * src/main/compile.y: fixed grammar bugs in constructor/params
23983: klinch
23984:
23985: * src/main/: compile.y, execute.C: fixed empty constructor
23986: optimized empty case. failed on calls - produced empty string
23987: param
23988:
23989: * src/main/compile.y: fixed last \n macrotemplate strip bug
23990:
23991: * src/: include/code.h, include/pa_request.h, include/pa_value.h,
23992: include/pa_vclass.h, include/pa_vframe.h, main/compile.y,
23993: main/compile_tools.C, main/compile_tools.h, main/core.C,
23994: main/execute.C: code junctions0. something wrong with last \n
23995: macrotemplate strip
23996:
23997: * src/: include/pa_value.h, main/compile.C, main/core.C,
23998: main/pa_value.C: minor error reporting format beautifyings
23999:
24000: * src/: include/pa_value.h, include/pa_vclass.h,
24001: include/pa_vframe.h, main/core.C, main/execute.C,
24002: main/pa_value.C: get_method RIP. junctions everywhere. call with
24003: junctions0
24004:
24005: 2001-02-23 paf
24006:
24007: * src/include/: pa_value.h, pa_vclass.h, pa_vframe.h,
24008: pa_wwrapper.h: lara came, can't work, sorry :(
24009:
24010: * src/main/: compile.y, execute.C, main.dsp: rethought some. before
24011: junction
24012:
24013: * src/: include/pa_vframe.h, include/pa_vunknown.h,
24014: include/pa_wcontext.h, include/pa_wwrapper.h, main/core.C,
24015: main/execute.C, main/main.dsp, main/pa_value.C: call0
24016:
24017: * src/: include/pa_hash.h, include/pa_value.h,
24018: include/pa_wcontext.h, main/core.C, main/execute.C,
24019: main/main.dsp, main/pa_hash.C: started call. store param, vframe
24020: done
24021:
24022: * src/include/pa_wcontext.h: z
24023:
24024: * src/main/: compile.y, compile_tools.C, compile_tools.h: fixed
24025: wrong grammar in complex constructor case
24026:
24027: * src/main/: compile.y, execute.C: empty constructor bug fixed
24028:
24029: * src/main/execute.C: with result rwpool
24030:
24031: * src/: include/pa_value.h, main/core.C, main/execute.C,
24032: main/main.dsp: value named
24033:
24034: * src/: include/pa_value.h, include/pa_vstring.h, main/execute.C:
24035: strign 2 value in 2 places in execute
24036:
24037: * src/: include/pa_value.h, include/pa_wcontext.h, main/compile.y,
24038: main/execute.C, main/main.dsp, main/pa_array.C: auto VHash on
24039: wcontext.put_element when wcontext fvalue==0
24040:
24041: 2001-02-22 paf
24042:
24043: * src/: include/pa_hash.h, include/pa_value.h, include/pa_vclass.h,
24044: include/pa_vhash.h, include/pa_vstring.h, include/pa_wcontext.h,
24045: main/execute.C, main/main.dsp: auto VHash in pa.th.cre.at.e
24046:
24047: * src/: include/pa_wcontext.h, main/compile.y, main/execute.C:
24048: erroreos checkout
24049:
24050: * src/: include/pa_request.h, main/compile.y: $self.put(val)
24051:
24052: * src/: include/pa_array.h, main/compile.y, main/compile_tools.C,
24053: main/compile_tools.h, main/pa_array.C: $self.get
24054:
24055: * src/main/: compile.C, compile.y, compile_tools.C: z
24056:
24057: * src/main/compile.y: $: wasn't finished - $:sdf(sdf) troubled a
24058: bit. finished now.
24059:
24060: * src/main/compile.y: $: finished
24061:
24062: * src/main/: compile.C, compile.y, execute.C: started : with $a.$:f
24063:
24064: * src/: include/code.h, main/compile_tools.C, main/compile_tools.h,
24065: main/execute.C: OP_STRING better then some xxx _VALUE
24066:
24067: * src/: include/code.h, include/pa_vstring.h, main/compile.y,
24068: main/compile_tools.C, main/compile_tools.h, main/execute.C:
24069: string to vstring it .y all
24070:
24071: * src/: include/pa_request.h, include/pa_stack.h,
24072: include/pa_wcontext.h, main/execute.C: z about to vstring it .y
24073: all
24074:
24075: * src/main/: compile.C, core.C, execute.C, pa_string.C: more
24076: precise parse error line:col
24077:
24078: * src/: include/pa_pool.h, include/pa_vclass.h, main/core.C,
24079: main/pa_hash.C, main/pa_pool.C: TRY...
24080:
24081: * src/: include/pa_exception.h, include/pa_pool.h,
24082: include/pa_request.h, include/pa_value.h, include/pa_wcontext.h,
24083: main/compile.C, main/compile.y, main/compile_tools.C,
24084: main/core.C, main/pa_array.C, main/pa_exception.C,
24085: main/pa_hash.C, main/pa_pool.C, main/pa_string.C,
24086: main/pa_table.C: removed exception from request
24087:
24088: * src/: include/pa_vstring.h, main/compile.C, main/core.C: added
24089: some forgotten
24090:
24091: * src/: include/code.h, include/pa_value.h, include/pa_vclass.h,
24092: include/pa_wcontext.h, main/compile.y, main/compile_tools.C,
24093: main/compile_tools.h, main/execute.C, main/main.dsp: iiieeyys!
24094: get/put simple vars to VClass works0
24095:
24096: * src/: include/pa_array.h, include/pa_wcontext.h,
24097: main/pa_string.C: in process, but found that exceptions are too
24098: global
24099:
24100: * src/: include/code.h, include/pa_string.h, include/pa_value.h,
24101: include/pa_vclass.h, include/pa_wcontext.h, main/compile.y,
24102: main/execute.C, main/pa_string.C: write_value write_string 0 it
24103: seems wcontext must write strings regardles of fvalue!=0
24104:
24105: 2001-02-21 paf
24106:
24107: * src/main/execute.C: tired :)
24108:
24109: * src/main/: compile.C, compile.y, execute.C: store0
24110:
24111: * src/: include/compile.h, include/execute.h, include/pa_array.h,
24112: include/pa_request.h, include/pa_stack.h, include/pa_vclass.h,
24113: include/pa_wcontext.h, main/compile.C, main/compile.y,
24114: main/execute.C, main/main.dsp, main/pa_array.C,
24115: main/pa_request.C: get put -1 [just compiled]
24116:
24117: * src/: include/core.h, include/pa_context.h, include/pa_request.h,
24118: include/pa_vclass.h, include/pa_wcontext.h, main/core.C,
24119: main/main.dsp, main/pa_request.C: request core methods0
24120:
24121: * src/: include/compile.h, include/pa_array.h, main/compile.C,
24122: main/compile.y, main/execute.C: MAIN_METHOD_NAME ready to write
24123: execute
24124:
24125: * src/: include/pa_exception.h, include/pa_value.h, main/compile.C,
24126: main/compile.y, main/compile_tools.C, main/compile_tools.h: .y
24127: methods and one_big_piece. now compile returns array<method*>
24128:
24129: * src/main/compile.y: more straightforward yylex[end]
24130:
24131: * src/: include/pa_string.h, include/pa_types.h, main/pa_string.C:
24132: string.operator==(char*)
24133:
24134: * src/: include/execute.h, include/pa_array.h, include/pa_value.h,
24135: main/execute.C, main/pa_array.C: after array.const get wonders
24136:
24137: * src/include/: compile.h, pa_context.h, pa_hash.h, pa_request.h,
24138: pa_string.h, pa_value.h: struck with const array.gets
24139:
24140: * src/main/: execute.C: z
24141:
24142: * src/main/: compile.y, execute.C: z
24143:
24144: * src/main/: compile.C, compile.y, compile_tools.h: error
24145: processing in eval & yyerror so it wouldn't cause memleaks.
24146:
24147: * src/main/: compile.C, compile.y: failed to add absolute precies
24148: parse error positions. leaving RIGHTMOST position as
24149: @file[line:col]
24150:
24151: * src/: include/compile.h, main/compile.C, main/compile.y,
24152: main/compile_tools.h: line numbers needed. would add them to .y
24153: now internally. externally it's not as precise as needed
24154:
24155: * src/: include/code.h, include/pa_types.h, main/compile.C,
24156: main/compile.y, main/compile_tools.C, main/compile_tools.h,
24157: main/execute.C, main/main.dsp: .y to c++ hierarchy output fix.
24158: compiler works ok
24159:
24160: 2001-02-20 paf
24161:
24162: * src/main/: compile.C, compile.y, compile_tools.C,
24163: compile_tools.h, execute.C, main.dsp: nestage probs, eof yylex
24164: not perfect
24165:
24166: * src/: include/code.h, include/compile.h, include/execute.h,
24167: include/pa_array.h, include/pa_common.h, include/pa_pool.h,
24168: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24169: main/compile.C, main/compile.y, main/compile_tools.C,
24170: main/compile_tools.h, main/core.C, main/execute.C, main/main.dsp,
24171: main/pa_array.C, main/pa_common.C, main/pa_hash.C,
24172: main/pa_string.C, main/pa_table.C: bison[yacc] first time
24173: compiled. execute=dump for now
24174:
24175: * src/main/core.C: core rewrite using yacc investigations now will
24176: be compile[yacc]/execute[opcodes]
24177:
24178: 2001-02-15 paf
24179:
24180: * src/: include/pa_value.h, main/core.C: maybe a-la yacc those ifs
24181: rewrite as turing machine? for it seems it would be it's too many
24182: ifs with this syntax now
24183:
24184: 2001-02-14 paf
24185:
24186: * src/main/core.C: get_params 1
24187:
24188: * src/main/core.C: get_params figured ^menu[UNEVALUATED unthinked
24189: :( ]
24190:
24191: * src/main/core.C: varios breaks
24192:
24193: * src/main/core.C: get names 3
24194:
24195: * src/main/core.C: get names 2
24196:
24197: * src/main/core.C: get names 1
24198:
24199: * src/: include/pa_string.h, main/core.C, main/pa_string.C: get
24200: names 0
24201:
24202: * src/: include/pa_value.h, main/core.C, main/pa_string.C: process
24203: text repassing2 operator static vars
24204:
24205: * src/: include/pa_context.h, include/pa_string.h, main/core.C,
24206: main/pa_string.C: process text repassing
24207:
24208: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24209: module:calls changes
24210:
24211: 2001-02-13 paf
24212:
24213: * src/: include/pa_context.h, include/pa_value.h, main/core.C:
24214: ^class:calls[] started
24215:
24216: * src/: include/pa_value.h, main/core.C: z
24217:
24218: * src/main/core.C: operators : and self. prefixes
24219:
24220: * src/main/core.C: z
24221:
24222: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24223: tested
24224:
24225: * src/: include/pa_string.h, main/pa_string.C: String_iterator
24226: optimized
24227:
24228: * src/main/pa_string.C: String_iterator::skip_to optimized a bit.
24229: would change privates to better support optimization
24230:
24231: * src/: include/pa_string.h, main/pa_string.C:
24232: String_iterator::skip_to todo:optimize
24233:
24234: 2001-02-12 paf
24235:
24236: * src/: include/pa_string.h, main/core.C, main/pa_string.C: started
24237: String_iterator
24238:
24239: * src/: include/pa_context.h, include/pa_value.h, main/core.C: some
24240: comments
24241:
24242: * src/: include/pa_context.h, include/pa_value.h, main/core.C: get
24243: self/methodref joined
24244:
24245: 2001-02-11 paf
24246:
24247: * src/: include/pa_context.h, include/pa_value.h, main/core.C,
24248: main/main.dsp: core started. core.C, context&value .h
24249:
24250: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24251: include/pa_string.h, main/main.dsp, main/pa_array.C,
24252: main/pa_hash.C, main/pa_pool.C, main/pa_string.C: :pooled
24253:
24254: 2001-01-30 paf
24255:
24256: * src/: Makefile.am, main/Makefile.am, targets/Makefile.am: .am
24257: comments
24258:
24259: * src/: include/pa_pool.h, main/Makefile.am, main/main.dsp,
24260: main/pa_pool.C: moved pa_pool.C to be target specific
24261:
24262: * src/: include/pa_exception.h, include/pa_pool.h,
24263: include/pa_table.h, main/pa_exception.C, main/pa_table.C: minor *
24264: to & changes
24265:
24266: * src/: include/pa_exception.h, include/pa_pool.h,
24267: include/pa_request.h, include/pa_table.h, main/pa_array.C,
24268: main/pa_exception.C, main/pa_pool.C, main/pa_table.C: error
24269: re-associated. that's much better even removed 'die' necessety
24270:
24271: * src/: include/pa_error.h, include/pa_exception.h,
24272: include/pa_pool.h, include/pa_request.h, main/main.dsp,
24273: main/pa_error.C, main/pa_exception.C, main/pa_pool.C,
24274: targets/Makefile.am: lowered targets/parser into subdir, added
24275: parser_Pool(Pool) failed to add. would think..
24276:
24277: * src/: include/pa_error.h, include/pa_hash.h, include/pa_string.h,
24278: include/pa_table.h, main/pa_error.C, main/pa_hash.C,
24279: main/pa_string.C, main/pa_table.C: Table more like C++ style
24280: hence lots of 'const'
24281:
24282: * src/: include/pa_error.h, include/pa_request.h,
24283: include/pa_string.h, include/pa_table.h, main/pa_error.C,
24284: main/pa_table.C: Error fixed
24285:
24286: 2001-01-29 paf
24287:
24288: * src/: include/pa_array.h, include/pa_common.h,
24289: include/pa_error.h, include/pa_hash.h, include/pa_pool.h,
24290: include/pa_request.h, include/pa_string.h, include/pa_table.h,
24291: main/Makefile.am, main/pa_array.C, main/pa_common.C,
24292: main/pa_error.C, main/pa_hash.C, main/pa_table.C: added forgotten
24293:
24294: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24295: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24296: main/Makefile.am, main/main.dsp, main/pa_array.C, main/pa_hash.C,
24297: main/pa_string.C, main/pa_table.C: Request Error Table
24298:
24299: * src/: include/pa_pool.h, main/pa_array.C: tested - decision "no
24300: templates"
24301:
24302: * src/: include/pa_array.h, include/pa_pool.h, main/Makefile.am,
24303: main/main.dsp, main/pa_array.C: templates failed no template
24304: specializations [VC6], no library auto instantation [VC6, GNU c++
24305: 2.95.2-6 from latest cygwin]
24306:
24307: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24308: include/pa_string.h, include/pa_table.h, include/pa_types.h,
24309: main/main.dsp, main/pa_array.C, main/pa_string.C,
24310: main/pa_table.C: Table started would test template Array now
24311:
24312: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24313: String originating
24314:
24315: * src/: include/pa_hash.h, include/pa_pool.h, include/pa_threads.h,
24316: main/pa_hash.C: made local Hash-es not thread safe=quicker by
24317: SYNCHRONIZED(thread_safe)
24318:
24319: * src/include/: pa_array.h, pa_hash.h, pa_string.h: moved .h public
24320: parts to top
24321:
24322: * src/: include/pa_hash.h, include/pa_threads.h, main/pa_hash.C,
24323: main/pa_threads.C: decided on one global_mutex, like PHP as I can
24324: see: needed only in global Hash now, made Hash:: put/get
24325: SYNCHRONIZED
24326:
24327: * src/: include/pa_hash.h, include/pa_threads.h, main/main.dsp,
24328: main/pa_threads.C: added pa_threads
24329:
24330: Mutex
24331:
24332: * src/include/pa_hash.h: some comments
24333:
24334: * src/: main/pa_array.C, include/pa_array.h, include/pa_pool.h:
24335: Array& operator += (Array& src)
24336:
24337: * src/main/pa_array.C: expand not convinient, would rewrite
24338:
24339: * src/: include/pa_array.h, main/pa_array.C: Array::operator +=
24340: (Array& src)
24341:
24342: rethought, would change now
24343:
24344: 2001-01-27 paf
24345:
24346: * src/: include/pa_array.h, main/pa_array.C: array [] with chunk
24347: caching
24348:
24349: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24350: include/pa_string.h, main/pa_array.C, main/pa_string.C: array
24351: cache rethought to chunk caching
24352:
24353: * src/: include/pa_array.h, include/pa_hash.h, include/pa_pool.h,
24354: include/pa_string.h, main/main.dsp, main/pa_array.C,
24355: main/pa_hash.C, main/pa_string.C: Array 0
24356:
24357: * src/main/pa_string.C: String::operator ==
24358:
24359: * src/main/pa_hash.C: String(&String)
24360:
24361: * src/main/pa_hash.C: added pa_hash.C [forgotten]
24362:
24363: * src/: include/pa_hash.h, include/pa_string.h, include/pa_types.h,
24364: main/main.dsp, main/pa_string.C: uint, and added pa_types &
24365: pa_hash[forgotten]
24366:
24367: 2001-01-26 paf
24368:
24369: * src/: include/pa_pool.h, include/pa_string.h, main/pa_string.C:
24370: removed templates [vc++ suxx]
24371:
24372: * src/: include/pa_pool.h, include/pa_string.h, main/main.dsp,
24373: main/pa_pool.C, main/pa_string.C: templates in VC++ suxx.
24374:
24375: * src/include/: pa_pool.h, pa_string.h: pa_pool split
24376:
1.119 moko 24377: * src/main/: main.dsp, pa_string.C: Id check
1.95 moko 24378:
1.119 moko 24379: * src/: main/pa_pool.C, main/pa_string.C, include/pa_pool.h: Id
1.95 moko 24380: check
24381:
24382: * src/: include/pa_pool.h, main/pa_string.C: String prealloc &
24383: dynamic row_count
24384:
24385: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24386: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24387: targets/Makefile.am: Initial revision
24388:
24389: * src/: Makefile.am, include/pa_pool.h, main/Makefile.am,
24390: main/main.dsp, main/pa_pool.C, main/pa_string.C,
24391: targets/Makefile.am: creating parser3 module
24392:
E-mail: