]> git.ipfire.org Git - thirdparty/squid.git/commit - CREDITS
Windows port: forward port of 2.7 lib functions updates
authorGuido Serassio <serassio@squid-cache.org>
Mon, 30 Jun 2008 10:57:35 +0000 (12:57 +0200)
committerGuido Serassio <serassio@squid-cache.org>
Mon, 30 Jun 2008 10:57:35 +0000 (12:57 +0200)
commit63b81f1358cbd117169ecea7fdb2af3052f1aacf
treec2ee9cee2eb16c384ec3d672e98a66ce77af218f
parent2e92c0364607e5b4560f01f1820d3f98d48ecb31
Windows port: forward port of 2.7 lib functions updates

- Implement crypt() on Windows
- Implement getopt() on Windows
- Implement dirent-style opendir(), readdir(), closedir(),
  rewinddir(), seekdir() and telldir() on Windows
CREDITS
lib/Makefile.am [changed mode: 0644->0755]
lib/dirent.c [new file with mode: 0755]
lib/encrypt.c [new file with mode: 0755]
lib/getopt.c [new file with mode: 0755]