diff options
author | rpj <rpj> | 2004-07-01 07:32:10 +0000 |
---|---|---|
committer | rpj <rpj> | 2004-07-01 07:32:10 +0000 |
commit | 1660c9f40520f8af25206defffeff3f8c0fe0a50 (patch) | |
tree | 86465f3ed31832e2e437bbe16555805014fe5c38 /ChangeLog | |
parent | ec10b068b42c9f80c312b75d5e4d15583cc07d2e (diff) |
Initial support for Digital Mars Compiler
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2004-07-01 Anuj Goyal <anuj.goyal at gmail.com> + + * builddmc.bat: New; Windows bat file to build the library. + * config.h (__DMC__): Support for Digital Mars compiler. + * create.c (__DMC__): Likewise. + * pthread_exit.c (__DMC__): Likewise. + * pthread_join.c (__DMC__): Likewise. + * ptw32_threadDestroy.c (__DMC__): Likewise. + * ptw32_threadStart.c (__DMC__): Likewise. + * ptw32_throw.c (__DMC__): Likewise. + 2004-06-29 Anuj Goyal <anuj.goyal at gmail.com> * pthread.h (__DMC__): Initial support for Digital Mars compiler. |