Standard Library Changes: Summary

Technical documentation
03/06/2008

Added Libraries

  • rake - Incredibly useful
  • sys-admin - Cross platform replacement for the Etc module
  • win32-api - Replaces Win32API

Modified Libraries

  • test-unit - Added startup and shutdown methods to the TestSuite class
  • forwardable - Refactored to include a single, improved interface. SingleForwardable has been removed.
  • optparse - Minor changes to reflect changes in the core libraries

Removed Libraries

  • abbrev - Not useful
  • curses - Platform specific, third party library
  • dbm - Platform specific, old, poor, third party library
  • etc - Replaced by sys-admin library
  • gdbm - Platform specific, old, poor, third party library
  • nkf - Language specific
  • openssl - Third party library
  • pty - Platform specific
  • sdbm - Platform specific, old, poor, third party library
  • syslog - Platform specific
  • tk - Platform specific, old, third party library
  • Win32API - Replaced by win32-api

Files