Mercurial > hg > octave-nkf > gnulib-hg
annotate NEWS @ 11948:325a0b28c47e
link-follow: accomodate mingw and cross-compilation
* m4/link-follow.m4 (gl_AC_FUNC_LINK_FOLLOWS_SYMLINK): Rename...
(gl_FUNC_LINK_FOLLOWS_SYMLINK): ...to this. Change
cross-compilation results to -1, to make linkat easier to
implement when cross-compiling. Trivially support mingw.
* modules/link-follow (configure.ac): Call new name.
* NEWS: Mention this.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Fri, 04 Sep 2009 11:49:02 -0600 |
parents | d1047ae4b8d5 |
children | 9317d4a9ac96 |
rev | line source |
---|---|
8435
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
1 Important notes |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
2 --------------- |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
3 |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
4 User visible incompatible changes |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
5 --------------------------------- |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
6 |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
7 Date Modules Changes |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
8 |
11948
325a0b28c47e
link-follow: accomodate mingw and cross-compilation
Eric Blake <ebb9@byu.net>
parents:
11942
diff
changeset
|
9 2009-09-04 link-follow The macro LINK_FOLLOWS_SYMLINK is now tri-state, |
325a0b28c47e
link-follow: accomodate mingw and cross-compilation
Eric Blake <ebb9@byu.net>
parents:
11942
diff
changeset
|
10 rather than only defined to 1. |
325a0b28c47e
link-follow: accomodate mingw and cross-compilation
Eric Blake <ebb9@byu.net>
parents:
11942
diff
changeset
|
11 |
11942
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
12 2009-09-03 openat The include files are standardized to POSIX 2008. |
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
13 For openat, include <fcntl.h>; for |
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
14 fchmodat, fstatat, and mkdirat, include |
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
15 <sys/stat.h>; for fchownat and unlinkat, |
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
16 include <unistd.h>. For all other |
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
17 functions provided by this module, |
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
18 continue to include "openat.h". |
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
19 |
d1047ae4b8d5
openat: declare in POSIX headers
Eric Blake <ebb9@byu.net>
parents:
11912
diff
changeset
|
20 2009-08-30 striconveh The functions mem_cd_iconveh and str_cd_iconveh |
11912
ba1f5a03459a
Make the striconveh API easier to use.
Bruno Haible <bruno@clisp.org>
parents:
11882
diff
changeset
|
21 now take an 'iconveh_t *' argument instead of three |
ba1f5a03459a
Make the striconveh API easier to use.
Bruno Haible <bruno@clisp.org>
parents:
11882
diff
changeset
|
22 iconv_t arguments. |
ba1f5a03459a
Make the striconveh API easier to use.
Bruno Haible <bruno@clisp.org>
parents:
11882
diff
changeset
|
23 |
11882 | 24 2009-08-23 tempname The gen_tempname function takes an additional |
25 'flags' argument. You can safely pass 0. | |
26 | |
11819
245c367e63f4
New modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
11653
diff
changeset
|
27 2009-08-12 getopt This module is deprecated. Please choose among |
245c367e63f4
New modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
11653
diff
changeset
|
28 getopt-posix and getopt-gnu. getopt-gnu provides |
245c367e63f4
New modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
11653
diff
changeset
|
29 "long options" and "options with optional |
245c367e63f4
New modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
11653
diff
changeset
|
30 arguments", getopt-posix doesn't. |
245c367e63f4
New modules 'getopt-posix', 'getopt-gnu'.
Bruno Haible <bruno@clisp.org>
parents:
11653
diff
changeset
|
31 |
11653 | 32 2009-06-25 fpurge The include file is changed from "fpurge.h" to |
33 <stdio.h>. | |
34 | |
11511
d604b921ed8d
Simplify calling convention of u*_conv_from_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11509
diff
changeset
|
35 2009-04-26 modules/uniconv/u8-conv-from-enc |
d604b921ed8d
Simplify calling convention of u*_conv_from_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11509
diff
changeset
|
36 modules/uniconv/u16-conv-from-enc |
d604b921ed8d
Simplify calling convention of u*_conv_from_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11509
diff
changeset
|
37 modules/uniconv/u32-conv-from-enc |
d604b921ed8d
Simplify calling convention of u*_conv_from_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11509
diff
changeset
|
38 The calling convention of the functions |
d604b921ed8d
Simplify calling convention of u*_conv_from_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11509
diff
changeset
|
39 u*_conv_from_encoding is changed. |
d604b921ed8d
Simplify calling convention of u*_conv_from_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11509
diff
changeset
|
40 |
11509
ef4e896a3b4f
Simplify calling convention of u*_conv_to_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11495
diff
changeset
|
41 2009-04-26 modules/uniconv/u8-conv-to-enc |
ef4e896a3b4f
Simplify calling convention of u*_conv_to_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11495
diff
changeset
|
42 modules/uniconv/u16-conv-to-enc |
ef4e896a3b4f
Simplify calling convention of u*_conv_to_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11495
diff
changeset
|
43 modules/uniconv/u32-conv-to-enc |
ef4e896a3b4f
Simplify calling convention of u*_conv_to_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11495
diff
changeset
|
44 The calling convention of the functions |
ef4e896a3b4f
Simplify calling convention of u*_conv_to_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11495
diff
changeset
|
45 u*_conv_to_encoding is changed. |
ef4e896a3b4f
Simplify calling convention of u*_conv_to_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11495
diff
changeset
|
46 |
ef4e896a3b4f
Simplify calling convention of u*_conv_to_encoding.
Bruno Haible <bruno@clisp.org>
parents:
11495
diff
changeset
|
47 2009-04-24 maintainer-makefile |
11495
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
48 The maint.mk file was copied from |
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
49 coreutils, and the old |
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
50 coverage/gettext/indent rules were |
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
51 re-added. If you used 'make syntax-check' |
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
52 this will add several new checks. If some |
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
53 new check is annoying, add the name of the |
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
54 checks to 'local-checks-to-skip' in your |
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
55 cfg.mk. |
d88c5ec9288d
Sync maint.mk with coreutils.
Simon Josefsson <simon@josefsson.org>
parents:
11442
diff
changeset
|
56 |
11442
925138552c76
Rename module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents:
11440
diff
changeset
|
57 2009-04-01 visibility Renamed to lib-symbol-visibility. |
925138552c76
Rename module 'visibility'.
Bruno Haible <bruno@clisp.org>
parents:
11440
diff
changeset
|
58 |
11440
e6b25d0df170
Rename ld-version-script to lib-symbol-versions.
Simon Josefsson <simon@josefsson.org>
parents:
11426
diff
changeset
|
59 2009-04-01 ld-version-script Renamed to lib-symbol-versions. |
e6b25d0df170
Rename ld-version-script to lib-symbol-versions.
Simon Josefsson <simon@josefsson.org>
parents:
11426
diff
changeset
|
60 |
11426
d40b890c5200
Remove dependency from 'close' module to -lws2_32 on native Windows.
Bruno Haible <bruno@clisp.org>
parents:
11266
diff
changeset
|
61 2009-03-20 close The substituted variable LIB_CLOSE is removed. |
d40b890c5200
Remove dependency from 'close' module to -lws2_32 on native Windows.
Bruno Haible <bruno@clisp.org>
parents:
11266
diff
changeset
|
62 |
11266
98bcf3f48aa7
filevercmp: Move hidden files up in ordering.
Kamil Dudka <kdudka@redhat.com>
parents:
11075
diff
changeset
|
63 2009-03-05 filevercmp Move hidden files up in ordering. |
98bcf3f48aa7
filevercmp: Move hidden files up in ordering.
Kamil Dudka <kdudka@redhat.com>
parents:
11075
diff
changeset
|
64 |
11075
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
65 2009-01-22 c-strtod This function no longer calls xalloc_die(). If |
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
66 c-strtold you want to exit the program in case of out-of- |
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
67 memory, the calling function needs to arrange |
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
68 for it, like this: |
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
69 errno = 0; |
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
70 val = c_strtod (...); |
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
71 if (val == 0 && errno == ENOMEM) |
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
72 xalloc_die (); |
ab7203b2967c
Change c_strtod, c_strtold to no longer call xalloc_die().
Bruno Haible <bruno@clisp.org>
parents:
11028
diff
changeset
|
73 |
11028
29b9820e29f2
Support for stripping executables in --enable-relocatable.
Bruno Haible <bruno@clisp.org>
parents:
10963
diff
changeset
|
74 2009-01-17 relocatable-prog In the Makefile.am or Makefile.in, you now also |
29b9820e29f2
Support for stripping executables in --enable-relocatable.
Bruno Haible <bruno@clisp.org>
parents:
10963
diff
changeset
|
75 need to set RELOCATABLE_STRIP = :. |
29b9820e29f2
Support for stripping executables in --enable-relocatable.
Bruno Haible <bruno@clisp.org>
parents:
10963
diff
changeset
|
76 |
10963
46c9755d1dd9
Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
Bruno Haible <bruno@clisp.org>
parents:
10949
diff
changeset
|
77 2008-12-22 getaddrinfo When using this module, you now need to link with |
46c9755d1dd9
Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
Bruno Haible <bruno@clisp.org>
parents:
10949
diff
changeset
|
78 canon-host $(GETADDRINFO_LIB). |
46c9755d1dd9
Module getaddrinfo requires linking with $(GETADDRINFO_LIB).
Bruno Haible <bruno@clisp.org>
parents:
10949
diff
changeset
|
79 |
10949
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
10791
diff
changeset
|
80 2008-12-21 mbiter The header files "mbiter.h", "mbuiter.h", |
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
10791
diff
changeset
|
81 mbuiter "mbfile.h" can now be included without checking |
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
10791
diff
changeset
|
82 mbfile HAVE_MBRTOWC. The macro HAVE_MBRTOWC will no |
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
10791
diff
changeset
|
83 longer be defined by these modules in a year. If |
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
10791
diff
changeset
|
84 you want to continue to use it, you need to invoke |
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
10791
diff
changeset
|
85 AC_FUNC_MBRTOWC yourself. |
b10927a03d08
Make mbiter, mbuiter, mbfile usable also if !HAVE_MBRTOWC.
Bruno Haible <bruno@clisp.org>
parents:
10791
diff
changeset
|
86 |
10791 | 87 2008-11-11 warnings This module subsumes the file m4/warning.m4 which |
88 was removed. | |
89 | |
10688
989b49566cae
Move the lstat() declaration to <sys/stat.h>.
Bruno Haible <bruno@clisp.org>
parents:
10680
diff
changeset
|
90 2008-10-20 lstat The include file is changed from "lstat.h" to |
989b49566cae
Move the lstat() declaration to <sys/stat.h>.
Bruno Haible <bruno@clisp.org>
parents:
10680
diff
changeset
|
91 <sys/stat.h>. |
989b49566cae
Move the lstat() declaration to <sys/stat.h>.
Bruno Haible <bruno@clisp.org>
parents:
10680
diff
changeset
|
92 |
10680
5721d1f9e1ef
Move getaddrinfo.h declarations to netdb.h.
Simon Josefsson <simon@josefsson.org>
parents:
10667
diff
changeset
|
93 2008-10-20 getaddrinfo The include file is changed from "getaddrinfo.h" |
5721d1f9e1ef
Move getaddrinfo.h declarations to netdb.h.
Simon Josefsson <simon@josefsson.org>
parents:
10667
diff
changeset
|
94 to <netdb.h>. |
5721d1f9e1ef
Move getaddrinfo.h declarations to netdb.h.
Simon Josefsson <simon@josefsson.org>
parents:
10667
diff
changeset
|
95 |
10667
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10664
diff
changeset
|
96 2008-10-19 isnanf The include file is changed from "isnanf.h" to |
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10664
diff
changeset
|
97 <math.h>. |
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10664
diff
changeset
|
98 isnand The include file is changed from "isnand.h" to |
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10664
diff
changeset
|
99 <math.h>. |
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10664
diff
changeset
|
100 isnanl The include file is changed from "isnanl.h" to |
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10664
diff
changeset
|
101 <math.h>. |
678640901735
Move the isnanf(), isnand(), isnanl() declarations to <math.h>.
Bruno Haible <bruno@clisp.org>
parents:
10664
diff
changeset
|
102 |
10664
3eb22f9808e0
Move the lchmod() declaration to <sys/stat.h>.
Bruno Haible <bruno@clisp.org>
parents:
10663
diff
changeset
|
103 2008-10-18 lchmod The include file is changed from "lchmod.h" to |
3eb22f9808e0
Move the lchmod() declaration to <sys/stat.h>.
Bruno Haible <bruno@clisp.org>
parents:
10663
diff
changeset
|
104 <sys/stat.h>. |
3eb22f9808e0
Move the lchmod() declaration to <sys/stat.h>.
Bruno Haible <bruno@clisp.org>
parents:
10663
diff
changeset
|
105 |
10663
2b0380d48ff6
Move the dirfd() declaration to <dirent.h>.
Bruno Haible <bruno@clisp.org>
parents:
10662
diff
changeset
|
106 2008-10-18 dirfd The include file is changed from "dirfd.h" to |
2b0380d48ff6
Move the dirfd() declaration to <dirent.h>.
Bruno Haible <bruno@clisp.org>
parents:
10662
diff
changeset
|
107 <dirent.h>. |
2b0380d48ff6
Move the dirfd() declaration to <dirent.h>.
Bruno Haible <bruno@clisp.org>
parents:
10662
diff
changeset
|
108 |
10662
ad36db29dad7
Move the euidaccess() declaration to <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents:
10661
diff
changeset
|
109 2008-10-18 euidaccess The include file is changed from "euidaccess.h" |
ad36db29dad7
Move the euidaccess() declaration to <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents:
10661
diff
changeset
|
110 to <unistd.h>. |
ad36db29dad7
Move the euidaccess() declaration to <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents:
10661
diff
changeset
|
111 |
10661
65c9436dc0d3
Move the getdomainname() declaration to <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents:
10562
diff
changeset
|
112 2008-10-18 getdomainname The include file is changed from "getdomainname.h" |
65c9436dc0d3
Move the getdomainname() declaration to <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents:
10562
diff
changeset
|
113 to <unistd.h>. |
65c9436dc0d3
Move the getdomainname() declaration to <unistd.h>.
Bruno Haible <bruno@clisp.org>
parents:
10562
diff
changeset
|
114 |
10540
bd583d46ccfb
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
10474
diff
changeset
|
115 2008-09-28 sockets When using this module, you now need to link with |
bd583d46ccfb
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
10474
diff
changeset
|
116 $(LIBSOCKET). |
bd583d46ccfb
Set LIBSOCKET instead of augmenting LIBS. Also handle Solaris -lsocket.
Bruno Haible <bruno@clisp.org>
parents:
10474
diff
changeset
|
117 |
10474
5fc74f43b3d6
implement full-blown select(2) for winsock
Paolo Bonzini <bonzini@gnu.org>
parents:
10469
diff
changeset
|
118 2008-09-24 sys_select The limitation on `select', introduced 2008-09-23, |
5fc74f43b3d6
implement full-blown select(2) for winsock
Paolo Bonzini <bonzini@gnu.org>
parents:
10469
diff
changeset
|
119 was removed. sys_select now includes a select |
5fc74f43b3d6
implement full-blown select(2) for winsock
Paolo Bonzini <bonzini@gnu.org>
parents:
10469
diff
changeset
|
120 wrapper for Winsock. The wrapper expects socket |
5fc74f43b3d6
implement full-blown select(2) for winsock
Paolo Bonzini <bonzini@gnu.org>
parents:
10469
diff
changeset
|
121 and file descriptors to be compatible as arranged |
5fc74f43b3d6
implement full-blown select(2) for winsock
Paolo Bonzini <bonzini@gnu.org>
parents:
10469
diff
changeset
|
122 by the sys_socket on MinGW. |
5fc74f43b3d6
implement full-blown select(2) for winsock
Paolo Bonzini <bonzini@gnu.org>
parents:
10469
diff
changeset
|
123 |
10469
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
124 2008-09-23 sys_socket Under Windows (MinGW), the module now adds |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
125 wrappers around Winsock functions, so that |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
126 socket descriptors are now compatible with |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
127 file descriptors. In general, this change |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
128 will simply improve your code's portability |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
129 between POSIX platforms and Windows. In |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
130 particular, you will be able to use ioctl and |
10562
ebbb50a36a9f
remove trailing spaces
Jim Meyering <meyering@redhat.com>
parents:
10540
diff
changeset
|
131 close instead of ioctlsocket and closesocket, |
10469
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
132 and test errno instead of WSAGetLastError (). |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
133 On the other hand, you have to audit your code to |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
134 remove usage of these Winsock-specific functions. |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
135 |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
136 This change does not remove the need to call |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
137 the gl_sockets_startup function from the sockets |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
138 gnulib module. Also, for now select is disabled |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
139 when you include the sys_socket module; while |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
140 the functionality will be restored soon, for |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
141 efficiency it is suggested to use the poll system |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
142 poll system call and gnulib module instead. |
cc79b4b4da2c
update NEWS for previous change
Paolo Bonzini <bonzini@gnu.org>
parents:
10427
diff
changeset
|
143 |
10427 | 144 2008-09-13 EOVERFLOW The module is removed. Use module errno instead. |
145 | |
10390
247990850251
Split module 'filename' into 'filename' and 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents:
10386
diff
changeset
|
146 2008-09-01 filename The module does not define the function |
10391
f0a681493fa6
New module 'xconcat-filename', split off from module 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents:
10390
diff
changeset
|
147 concatenated_filename any more. To get an |
f0a681493fa6
New module 'xconcat-filename', split off from module 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents:
10390
diff
changeset
|
148 equivalent function, use function |
f0a681493fa6
New module 'xconcat-filename', split off from module 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents:
10390
diff
changeset
|
149 xconcatenated_filename from module |
f0a681493fa6
New module 'xconcat-filename', split off from module 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents:
10390
diff
changeset
|
150 'xconcat-filename'. |
10390
247990850251
Split module 'filename' into 'filename' and 'concat-filename'.
Bruno Haible <bruno@clisp.org>
parents:
10386
diff
changeset
|
151 |
10386
67cf8265aeed
Assume Solaris specific bi-arch conventions on Solaris systems.
Bruno Haible <bruno@clisp.org>
parents:
10345
diff
changeset
|
152 2008-08-31 havelib On Solaris, when searching for 64-bit mode |
67cf8265aeed
Assume Solaris specific bi-arch conventions on Solaris systems.
Bruno Haible <bruno@clisp.org>
parents:
10345
diff
changeset
|
153 libraries the directory $prefix/lib is now ignored. |
67cf8265aeed
Assume Solaris specific bi-arch conventions on Solaris systems.
Bruno Haible <bruno@clisp.org>
parents:
10345
diff
changeset
|
154 Instead the directory $prefix/lib/64 is searched. |
67cf8265aeed
Assume Solaris specific bi-arch conventions on Solaris systems.
Bruno Haible <bruno@clisp.org>
parents:
10345
diff
changeset
|
155 You may need to create a symbolic link for |
67cf8265aeed
Assume Solaris specific bi-arch conventions on Solaris systems.
Bruno Haible <bruno@clisp.org>
parents:
10345
diff
changeset
|
156 $prefix/lib/64 if you have 64-bit libraries |
67cf8265aeed
Assume Solaris specific bi-arch conventions on Solaris systems.
Bruno Haible <bruno@clisp.org>
parents:
10345
diff
changeset
|
157 installed in $prefix/lib. |
67cf8265aeed
Assume Solaris specific bi-arch conventions on Solaris systems.
Bruno Haible <bruno@clisp.org>
parents:
10345
diff
changeset
|
158 |
10345
8d80c477e0ad
strverscmp: migrate from "strverscmp.h" to <string.h>
Eric Blake <ebb9@byu.net>
parents:
10318
diff
changeset
|
159 2008-08-19 strverscmp The include file is changed from "strverscmp.h" |
8d80c477e0ad
strverscmp: migrate from "strverscmp.h" to <string.h>
Eric Blake <ebb9@byu.net>
parents:
10318
diff
changeset
|
160 to <string.h>. |
8d80c477e0ad
strverscmp: migrate from "strverscmp.h" to <string.h>
Eric Blake <ebb9@byu.net>
parents:
10318
diff
changeset
|
161 |
10318
8a3539888308
Move the lock and tls source files into a subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
10276
diff
changeset
|
162 2008-08-14 lock The include file is changed from "lock.h" |
8a3539888308
Move the lock and tls source files into a subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
10276
diff
changeset
|
163 to "glthread/lock.h". |
8a3539888308
Move the lock and tls source files into a subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
10276
diff
changeset
|
164 tls The include file is changed from "tls.h" |
8a3539888308
Move the lock and tls source files into a subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
10276
diff
changeset
|
165 to "glthread/tls.h". |
8a3539888308
Move the lock and tls source files into a subdirectory.
Bruno Haible <bruno@clisp.org>
parents:
10276
diff
changeset
|
166 |
10276
adfc5a204195
Make c-stack use libsigsegv, when available.
Eric Blake <ebb9@byu.net>
parents:
10264
diff
changeset
|
167 2008-07-17 c-stack The module now requires the addition of |
adfc5a204195
Make c-stack use libsigsegv, when available.
Eric Blake <ebb9@byu.net>
parents:
10264
diff
changeset
|
168 $(LIBCSTACK) or $(LTLIBCSTACK) in Makefile.am, |
adfc5a204195
Make c-stack use libsigsegv, when available.
Eric Blake <ebb9@byu.net>
parents:
10264
diff
changeset
|
169 since it may depend on linking with libsigsegv. |
adfc5a204195
Make c-stack use libsigsegv, when available.
Eric Blake <ebb9@byu.net>
parents:
10264
diff
changeset
|
170 |
10264
ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
Ben Pfaff <blp@cs.stanford.edu>
parents:
10197
diff
changeset
|
171 2008-07-07 isnanf-nolibm The include file is changed from "isnanf.h" |
ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
Ben Pfaff <blp@cs.stanford.edu>
parents:
10197
diff
changeset
|
172 to "isnanf-nolibm.h". |
ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
Ben Pfaff <blp@cs.stanford.edu>
parents:
10197
diff
changeset
|
173 isnand-nolibm The include file is changed from "isnand.h" |
ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
Ben Pfaff <blp@cs.stanford.edu>
parents:
10197
diff
changeset
|
174 to "isnand-nolibm.h". |
ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
Ben Pfaff <blp@cs.stanford.edu>
parents:
10197
diff
changeset
|
175 |
10197
d079dd7b69bc
Add termsigp argument to execute() and wait_process().
Bruno Haible <bruno@clisp.org>
parents:
10041
diff
changeset
|
176 2008-06-10 execute The execute function takes an additional termsigp |
d079dd7b69bc
Add termsigp argument to execute() and wait_process().
Bruno Haible <bruno@clisp.org>
parents:
10041
diff
changeset
|
177 argument. Passing termsigp = NULL is ok. |
d079dd7b69bc
Add termsigp argument to execute() and wait_process().
Bruno Haible <bruno@clisp.org>
parents:
10041
diff
changeset
|
178 wait-process The wait_subprocess function takes an additional |
d079dd7b69bc
Add termsigp argument to execute() and wait_process().
Bruno Haible <bruno@clisp.org>
parents:
10041
diff
changeset
|
179 termsigp argument. Passing termsigp = NULL is ok. |
d079dd7b69bc
Add termsigp argument to execute() and wait_process().
Bruno Haible <bruno@clisp.org>
parents:
10041
diff
changeset
|
180 |
10041
db1d8acdb9c1
Split up the 'linebreak' module.
Bruno Haible <bruno@clisp.org>
parents:
10015
diff
changeset
|
181 2008-05-10 linebreak The module is split into several modules unilbrk/*. |
db1d8acdb9c1
Split up the 'linebreak' module.
Bruno Haible <bruno@clisp.org>
parents:
10015
diff
changeset
|
182 The include file is changed from "linebreak.h" to |
db1d8acdb9c1
Split up the 'linebreak' module.
Bruno Haible <bruno@clisp.org>
parents:
10015
diff
changeset
|
183 "unilbrk.h". Two functions are renamed: |
db1d8acdb9c1
Split up the 'linebreak' module.
Bruno Haible <bruno@clisp.org>
parents:
10015
diff
changeset
|
184 mbs_possible_linebreaks -> ulc_possible_linebreaks |
db1d8acdb9c1
Split up the 'linebreak' module.
Bruno Haible <bruno@clisp.org>
parents:
10015
diff
changeset
|
185 mbs_width_linebreaks -> ulc_width_linebreaks |
db1d8acdb9c1
Split up the 'linebreak' module.
Bruno Haible <bruno@clisp.org>
parents:
10015
diff
changeset
|
186 |
10001 | 187 2008-04-28 rpmatch The include file is now <stdlib.h>. |
188 | |
10015
cdb62260df4b
Mention Simon's recent changes.
Bruno Haible <bruno@clisp.org>
parents:
10001
diff
changeset
|
189 2008-04-28 inet_ntop The include file is changed from "inet_ntop.h" |
cdb62260df4b
Mention Simon's recent changes.
Bruno Haible <bruno@clisp.org>
parents:
10001
diff
changeset
|
190 to <arpa/inet.h>. |
cdb62260df4b
Mention Simon's recent changes.
Bruno Haible <bruno@clisp.org>
parents:
10001
diff
changeset
|
191 |
cdb62260df4b
Mention Simon's recent changes.
Bruno Haible <bruno@clisp.org>
parents:
10001
diff
changeset
|
192 2008-04-28 inet_pton The include file is changed from "inet_pton.h" |
cdb62260df4b
Mention Simon's recent changes.
Bruno Haible <bruno@clisp.org>
parents:
10001
diff
changeset
|
193 to <arpa/inet.h>. |
cdb62260df4b
Mention Simon's recent changes.
Bruno Haible <bruno@clisp.org>
parents:
10001
diff
changeset
|
194 |
9780
cf325a112b9d
Take into account the number of pushed-back bytes (ungetc).
Bruno Haible <bruno@clisp.org>
parents:
9646
diff
changeset
|
195 2008-03-06 freadahead The return value's computation has changed. It |
cf325a112b9d
Take into account the number of pushed-back bytes (ungetc).
Bruno Haible <bruno@clisp.org>
parents:
9646
diff
changeset
|
196 now increases by 1 after ungetc. |
cf325a112b9d
Take into account the number of pushed-back bytes (ungetc).
Bruno Haible <bruno@clisp.org>
parents:
9646
diff
changeset
|
197 |
9646
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
198 2008-01-26 isnan-nolibm The module name is changed from isnan-nolibm to |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
199 isnand-nolibm. The include file is changed from |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
200 "isnan.h" to "isnand.h". The function that it |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
201 defines is changed from isnan() to isnand(). |
a113e473cc98
Rename isnan, applicable to 'double' only, to isnand.
Bruno Haible <bruno@clisp.org>
parents:
9623
diff
changeset
|
202 |
9623
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9592
diff
changeset
|
203 2008-01-14 strcasestr This module now replaces worst-case inefficient |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9592
diff
changeset
|
204 implementations; clients that use controlled |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9592
diff
changeset
|
205 needles and thus do not care about worst-case |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9592
diff
changeset
|
206 efficiency should use the new strcasestr-simple |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9592
diff
changeset
|
207 module instead for smaller code size. |
69d9307c0aa0
Convert strcasestr module to use Two-Way algorithm.
Eric Blake <ebb9@byu.net>
parents:
9592
diff
changeset
|
208 |
9592
d309fd90fbf3
gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9591
diff
changeset
|
209 2008-01-09 alloca-opt Now defines HAVE_ALLOCA_H only when the system |
d309fd90fbf3
gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9591
diff
changeset
|
210 supplies an <alloca.h>. Gnulib-using code is now |
d309fd90fbf3
gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9591
diff
changeset
|
211 expected to include <alloca.h> unconditionally. |
d309fd90fbf3
gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9591
diff
changeset
|
212 Non-gnulib-using code can continue to include |
d309fd90fbf3
gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9591
diff
changeset
|
213 <alloca.h> only if HAVE_ALLOCA_H is defined. |
d309fd90fbf3
gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H unconditionally.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9591
diff
changeset
|
214 |
9591 | 215 2008-01-08 memmem This module now replaces worst-case inefficient |
216 implementations; clients that use controlled | |
217 needles and thus do not care about worst-case | |
218 efficiency should use the new memmem-simple | |
219 module instead for smaller code size. | |
220 | |
9545
c596ca4e89b4
Split setenv module into setenv and unsetenv. Get rid of setenv.h.
Bruno Haible <bruno@clisp.org>
parents:
9498
diff
changeset
|
221 2007-12-24 setenv The include file is changed from "setenv.h" to |
c596ca4e89b4
Split setenv module into setenv and unsetenv. Get rid of setenv.h.
Bruno Haible <bruno@clisp.org>
parents:
9498
diff
changeset
|
222 <stdlib.h>. Also, the unsetenv function is no |
c596ca4e89b4
Split setenv module into setenv and unsetenv. Get rid of setenv.h.
Bruno Haible <bruno@clisp.org>
parents:
9498
diff
changeset
|
223 longer declared in this module; use the 'unsetenv' |
c596ca4e89b4
Split setenv module into setenv and unsetenv. Get rid of setenv.h.
Bruno Haible <bruno@clisp.org>
parents:
9498
diff
changeset
|
224 module if you need it. |
c596ca4e89b4
Split setenv module into setenv and unsetenv. Get rid of setenv.h.
Bruno Haible <bruno@clisp.org>
parents:
9498
diff
changeset
|
225 |
9498
a2c450a3023c
Move declaration of getpagesize() from getpagesize.h to unistd.h.
Bruno Haible <bruno@clisp.org>
parents:
9496
diff
changeset
|
226 2007-12-03 getpagesize The include file is changed from "getpagesize.h" |
a2c450a3023c
Move declaration of getpagesize() from getpagesize.h to unistd.h.
Bruno Haible <bruno@clisp.org>
parents:
9496
diff
changeset
|
227 to <unistd.h>. |
a2c450a3023c
Move declaration of getpagesize() from getpagesize.h to unistd.h.
Bruno Haible <bruno@clisp.org>
parents:
9496
diff
changeset
|
228 |
9496
d7da1f241448
Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
Bruno Haible <bruno@clisp.org>
parents:
9314
diff
changeset
|
229 2007-12-03 strcase The include file is changed from <string.h> to |
d7da1f241448
Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
Bruno Haible <bruno@clisp.org>
parents:
9314
diff
changeset
|
230 <strings.h>. |
d7da1f241448
Move declarations of str{,n}casecmp from <string.h> to <strings.h>.
Bruno Haible <bruno@clisp.org>
parents:
9314
diff
changeset
|
231 |
9314
bb3874ba31fd
Mention the license change.
Bruno Haible <bruno@clisp.org>
parents:
9171
diff
changeset
|
232 2007-10-07 most modules The license for most modules has changed from |
bb3874ba31fd
Mention the license change.
Bruno Haible <bruno@clisp.org>
parents:
9171
diff
changeset
|
233 GPLv2+ to GPLv3+, and from LGPLv2+ to LGPLv3+. |
bb3874ba31fd
Mention the license change.
Bruno Haible <bruno@clisp.org>
parents:
9171
diff
changeset
|
234 A few modules are still under LGPLv2+; see the |
bb3874ba31fd
Mention the license change.
Bruno Haible <bruno@clisp.org>
parents:
9171
diff
changeset
|
235 module description for the applicable license. |
bb3874ba31fd
Mention the license change.
Bruno Haible <bruno@clisp.org>
parents:
9171
diff
changeset
|
236 |
9171
87d1523f0988
Let linebreak rely on uniwidth/width.
Bruno Haible <bruno@clisp.org>
parents:
9169
diff
changeset
|
237 2007-09-01 linebreak "linebreak.h" no longer declares the functions |
87d1523f0988
Let linebreak rely on uniwidth/width.
Bruno Haible <bruno@clisp.org>
parents:
9169
diff
changeset
|
238 locale_charset, uc_width, u{8,16,32}_width. Use |
87d1523f0988
Let linebreak rely on uniwidth/width.
Bruno Haible <bruno@clisp.org>
parents:
9169
diff
changeset
|
239 "uniwidth.h" to get these functions declared. |
87d1523f0988
Let linebreak rely on uniwidth/width.
Bruno Haible <bruno@clisp.org>
parents:
9169
diff
changeset
|
240 |
9169
dfa92826de1e
Rename mreadlink_with_size to areadlink_with_size.
Jim Meyering <jim@meyering.net>
parents:
9161
diff
changeset
|
241 2007-08-28 areadlink-with-size |
dfa92826de1e
Rename mreadlink_with_size to areadlink_with_size.
Jim Meyering <jim@meyering.net>
parents:
9161
diff
changeset
|
242 Renamed from mreadlink-with-size. |
dfa92826de1e
Rename mreadlink_with_size to areadlink_with_size.
Jim Meyering <jim@meyering.net>
parents:
9161
diff
changeset
|
243 Function renamed: mreadlink_with_size -> |
dfa92826de1e
Rename mreadlink_with_size to areadlink_with_size.
Jim Meyering <jim@meyering.net>
parents:
9161
diff
changeset
|
244 areadlink_with_size. |
dfa92826de1e
Rename mreadlink_with_size to areadlink_with_size.
Jim Meyering <jim@meyering.net>
parents:
9161
diff
changeset
|
245 |
9161
c5cedfcd0db0
Move getline and getdelim into stdio.h, per POSIX 200x.
Eric Blake <ebb9@byu.net>
parents:
9148
diff
changeset
|
246 2007-08-22 getdelim, getline |
c5cedfcd0db0
Move getline and getdelim into stdio.h, per POSIX 200x.
Eric Blake <ebb9@byu.net>
parents:
9148
diff
changeset
|
247 The include file is changed from "getdelim.h" |
c5cedfcd0db0
Move getline and getdelim into stdio.h, per POSIX 200x.
Eric Blake <ebb9@byu.net>
parents:
9148
diff
changeset
|
248 and "getline.h" to the POSIX 200x <stdio.h>. |
c5cedfcd0db0
Move getline and getdelim into stdio.h, per POSIX 200x.
Eric Blake <ebb9@byu.net>
parents:
9148
diff
changeset
|
249 |
9148 | 250 2007-08-18 idcache Now provides prototypes in "idcache.h". |
251 | |
9143
4290c9101f09
* NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9137
diff
changeset
|
252 2007-08-10 xstrtol The STRTOL_FATAL_ERROR macro is removed. |
4290c9101f09
* NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9137
diff
changeset
|
253 Use the new xstrtol_fatal function instead. |
4290c9101f09
* NEWS: In xstrtol, remove STRTOL_FATAL_ERROR and add xstrtol_fatal.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9137
diff
changeset
|
254 |
9137
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
255 2007-08-04 human The function human_options no longer reports an |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
256 error to standard error; that is now the |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
257 caller's responsibility. It returns an |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
258 error code of type enum strtol_error |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
259 instead of the integer option value, and stores |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
260 the option value via a new int * argument. |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
261 xstrtol The first two arguments of STRTOL_FATAL_ERROR |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
262 are now an option name and option argument |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
263 instead of an option argument and a type string, |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
264 STRTOL_FAIL_WARN is removed. |
629a6928f108
* NEWS: Describe interface changes to human, xstrtol.
Paul Eggert <eggert@cs.ucla.edu>
parents:
9127
diff
changeset
|
265 |
9097
e7990121003e
add lgpl-3.0.texi; have all Texinfo licenses consistently omit any sectioning and index commands
Karl Berry <karl@freefriends.org>
parents:
9084
diff
changeset
|
266 2007-07-14 gpl, lgpl New Texinfo versions with no sectioning commands. |
e7990121003e
add lgpl-3.0.texi; have all Texinfo licenses consistently omit any sectioning and index commands
Karl Berry <karl@freefriends.org>
parents:
9084
diff
changeset
|
267 |
9084
2932e92d6e31
* lib/version-etc.c (version_etc_va): Default to GPLv3+.
Eric Blake <ebb9@byu.net>
parents:
9073
diff
changeset
|
268 2007-07-10 version-etc Output now mentions GPLv3+, not GPLv2+. Use |
2932e92d6e31
* lib/version-etc.c (version_etc_va): Default to GPLv3+.
Eric Blake <ebb9@byu.net>
parents:
9073
diff
changeset
|
269 gnulib-tool --local-dir to override this. |
2932e92d6e31
* lib/version-etc.c (version_etc_va): Default to GPLv3+.
Eric Blake <ebb9@byu.net>
parents:
9073
diff
changeset
|
270 |
9073
eff03f4ce262
Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.
Bruno Haible <bruno@clisp.org>
parents:
9035
diff
changeset
|
271 2007-07-07 wcwidth The include file is changed from "wcwidth.h" to |
eff03f4ce262
Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.
Bruno Haible <bruno@clisp.org>
parents:
9035
diff
changeset
|
272 <wchar.h>. |
eff03f4ce262
Remove the wcwidth.h file. Move wcwidth's declaration to wchar_.h.
Bruno Haible <bruno@clisp.org>
parents:
9035
diff
changeset
|
273 |
9035
e87363712c15
2007-07-02 Simon Josefsson <simon@josefsson.org>
Simon Josefsson <simon@josefsson.org>
parents:
9034
diff
changeset
|
274 2007-07-02 gpl, lgpl Renamed to gpl-2.0 and lgpl-2.1 respectively. |
9034
85e326413702
2007-07-02 Simon Josefsson <simon@josefsson.org>
Simon Josefsson <simon@josefsson.org>
parents:
8984
diff
changeset
|
275 (There is also a new module gpl-3.0.) |
85e326413702
2007-07-02 Simon Josefsson <simon@josefsson.org>
Simon Josefsson <simon@josefsson.org>
parents:
8984
diff
changeset
|
276 |
8984
6f10d6c95947
Mention yesterday's lchown changes.
Bruno Haible <bruno@clisp.org>
parents:
8949
diff
changeset
|
277 2007-06-16 lchown The include file is changed from "lchown.h" to |
6f10d6c95947
Mention yesterday's lchown changes.
Bruno Haible <bruno@clisp.org>
parents:
8949
diff
changeset
|
278 <unistd.h>. |
6f10d6c95947
Mention yesterday's lchown changes.
Bruno Haible <bruno@clisp.org>
parents:
8949
diff
changeset
|
279 |
8949
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
280 2007-06-09 xallocsa Renamed to xmalloca. The include file "xallocsa.h" |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
281 was remamed to "xmalloca.h". The function was |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
282 renamed: |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
283 xallocsa -> xmalloca |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
284 |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
285 2007-06-09 allocsa Renamed to malloca. The include file "allocsa.h" |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
286 was remamed to "malloca.h". The function-like |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
287 macros were renamed: |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
288 allocsa -> malloca |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
289 freesa -> freea |
e9aa39473d0f
Rename allocsa -> malloca, xallocsa -> xmalloca.
Bruno Haible <bruno@clisp.org>
parents:
8882
diff
changeset
|
290 |
8861
814d6b735b16
* NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering <jim@meyering.net>
parents:
8783
diff
changeset
|
291 2007-05-20 utimens Renamed futimens to gl_futimens, to avoid |
814d6b735b16
* NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering <jim@meyering.net>
parents:
8783
diff
changeset
|
292 conflict with the glibc-2.6-introduced function |
814d6b735b16
* NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering <jim@meyering.net>
parents:
8783
diff
changeset
|
293 that has a different signature. |
814d6b735b16
* NEWS: Mention the incompatible change (s/futimens/gl_futimens/)
Jim Meyering <jim@meyering.net>
parents:
8783
diff
changeset
|
294 |
8783
bb4e89fdfa87
sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
295 2007-05-01 sigprocmask The module now depends on signal, so replace |
bb4e89fdfa87
sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
296 #include "sigprocmask.h" |
bb4e89fdfa87
sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
297 with |
bb4e89fdfa87
sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
298 #include <signal.h> |
bb4e89fdfa87
sigprocmask.h is replaced with <signal.h>.
Bruno Haible <bruno@clisp.org>
parents:
8648
diff
changeset
|
299 |
8648
359d135f748c
Assume 'long double' exists.
Bruno Haible <bruno@clisp.org>
parents:
8620
diff
changeset
|
300 2007-04-06 gettext The macro HAVE_LONG_DOUBLE is no longer set. |
359d135f748c
Assume 'long double' exists.
Bruno Haible <bruno@clisp.org>
parents:
8620
diff
changeset
|
301 You can replace all its uses with 1, i.e. assume |
359d135f748c
Assume 'long double' exists.
Bruno Haible <bruno@clisp.org>
parents:
8620
diff
changeset
|
302 'long double' as a type exists. |
359d135f748c
Assume 'long double' exists.
Bruno Haible <bruno@clisp.org>
parents:
8620
diff
changeset
|
303 |
8608
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
304 2007-04-01 arcfour Renamed to crypto/arcfour. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
305 arctwo Renamed to crypto/arctwo. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
306 des Renamed to crypto/des. |
8619 | 307 gc Renamed to crypto/gc. |
8608
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
308 gc-arcfour Renamed to crypto/gc-arcfour. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
309 gc-arctwo Renamed to crypto/gc-arctwo. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
310 gc-des Renamed to crypto/gc-des. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
311 gc-hmac-md5 Renamed to crypto/gc-hmac-md5. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
312 gc-hmac-sha1 Renamed to crypto/gc-hmac-sha1. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
313 gc-md2 Renamed to crypto/gc-md2. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
314 gc-md4 Renamed to crypto/gc-md4. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
315 gc-md5 Renamed to crypto/gc-md5. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
316 gc-pbkdf2-sha1 Renamed to crypto/gc-pbkdf2-sha1. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
317 gc-random Renamed to crypto/gc-random. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
318 gc-rijndael Renamed to crypto/gc-rijndael. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
319 gc-sha1 Renamed to crypto/gc-sha1. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
320 hmac-md5 Renamed to crypto/hmac-md5. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
321 hmac-sha1 Renamed to crypto/hmac-sha1. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
322 md2 Renamed to crypto/md2. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
323 md4 Renamed to crypto/md4. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
324 md5 Renamed to crypto/md5. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
325 rijndael Renamed to crypto/rijndael. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
326 sha1 Renamed to crypto/sha1. |
345e76b911df
Crypto modules were renamed.
Bruno Haible <bruno@clisp.org>
parents:
8571
diff
changeset
|
327 |
8571 | 328 2007-03-27 vasprintf The module now depends on stdio, so replace |
329 #include "vasprintf.h" | |
330 with | |
331 #include <stdio.h> | |
332 | |
8532 | 333 2007-03-24 tsearch The include file is changed from "tsearch.h" to |
334 <search.h>. | |
335 | |
8507
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
336 2007-03-24 utf8-ucs4 The include file is changed from "utf8-ucs4.h" |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
337 to "unistr.h". |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
338 utf8-ucs4-unsafe The include file is changed from |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
339 "utf8-ucs4-unsafe.h" to "unistr.h". |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
340 utf16-ucs4 The include file is changed from "utf16-ucs4.h" |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
341 to "unistr.h". |
8882 | 342 utf16-ucs4-unsafe The include file is changed from |
343 "utf16-ucs4-unsafe.h" to "unistr.h". | |
8507
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
344 ucs4-utf8 The include file is changed from "ucs4-utf8.h" |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
345 to "unistr.h". |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
346 ucs4-utf16 The include file is changed from "ucs4-utf16.h" |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
347 to "unistr.h". |
2d9de99c11d9
Drop the include files utf8-ucs4.h, utf8-ucs4-unsafe.h, utf16-ucs4.h,
Bruno Haible <bruno@clisp.org>
parents:
8478
diff
changeset
|
348 |
8478 | 349 2007-03-19 iconvme The module is removed. Use module striconv instead: |
350 iconv_string -> str_iconv | |
351 iconv_alloc -> str_cd_iconv (with reversed | |
352 arguments) | |
353 | |
8438
238942284e2f
Allow the use of a destructor for the values stored in the list.
Bruno Haible <bruno@clisp.org>
parents:
8436
diff
changeset
|
354 2007-03-15 list The functions gl_list_create_empty and |
8452
1995f0dca46c
Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents:
8450
diff
changeset
|
355 array-list gl_list_create now take an extra fourth argument. |
1995f0dca46c
Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents:
8450
diff
changeset
|
356 carray-list You can pass NULL. |
1995f0dca46c
Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents:
8450
diff
changeset
|
357 linked-list |
1995f0dca46c
Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents:
8450
diff
changeset
|
358 linkedhash-list |
1995f0dca46c
Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents:
8450
diff
changeset
|
359 avltree-list |
1995f0dca46c
Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents:
8450
diff
changeset
|
360 rbtree-list |
1995f0dca46c
Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents:
8450
diff
changeset
|
361 avltreehash-list |
1995f0dca46c
Mention all modules affected by last change.
Bruno Haible <bruno@clisp.org>
parents:
8450
diff
changeset
|
362 rbtreehash-list |
8438
238942284e2f
Allow the use of a destructor for the values stored in the list.
Bruno Haible <bruno@clisp.org>
parents:
8436
diff
changeset
|
363 |
8436
36bbb949160c
Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents:
8435
diff
changeset
|
364 2007-03-15 oset The function gl_oset_create_empty now takes a |
36bbb949160c
Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents:
8435
diff
changeset
|
365 array-oset third argument. You can pass NULL. |
36bbb949160c
Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents:
8435
diff
changeset
|
366 avltree-oset |
36bbb949160c
Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents:
8435
diff
changeset
|
367 rbtree-oset |
36bbb949160c
Add an element disposal function.
Bruno Haible <bruno@clisp.org>
parents:
8435
diff
changeset
|
368 |
8435
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
369 2007-03-12 des The types and functions in lib/des.h have been |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
370 gc-des renamed: |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
371 |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
372 des_ctx -> gl_des_ctx, tripledes_ctx -> gl_3des_ctx, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
373 des_is_weak_key -> gl_des_is_weak_key, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
374 des_setkey -> gl_des_setkey, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
375 des_makekey -> gl_des_makekey, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
376 des_ecb_crypt -> gl_des_ecb_crypt, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
377 des_ecb_encrypt -> gl_des_ecb_encrypt, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
378 des_ecb_decrypt -> gl_des_ecb_decrypt, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
379 tripledes_set2keys -> gl_3des_set2keys, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
380 tripledes_set3keys -> gl_3des_set3keys, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
381 tripledes_makekey -> gl_3des_makekey, |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
382 tripledes_ecb_crypt -> gl_3des_ecb_crypt. |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
383 |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
384 Also consider using the "gc-des" buffer instead of |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
385 using the "des" module directly. |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
386 |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
387 2007-02-28 xreadlink The module xreadlink was renamed to |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
388 xreadlink-with-size. The function was renamed: |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
389 xreadlink -> xreadlink_with_size. |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
390 |
8450
974cb4afc21f
* NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents:
8447
diff
changeset
|
391 2007-02-18 exit The modules now depend on stdlib, so replace |
974cb4afc21f
* NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents:
8447
diff
changeset
|
392 mkdtemp #include "exit.h" |
974cb4afc21f
* NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents:
8447
diff
changeset
|
393 mkstemp #include "mkdtemp.h" |
974cb4afc21f
* NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents:
8447
diff
changeset
|
394 #include "mkstemp.h" |
974cb4afc21f
* NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents:
8447
diff
changeset
|
395 with |
974cb4afc21f
* NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents:
8447
diff
changeset
|
396 #include <stdlib.h> |
974cb4afc21f
* NEWS: Document stdlib change from 2007-02-18.
Eric Blake <ebb9@byu.net>
parents:
8447
diff
changeset
|
397 |
8447
f4bf8ff7f21b
Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents:
8438
diff
changeset
|
398 2007-01-26 strdup The module now depends on string, so replace |
f4bf8ff7f21b
Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents:
8438
diff
changeset
|
399 #include "strdup.h" |
f4bf8ff7f21b
Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents:
8438
diff
changeset
|
400 with |
f4bf8ff7f21b
Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents:
8438
diff
changeset
|
401 #include <string.h> |
f4bf8ff7f21b
Discuss strdup change.
Simon Josefsson <simon@josefsson.org>
parents:
8438
diff
changeset
|
402 |
8435
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
403 # This is for Emacs. |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
404 # Local Variables: |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
405 # indent-tabs-mode: nil |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
406 # whitespace-check-buffer-indent: nil |
9ffcb6d5f355
List of important user-visible changes.
Bruno Haible <bruno@clisp.org>
parents:
diff
changeset
|
407 # End: |