RE: Confirmation for 2.3
- Posted by Bernie Ryan <xotron at localnet.com> Aug 16, 2001
- 378 views
Robert Craig wrote: > Ross Boyd writes: > > Can you very briefly tell us what you *are* > > adding/changing in version 2.3? > > Well, briefly: > > - source code availability. This requires a fair bit of work on my part > to make the code ready, especially for non-WATCOM compilers. > - namespace enhancement > - 2-pass binder removes all unused routines, vars, constants > and provides various improvements > - trace(3) logs statements to a file > - several small bug fixes > - dozens of small but very useful improvements. > If I take time to type them all in, I'll have to drop one. Rob: > - 2-pass binder removes all unused routines, vars, constants > and provides various improvements I hope this only means local unused routines, vars, constants, and not globals that are used in libraries. Bernie