Outstanding Issues

Post Reply
Zinn
Posts: 476
Joined: Tue Mar 25, 2014 5:56 pm
Location: Frankfurt am Main
Contact:

Outstanding Issues

Post by Zinn »

Doug, here there are the headlines of my change protocol from the current CPC edition. You can download the complete protocol including its description from http://www.zinnamturm.eu/pac/B2015.0127.txt

1. Change Build-Tool and add Toolbar to Config
2. Change version number to 1.7 and adapting Dialog.version for future release (Center #15, #18)
3. Some BlackBox documents correction (Open Points #37)
4. WinApi - Fixing bugs plus some refinements and extensions (Center #23)
5. Kernel - Memory Allocation
6. Fixing the name table handling in DevLinker (Center #24 & Open Points #15, #46)
7. Kernel - Change DLL Name from SHORTCHAR to CHAR
8. Kernel - Stack overflow (Center #25 & Open Points #62)
9. Unexpected Repository Behavior (Open Points #05)
10. Expand subsystem name to max. 16 characters (was 9 characters)
11. Identifiers exceeding 32 characters (Open Points #14 & #57)
12. Length of search pattern change from 64 to 128 (Open Points #47)
13. Report illegal Unicode characters during compilations (Open Points #38)
14. Report modified IN parameters during compilations
15. Prevent compiler TRAP 0 by the illegal use of ADR function (Open Points #44)
16. Concatenation of single unicode characters
17. DevCPC486.GetReg: change the register select order (Open Points #53)
18. LONGINT compiler correction (Open Points #32)
19. DevCPT.IdFPrint does not take care about the system flags.
20. Remove compiler restriction of code procedure size (Open Points #45)
21. Adding 16-bit Unicode support for Component Pascal identifiers (Center #19)
22. Changes by Trurl
23. SQL & ODBC changes (Core B6, B10 & Open Points #36)
24. Max numbers of columns of SQL table controls (Open Points #09)
25. Strange limitation of Meta.LookupPath procedure (Open Points #56)
26. OberonCore Dev changes (Core B7, B9, B11, B12 & B16)
27. OberonCore Host changes (Core B1, B2, B3, B8 & B17) & (Center #17 = Core B8)
28. OberonCore Std changes (Core B4, B5 & B15)
29. OberonCore System changes (Core B13)
30. Procedure Strings.Replace has a bug & Add convert SET to Strings
31. Add WrappedView used by Hermes (Open Points #03)
32. Speedup ObxActions
33. Underline white space (Open Points #59 & #60)
34. Cleaning up underlined white space in Info -> Repository
35. Use subystem & module name in registry subkeys
36. Portable BlackBox with ini-File BlackBox /PORTABLE
37. NextBox (popup menu, shortcut keys, mouse wheel support) (Open Points #58)
38. Bug in HostMenus when the label of a menu item is changed by a guard procedure
39. Sort menu alphabetically
40. ProjectAll
41. Add Windows 7 & Windows 8 to platform
42. Add and use IsWindows, IsMac, IsLinux & IsWine
43. Unicode support
44. Fixing a TRAP in DevAnalyzer when reusing FOR-loop variables (Center #16 & Open Points #41)
45. Speed up the dump of a large data structures
46. Feature that adds redraw with any changes of the window size
47. TextCmds.Left/RightTerminator: Fix the search with Word Begins/Ends
48. Cut & Paste (RTF Converter)
49. Missing characters in ThisWndChar and WriteWndChar (Open Points #06)
50. Multiple languages support ‹‹for Info -> Documentation & Info -> Search In Documentation
51. Dialog.Beep
52. Add beep & language to preference
53. OberonCore release (Core B18 .. B23)
54. dialogCommand improved, OpenPage with global page numbering (Open Points #12)
55. Printing.NewDefaultPar: par.header.font, par.footer.font (Open Points #39)
56. Place holders & ExpandHook for custom tags added (Open Points #11)
57. OutObject.Invoke: system flag [nil] added (Open Points #01 & #02)
58. Change style of edit field Patch for HostCFrames (Open Points #04)
59. ListBoxes with horizontal scroll bars (Open Points #33)
60. Difference title bar for documentation, source and resources
61. File write error with Windows 7 (Open Points #54)
62. HostFiles.NewWriter is violating the specification (Center #22 & Core B1)
63. Bug fix in FPrintHdFld and OutHdFld (Center #13)
64. Bug in DevCPT: Use outBit instaed of inBit for outPar
65. Trap by Unload DevDebug
66. Add underline white space to preferences
67. WinNet correction for CommTCPAsync
68. Trap "string too long" in DevDependencies
69. MapString hack for CpcLanguages
70. Add #Subsystem: into Menus
71. Add #Subsystem: into Forms
72. Correction about using resourcen files "Rsrc/Strings"
73. Cut & Paste II (RTF Converter)
74. Some small correction after RC4 build 15
75. Change DevCPM.Log to StdLog.
76. Caret blink freezed (Center #21)
77. Closed() & Shared() files added (Center #22 & Core B1)
78. Stack overflow in HostFiles
Ende.
Last edited by Zinn on Tue Jan 27, 2015 2:50 pm, edited 1 time in total.
User avatar
DGDanforth
Posts: 1061
Joined: Tue Sep 17, 2013 1:16 am
Location: Palo Alto, California, USA
Contact:

Re: Outstanding Issues

Post by DGDanforth »

Thank you Helmut. Just what we needed, all in one place.

I now request that each of us start looking at the issues and find those they feel competent enough to dig further and either verify the correctness of Helmut's code or suggest changes.

This is a necessary task if we, as a Center blessing the releases of BlackBox, are to be taken seriously.

-Doug
Post Reply