ChangeLog
上传用户:shtangtang
上传日期:2007-01-04
资源大小:167k
文件大小:1k
源码类别:

Linux/Unix编程

开发平台:

Unix_Linux

  1. 01-02-2000 - Initial release.
  2. 02-02-2000 - Fixed a missing iterator in cond::broadcast(), in the release.
  3. 02-02-2000 - Put the sources into a src directory under the top tree, to
  4.      simplify compiling the library on machines, that didn't have
  5.      it originally.  Sorry about that.
  6. 02-02-2000 - Fix missing acconfig.h for autoheader.
  7. 02-02-2000 - Changed the Philosophers dining example, to signal main thread
  8.      when each philosopher finishes.
  9. 03-02-2000 - Started a new revision 1.1
  10. 03-02-2000 - Changed the hierarchy, so that all clases have their own
  11.      source and header file.
  12. 03-02-2000 - Global variables are now static declarattions to their
  13.      respective classes.
  14. 04-02-2000 - Added a semaphore class, to fullfill that requirement for
  15.      posix compliance.
  16. 05-02-2000 - Use of list class, to store process id's of waiting processes
  17.      now replaced with a separate class.  This is done in preparation
  18.      of interprocessing support.
  19. 06-02-2000 - Threads are now safe, with use of stl_allo classes, by
  20.      making the threads appear as solaris threads, when thread.h
  21.      is included first in a C++ threaded application.
  22. 08-02-2000 - Process scoping added.
  23. 08-02-2000 - Started a new 2.0 tree.