1266.7.1 |
INFLD bug fix: In a GUI mode numeric field, it is now possible to replace a selection which includes a decimal point, with a decimal point. Previously, this was considered an error—two decimal points not allowed—with the result that starting with a fully-selected field containing ".12" and typing ".34" would result in ".1234" rather than the intended ".34". (Same patch as 6.1.1340.1) |
1266.7.2 |
Filespec resolution bug fix: Close a loophole which allowed a segmentation fault (under UNIX) or GPF (Windows) in certain filespec conversion operations. Problem was introduced in 1263.6, and was first noted in a malformed MX_FINDFIRST operation, although it may have surfaced in other contexts.\ |
1266.7.3 |
Compiler bug fix (edit 535) - Certain kinds of invalid statements within a ++PRAGMA EXTERN_BEGIN / EXTERN_END block, such as DIMX declarations, were causing the compiler to get stuck in an infinite loop. |
1266.6.1 |
AUI_IMAGE fix: multi-page scanning mode (see 1266.0 and .3) wasn't handling filenames containing %env% environment variables. |
1266.6.2 |
XTREE bug fix: A problem with the delayed inactive click events handler was sometimes resulting in a failure to actually process the expected event. For example, clicking on a checkbox in an inactive tree was not always toggling the checkbox. |
1266.5 |
ISAM 1.1 bug fix: Auto-expansion of the IDA was stopping at the 2GB mark. |
1266.4 |
CGI bug fix: On some Windows web servers, large form submissions were getting truncated. Same fix as 6.1.1339.3. |
1266.3.1 |
AUI_IMAGE/ATE fix: multi-paging scanning support (see 1266.0) now works with ATE as well. |
1266.3.1 |
A-Shell/Windows memory leak fixed: repeated use of ASHNET or ASHNET2 library routines (e.g. HTTP.SBR and PDFX Email Type 4) embedded in an SBX or called indirectly via XCALL AMOS was burning up memory handles. |
1266.2.1 |
XTREE bug fix: the font size was sometimes being spuriously adjusted on re-load of an existing tree. |
1266.1.1 |
Compiler bug fix (edit 534): a bad instruction was being generated at the end of defined structures within functions that contain initializer. (Similar to the issue fixed in edit 533 but affecting structure definitions within functions; same as the compiler edit 623 in the 6.1 version.) |
1266.1 |
Windows printing refinement: if the spooler encounters an error other than file-not-found when trying to open the printfile, it now displays the standard Windows error and gives a Retry/Cancel option. Theoretically this may be useful in odd situations where the obstacle (perhaps file in use, or some kind of network connectivity issue) is correctable. |
1266.0.1 |
AUI_IMAGE enhancement: multi-page scanning support. Feature ported from 6.1.1306, which see for documentation. |
1266.0.2 |
XTREE/ATE bug fix: close a server-side memory leak related to closing XTREEs implicitly (by deleting the parent or clearing the screen) rather than via an explicit XTROP_DELETE. Ported from 6.1.1329.2. |
1266.0.3 |
Tracing / ashlog improvements: Module name now appears in malloc description, rather than just "USRMEM." All trace messages now include the location counter, appended to the program or SBX name. Dynamic variable abnormal condition traces added. |
1266.0.4 |
USRMEM cache performance improvement: use of DIMX within an SBX no longer causes the module to be flushed from the cache on exit. |