CVS update: /ccvs/windows-NT/
[email protected] 26 May 2005 08:41:27 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: conradpino Date: 05/05/26 01:41:27 Modified: /ccvs/windows-NT/ ChangeLog Log: * config.h.in.footer: Reorganize into 3 sections (macros, typedefs and function prototypes) and alphabetize each section. Synchronize with GNULib import so Windows build succeeds. * config.h.in.in: Synchronize with GNULib import so Windows build succeeds. * unistd.h: Include standard function prototypes from Microsoft files to decrease warnings in GNULib import. File Changes: Directory: /ccvs/windows-NT/ ============================ File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/ChangeLog?r1=1.302&r2=1.303 Delta lines: +10 -0 -------------------- --- ChangeLog 25 May 2005 20:54:40 -0000 1.302 +++ ChangeLog 26 May 2005 08:41:25 -0000 1.303 @@ -1,3 +1,13 @@ +2005-05-26 Conrad T. Pino <[email protected]> + + * config.h.in.footer: Reorganize into 3 sections (macros, typedefs and + function prototypes) and alphabetize each section. Synchronize with + GNULib import so Windows build succeeds. + * config.h.in.in: Synchronize with GNULib import so Windows build + succeeds. + * unistd.h: Include standard function prototypes from Microsoft files + to decrease warnings in GNULib import. + 2005-05-25 Derek Price <[email protected]> * config.h.in.in (_POSIX_PTHREAD_SEMANTICS): Undef on Windows.