-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
118 lines (85 loc) · 3.26 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
2012-05-05 Richard Boulton
* pthreads compatibility
2011-11-30 LRN
* msync()
* MinGW64 fixes
2011-11-25 Nils Durner
* nl_item
* fix cross-platform build
* improved random number generator
* gmtime_r
2010-11-06 Nils Durner
* mkfifo()
* use MinGW printf
2010-06-22 Nils Durner
* sysconf()
2010-01-17 Nils Durner
* sockets functions now take/return ints instead of SOCKETs
2010-01-09 Nils Durner
* strcasestr()
2010-01-07 Michael Lenaghan
* shortcut.cc is now plain C
2009-12-01 Nils Durner <[email protected]>
* translate top level paths that do not end with "/"
* define error_t
2009-11-19 Nils Durner <[email protected]>
* stpcpy()
2009-11-05 Nils Durner <[email protected]>
* handle "~" at the beginning of a path
* releasing 0.1.5
2009-09-24 Nils Durner <[email protected]>
* added SRANDOM()
2009-05-18 Nils Durner <[email protected]>
* avoid linking against libuuid
* rename CTIME() to PLIBC_CTIME()
* return errno style error code from getsockopt()
* new: GetErrnoFromWinsockError()
2009-03-30 Nils Durner <[email protected]>
* renamed ctime(), ctime_r(), gettimeofday() and search.h functions to
_win_*()
2009-03-25 Nils Durner <[email protected]>
* added search functions (tsearch, lsearch, hsearch)
2009-01-29 Nils Durner <[email protected]>
* releasing 0.1.4
2008-08-17 Nils Durner <[email protected]>
* Vista compatibility
* gethostbyname2()
* various resolver functions
* kill()
* fix mkstemp()
2008-06-15 Nils Durner <[email protected]>
* plibc.ini can now override the parameters passed to plibc_init()
2006-01-12 Nils Durner <[email protected]>
* plibc_conv_to_win_path(_ex)() no longer crashes if passed null pointers
2006-01-05 Nils Durner <[email protected]>
* fstat() didn't work with pipes
* support for "$HOME" in path names
2006-05-13 Nils Durner <[email protected]>
* releasing 0.1.3
2006-05-08 Nils Durner <[email protected]>
* strncasecmp(), strcasecmp
2006-04-18 Nils Durner <[email protected]>
* stat64, lstat64
2006-12-03 Nils Durner <[email protected]>
* support for locales in strptime
* define MAP_FAILED
* define EILSEQ and EOVERFLOW
* strndup
2005-12-20 Nils Durner <[email protected]>
* dereferencing symlinks/shortcuts always set errno = EINVAL
* readlink() returned incorrect data sometimes
2005-09-04 Nils Durner <[email protected]>
* Added check for ftruncate()
* Fix symlink(): when overwriting an existing link, a link by the same name
as the orginal file was created
* Make header file compatible with gcc 2.95 (Unix)
* Fix symlinks under Win9x
* If newfile named a symlink, rename() didn't operate on the link itself
* Symlink names were not expanded (dir/file -> dir\file.lnk)
* Add support for "Open file" common dialog
* fix mkstemp()
* fix memory leak in symlink dereferencing
2005-07-08 Nils Durner <[email protected]>
* releasing 0.1.0
2005-04-27 Nils Durner <[email protected]>
* initial version.