Skip to content

Commit e1a6e9a

Browse files
author
Frank Naumann
committed
Updated.
1 parent 163534f commit e1a6e9a

1 file changed

Lines changed: 90 additions & 0 deletions

File tree

ChangeLog

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,93 @@
1+
2004-07-12 Monday 08:18 Frank Naumann <[email protected]>
2+
3+
* configvars, mintlib.spec:
4+
5+
Bumped version to 0.57.5 for new release.
6+
7+
2004-07-09 Friday 08:15 Frank Naumann <[email protected]>
8+
9+
* socket/SRCFILES:
10+
11+
Add newly imported functions to the build list so they are compiled and
12+
added to the socket library.
13+
14+
2004-07-08 Thursday 20:30 Frank Naumann <[email protected]>
15+
16+
* socket/inet_net_ntop.c, socket/inet_net_pton.c,
17+
socket/inet_neta.c, socket/inet_ntop.c, socket/inet_pton.c,
18+
socket/nsap_addr.c, include/string.h, include/arpa/inet.h,
19+
include/arpa/nameser.h:
20+
21+
Added from GNU libc with minor modifications:
22+
- inet_net_ntop
23+
- inet_net_pton
24+
- inet_neta
25+
- inet_ntop
26+
- inet_pton
27+
- nsap_addr
28+
29+
2004-06-22 Tuesday 12:25 Frank Naumann <[email protected]>
30+
31+
* configvars:
32+
33+
Use better defaults for prefix and toolprefix if CROSS=yes.
34+
35+
2004-05-25 Tuesday 22:34 Ralph Lowinski <[email protected]>
36+
37+
* unix/chdir.c:
38+
39+
avoid mapping of U:\xyz to /u/xyz, the correct form is /xyz
40+
41+
2004-04-07 Wednesday 13:49 Frank Naumann <[email protected]>
42+
43+
* include/mint/falcon.h:
44+
45+
Synchronized with FreeMiNT CVS version.
46+
47+
2004-02-20 Friday 22:03 Frank Naumann <[email protected]>
48+
49+
* unix/chdir.c:
50+
51+
Replaced directly access __malloc/__free by the weak_alias malloc/free to
52+
be consistent with the rest of the library.
53+
54+
2004-02-10 Tuesday 23:04 Frank Naumann <[email protected]>
55+
56+
* posix/execlp.c:
57+
58+
It's execvp and not __execvp!
59+
60+
2004-02-10 Tuesday 22:57 Frank Naumann <[email protected]>
61+
62+
* posix/execlp.c:
63+
64+
Bad bugfix, execlp is mapped to execvp and not execve.
65+
66+
2004-01-30 Friday 20:27 Frank Naumann <[email protected]>
67+
68+
* include/mint/cookie.h:
69+
70+
Added new cookies [contributed by Patrice Mandin].
71+
72+
2004-01-29 Thursday 09:38 Frank Naumann <[email protected]>
73+
74+
* lib020/Makefile, README.1st, checkrules:
75+
76+
Removed -m68881 flag, not needed here.
77+
78+
2004-01-29 Thursday 09:36 Frank Naumann <[email protected]>
79+
80+
* mintlib/syscalls.list:
81+
82+
Removed wrong chown16 entry added by standa. This file have nothing todo
83+
with the system call bindings.
84+
85+
2004-01-22 Thursday 22:52 Frank Naumann <[email protected]>
86+
87+
* ChangeLog:
88+
89+
Updated.
90+
191
2004-01-22 Thursday 22:47 Frank Naumann <[email protected]>
292

393
* configvars:

0 commit comments

Comments
 (0)