|
e062ed7a
|
2007-03-16T00:30:06
|
|
Allow the use of a destructor for the values stored in the list.
|
|
814d9601
|
2007-03-16T00:01:29
|
|
Fix compilation error introduced in last commit.
|
|
99f430a8
|
2007-03-15T23:56:13
|
|
Add an element disposal function.
|
|
0e489482
|
2007-03-15T23:40:59
|
|
List of important user-visible changes.
|
|
aac1d00e
|
2007-03-15T23:34:24
|
|
update from texinfo
|
|
eee00907
|
2007-03-15T22:58:36
|
|
* lib/quotearg.c: Include <wctype.h> early, before the definition of
the iswprint macro. Needed on Solaris 2.5.1.
2007-03-12 Bruno Haible <bruno@clisp.org>
* tests/test-printf-frexp.c (main): Declare x as volatile.
2007-03-12 Simon Josefsson <simon@josefsson.org>
* doc/gnulib.texi (Build robot for gnulib): New section.
2007-03-12 Jim Meyering <jim@meyering.net>
* build-aux/bootstrap: New file.
* build-aux/bootstrap.conf: New file, from coreutils.
2007-03-11 Bruno Haible <bruno@clisp.org>
* m4/cycle-check.m4 (gl_CYCLE_CHECK): Require AC_C_INLINE.
2007-03-12 Simon Josefsson <simon@josefsson.org>
* lib/des.h, lib/des.c, lib/gc-gnulib.c: Use gl_ namespace, to
avoid collisions with 'des_setkey'. Reported by Bruno Haible
<bruno@clisp.org>. Also change 'tripledes_' to '3des_'.
2007-03-11 Bruno Haible <bruno@clisp.org>
* m4/locale-tr.m4 (gt_LOCALE_TR_UTF8): If the test program fails to
compile, set LOCALE_TR_UTF8 to 'none' instead of empty.
2007-03-11 Bruno Haible <bruno@clisp.org>
* lib/stdint_.h (INT64_MIN, INTMAX_MIN): Avoid using the ~INT..._MAX
formula. Needed for SunPRO C 5.0.
|
|
02489b32
|
2007-03-12T00:48:31
|
|
Request a "make distclean" after successful "make check", to save disk space.
|
|
33b31e15
|
2007-03-11T23:32:06
|
|
* modules/long-options (Depends-on): Add getopt.
|
|
bbfcbc28
|
2007-03-11T23:28:00
|
|
* modules/modechange (Depends-on): Add stdbool.
|
|
cdedd4ca
|
2007-03-11T23:24:19
|
|
* modules/i-ring (Depends-on): Add stdbool.
|
|
da025cc5
|
2007-03-11T23:19:47
|
|
Depend on stdbool.
|
|
3adb06bc
|
2007-03-11T23:14:58
|
|
mktime.c requires 'inline'.
|
|
e05a1f57
|
2007-03-11T23:09:09
|
|
Require 'restrict'.
|
|
1cc2e7be
|
2007-03-11T22:58:33
|
|
Fix syntax error.
|
|
be32efb0
|
2007-03-11T22:55:55
|
|
Use the system's sprintf function.
|
|
0fd76267
|
2007-03-11T22:40:52
|
|
Work around bug regarding initializers in SunPRO C and Compaq C compilers.
|
|
1c091b64
|
2007-03-11T22:34:33
|
|
Make pointer decrementing code ANSI C compliant.
|
|
e0c76fe0
|
2007-03-11T22:28:43
|
|
Avoid error with SunPRO C 5.0 on Solaris 2.5.1.
|
|
f4c86083
|
2007-03-11T22:19:18
|
|
Avoid test failures.
|
|
b0f35f9d
|
2007-03-11T22:16:19
|
|
Avoid using sed -e "", not supported by AIX sed.
Add optional CONFIGURE_OPTIONS variable.
|
|
b0d9d3aa
|
2007-03-11T22:11:22
|
|
Start the autobuild script with /bin/sh.
|
|
22267180
|
2007-03-11T12:05:24
|
|
Avoid an endless recursion.
|
|
132e1179
|
2007-03-11T12:03:51
|
|
Create also an autobuild script.
|
|
0f62f46a
|
2007-03-11T00:55:27
|
|
Tests for module 'canonicalize-lgpl'.
|
|
5cde6489
|
2007-03-11T00:54:21
|
|
Tests for module 'c-strcase'.
|
|
20229ba9
|
2007-03-11T00:53:00
|
|
Tests for module 'atexit'.
|
|
dd5adad1
|
2007-03-11T00:51:51
|
|
Choose better temporary filenames.
|
|
94fe90cc
|
2007-03-10T16:08:20
|
|
Avoid using the fallback implementation; prefer porting efforts.
|
|
67323e00
|
2007-03-10T15:20:28
|
|
Avoiding the "./configure && make && make distclean" did not work most of the
time.
|
|
8debab49
|
2007-03-10T15:03:27
|
|
Fix typo in last patch.
|
|
2cef813b
|
2007-03-10T14:57:20
|
|
Make "make distcheck" work.
|
|
fee3f58b
|
2007-03-10T14:56:09
|
|
Remve redundant specification.
|
|
33af49ec
|
2007-03-10T14:52:08
|
|
* lib/stdint_.h (int64_t, uint64_t): Don't undefine if 64-bit
types are not being provided by gnulib.
(GL_INT64_T, GL_UINT64_T): New witnesses of whether gnulib 64-bit
types are supported.
|
|
6d21a8b5
|
2007-03-10T11:24:15
|
|
Specify __attribute__ __format__ for GCC.
|
|
53ed71f6
|
2007-03-10T11:20:32
|
|
Treat __strftime__ and __strfmon__ like __scanf__.
|
|
7dfbd250
|
2007-03-10T01:21:30
|
|
Tests for module 'printf-posix'.
|
|
2436c684
|
2007-03-10T01:20:26
|
|
New module 'printf-posix'.
|
|
11a5f148
|
2007-03-10T00:24:51
|
|
Test for internationalization of module 'vasnprintf-posix'.
|
|
794283a4
|
2007-03-10T00:20:53
|
|
The decimal point must be locale dependent.
|
|
d195802a
|
2007-03-09T23:34:42
|
|
* lib/stdlib_.h (EXIT_FAILURE): GNU code expects this to be 1, in
spite of platforms like Tandem/NSK that define it to -1.
|
|
c7416422
|
2007-03-09T14:11:25
|
|
autoupdate
|
|
ed91d041
|
2007-03-09T03:43:46
|
|
Tests for module 'vprintf-posix'.
|
|
253d24cf
|
2007-03-09T03:42:25
|
|
New module 'vprintf-posix'.
|
|
f26a01b9
|
2007-03-09T03:00:45
|
|
Tests for module 'fprintf-posix'.
|
|
685bc46e
|
2007-03-09T02:59:39
|
|
New module 'fprintf-posix'.
|
|
3691d594
|
2007-03-09T02:43:32
|
|
Tests for module 'vfprintf-posix'.
|
|
20b319a6
|
2007-03-09T02:41:51
|
|
Preserve errno.
|
|
d2b0c77a
|
2007-03-09T02:40:14
|
|
New module 'vfprintf-posix'.
|
|
a6fbf3fe
|
2007-03-09T02:27:19
|
|
Fix for glibc-2.3.6.
|
|
5754af88
|
2007-03-09T01:24:32
|
|
Use 'case' statements instead of 'expr' invocations.
|
|
7573ff58
|
2007-03-09T00:55:00
|
|
Tests for module 'fseterr'.
|
|
ff7df21b
|
2007-03-09T00:53:49
|
|
New module 'fseterr'.
|
|
8fac1a69
|
2007-03-09T00:33:15
|
|
Convert tabs in the middle of preprocessor directives.
|
|
ae60ca46
|
2007-03-08T16:34:31
|
|
* users.txt: Add parted.
|
|
ec52e6b6
|
2007-03-08T16:33:38
|
|
ChangeLog: Restore 1500 lines mistakenly removed from the end.
|
|
d853100e
|
2007-03-08T13:45:22
|
|
Info about OpenBSD 4.0.
|
|
8dd2664a
|
2007-03-08T03:48:30
|
|
Make <sys/select.h> self-contained, i.e. make it possible to include it
without prior <sys/types.h>.
|
|
e0a39772
|
2007-03-08T03:24:38
|
|
Whitespace change.
|
|
88200edc
|
2007-03-08T02:46:52
|
|
Make shell snippets copy&pastable.
|
|
3b5b4fc9
|
2007-03-07T23:11:37
|
|
Make <netinet/in.h> self-contained, i.e. allow it to be included without
prior <sys/types.h>.
|
|
9381eb9b
|
2007-03-07T23:08:22
|
|
Make <sys/select.h> self-contained, i.e. make it possible to include it
without prior <sys/types.h>.
|
|
b22f3b41
|
2007-03-07T23:04:53
|
|
Make <sys/socket.h> self-contained, so that it can be included without
prior <sys/types.h>.
|
|
018d784e
|
2007-03-07T22:59:46
|
|
Fix formula.
|
|
782432e7
|
2007-03-07T14:15:40
|
|
vasnprintf not synced anymore
|
|
b1f8b701
|
2007-03-07T03:48:45
|
|
Tests for module 'sprintf-posix'.
|
|
ccd54782
|
2007-03-07T03:47:50
|
|
New module 'sprintf-posix'.
|
|
ffd3c1be
|
2007-03-07T03:28:35
|
|
Tests for module 'vsprintf-posix'.
|
|
9148e4d7
|
2007-03-07T03:27:10
|
|
New module 'vsprintf-posix'.
|
|
31ca435d
|
2007-03-07T03:18:09
|
|
Remove unused dependency.
|
|
2c542d44
|
2007-03-07T03:17:23
|
|
Don't need <stdarg.h> here.
|
|
bc70b087
|
2007-03-07T03:16:29
|
|
Fix last commit: Require gl_STDIO_H_DEFAULTS.
|
|
a86f85cb
|
2007-03-07T02:02:17
|
|
Tests for module 'snprintf-posix'.
|
|
a6a6531c
|
2007-03-07T01:59:05
|
|
New module 'snprintf-posix'.
|
|
04cd5487
|
2007-03-07T01:54:18
|
|
Tests for module 'vsnprintf-posix'.
|
|
adbe810c
|
2007-03-07T01:53:47
|
|
Test for gnulib modules 'snprintf-posix' and 'vsnprintf-posix'.
|
|
42b1663b
|
2007-03-07T01:51:15
|
|
New module 'vsnprintf-posix'.
|
|
b71105a1
|
2007-03-07T01:39:07
|
|
Undo last change.
|
|
6f89cf03
|
2007-03-07T01:34:55
|
|
Test for vasnprintf in the macro that need it.
|
|
959c1e5b
|
2007-03-07T01:14:04
|
|
Fix the test whether frexpl() and ldexpl() are declared. Move the declaration
to <math.h>.
|
|
69baaaa7
|
2007-03-07T01:12:01
|
|
Provide the option to declare the mathl functions also when the 'mathl'
module is not used. Needed for MacOS X.
|
|
bd11bdad
|
2007-03-06T15:12:07
|
|
autoupdate
|
|
a8960f4f
|
2007-03-06T03:38:53
|
|
Provide missing frexpl(), ldexpl() declarations.
|
|
719a72d0
|
2007-03-06T03:38:30
|
|
Special handling for the 'relocatable-prog-wrapper' module.
|
|
44d6eead
|
2007-03-06T03:27:21
|
|
Include <stddef.h>, for size_t.
|
|
2e76da3d
|
2007-03-06T03:19:52
|
|
Include <stddef.h>, for ptrdiff_t.
|
|
4e60bbf3
|
2007-03-06T02:00:30
|
|
Rename a cache variable.
|
|
419ae225
|
2007-03-06T00:53:50
|
|
Add an 8th test, against HP-UX.
|
|
f9a71609
|
2007-03-05T23:51:20
|
|
Mention glibc-2.5.
|
|
1f4aef9d
|
2007-03-05T23:41:21
|
|
Be more conservative about the config.guess results on NetBSD.
|
|
c66eaea3
|
2007-03-05T23:34:36
|
|
Add info about NetBSD 4, which has now borrowed the printf implementation
from FreeBSD.
|
|
f57c588c
|
2007-03-05T23:01:41
|
|
Update with info about HP-UX 10.20.
|
|
990dce77
|
2007-03-05T22:58:25
|
|
Add info about OpenBSD.
|
|
72e4056b
|
2007-03-05T17:09:01
|
|
Add info about some older Cygwin.
|
|
db940a06
|
2007-03-05T03:58:26
|
|
Handle the case of hidden system functions better.
|
|
55cd56d8
|
2007-03-05T03:20:23
|
|
Test a corner case. Exclude two buggy implementations.
|
|
c930ba29
|
2007-03-05T03:14:53
|
|
Oops, fix a couple of bugs in last commit.
|
|
c284d39d
|
2007-03-05T00:39:01
|
|
Tests for module 'vasprintf-posix'.
|
|
c68c756f
|
2007-03-05T00:37:52
|
|
New module 'vasprintf-posix'.
|
|
db199c4e
|
2007-03-05T00:37:10
|
|
Small reorganization.
|
|
5eab08f9
|
2007-03-05T00:28:36
|
|
Remove unused variables.
|