|
afd0e4d2
|
2008-03-30T14:36:00
|
|
Tests for module 'EOVERFLOW'.
|
|
75aa45a0
|
2008-03-30T14:34:48
|
|
New module 'EOVERFLOW'.
|
|
67271ef2
|
2008-03-30T14:09:00
|
|
Fix a bug in unistdio routines, introduced on 2007-06-10.
|
|
82752441
|
2008-03-30T12:25:40
|
|
Improve freadseek's efficiency after ungetc.
|
|
cb0bb143
|
2008-03-30T11:32:20
|
|
Use freadptr's return value.
|
|
65e103e0
|
2008-03-30T11:22:43
|
|
Fix ChangeLog entry.
|
|
bdc599c7
|
2008-03-29T21:24:07
|
|
Add hex float support.
* modules/strtod (Depends-on): Add c-ctype.
(Link): Mention POW_LIB.
* lib/strtod.c (strtod): Recognize hex floats. Don't allow
whitespace between 'e' and exponent.
* tests/test-strtod.c (main): Enable hex float tests.
* doc/posix-functions/strtod.texi (strtod): Document what gnulib
now provides.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
de138ad6
|
2008-03-29T13:50:21
|
|
Document various strtod bugs, with some fixes.
* doc/posix-functions/strtod.texi (strtod): Document bugs with
"-0x", "inf", "nan", and hex constants.
* doc/posix-functions/atof.texi (atof): Likewise.
* modules/stdlib (Makefile.am): Support strtod.
* m4/stdlib_h.m4 (gl_STDLIB_H_DEFAULTS): Likewise.
* m4/strtod.m4 (gl_FUNC_STRTOD): Fit in stdlib framework, and
detect additional strtod bugs.
* lib/stdlib.in.h (rpl_strtod): Add declarations.
* lib/strtod.c (strtod): Return -0.0 on negative underflow. Use
bool where appropriate. Parse 'inf' and 'nan'.
* tests/test-strtod.c: New file.
* modules/strtod (Depends-on): Add stdbool, stdlib.
(configure.ac): Turn on module indicator.
* modules/strtod-tests: New module.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
85752366
|
2008-03-29T16:55:56
|
|
Fix ftell on mingw.
* lib/ftell.c (EOVERFLOW): Define if the system lacks it.
* modules/ftell-tests (Depends-on): Add binary-io.
* modules/ftello-tests (Depends-on): Likewise.
* tests/test-ftell.c (main): Enhance test to cover behavior after
ungetc. Enforce binary mode.
* tests/test-ftello.c (main): Likewise.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
16e40377
|
2008-03-29T07:15:50
|
|
Pass test-freadseek on cygwin.
* modules/freadseek (Depends-on): Use freadptr, not freadseek.
* lib/freadseek.c (freadseek): Don't increment beyond bounds of
ungetc buffer.
* tests/test-fflush2.c (main): Fix typo.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
adc924bb
|
2008-03-29T12:59:48
|
|
Disable the fflush-after-ungetc tests, since gnulib currently does not
guarantee consistent results.
|
|
47ce26fc
|
2008-03-28T15:50:04
|
|
Support SHA-224 in gc.
|
|
3f142642
|
2008-03-26T11:27:16
|
|
autoupdate
|
|
2aa75601
|
2008-03-26T01:03:01
|
|
gnumakefile: remove file from $(top_builddir), not from $(top_srcdir)
* modules/gnumakefile (clean-GNUmakefile): Also, use
test ... && ... || : syntax rather than if-then ... fi.
Signed-off-by: Jim Meyering <meyering@redhat.com>
|
|
911b8864
|
2008-03-26T03:03:22
|
|
Tweak the "gettextize and autopoint" section.
|
|
40e3d302
|
2008-03-26T00:06:08
|
|
gnumakefile: Don't double-quote-expand $(VPATH) value.
* modules/gnumakefile (clean-GNUmakefile): Use single quotes.
|
|
5337983b
|
2008-03-25T06:52:49
|
|
autoupdate
|
|
3b3e9653
|
2008-03-21T22:29:37
|
|
Alter GNUmakefile to install into top directory.
* modules/maintainer-makefile: Split, and add dependency...
* modules/gnumakefile: to this new module.
* build-aux/GNUmakefile: Move...
* top/GNUmakefile: ...here.
* build-aux/maint.mk: Move...
* top/maint.mk: ...here.
* MODULES.html.sh (Support for maintaining...): Document new
module.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
8cc09e99
|
2008-03-24T00:29:22
|
|
New options --vc-files, --no-vc-files.
|
|
414d630c
|
2008-03-23T23:49:02
|
|
Fix regex compilation error on HP-UX 11.
|
|
edc93f6c
|
2008-03-23T20:13:23
|
|
Document how to resolve the conflicts between gnulib and gettext.
|
|
63b28b44
|
2008-03-23T14:28:03
|
|
Install files from top/ in the destination directory.
|
|
ca2630ae
|
2008-03-23T12:28:46
|
|
Tweak "gnulib --version" output.
|
|
6a23cb74
|
2008-03-23T12:18:23
|
|
Tweak "gnulib --version" output.
|
|
322cdfd5
|
2008-03-21T07:16:51
|
|
More --version tweaks.
* gnulib-tool (func_version): Obey GNU Coding Standards. Output
date of last ChangeLog entry.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
0666cc28
|
2008-03-21T00:34:04
|
|
* build-aux/GNUmakefile (_have-git-version-gen): Split long line.
|
|
8b7bf418
|
2008-03-20T09:24:13
|
|
VPATH fix.
* build-aux/GNUmakefile (_have_git-version-gen): Look in correct dir.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
216173c7
|
2008-03-20T15:50:57
|
|
Make git-version-gen optional. Add _build-aux variable.
|
|
8a1a492a
|
2008-03-20T06:52:53
|
|
Sync GNUmakefile with coreutils.
* build-aux/GNUmakefile (have-Makefile): Rename...
(_have-Makefile): ...to this, for namespace consideration.
(GNUmakefile.cfg): Include, if present.
(_autoreconf): Define a default.
(_is-dist-target): New rule for rebuilds to pick up intra-release
version.
(maint-cfg.mk): Rename...
(cfg.mk): ...to this.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
644fb0d4
|
2008-03-18T16:19:27
|
|
New script and module: mktempd
* MODULES.html.sh (maint+release support): Add mktempd.
* build-aux/mktempd: New file.
* modules/mktempd: New file.
|
|
19676b37
|
2008-03-17T10:58:47
|
|
update from texinfo
|
|
721177c2
|
2008-03-16T10:28:00
|
|
autoupdate
|
|
a2040312
|
2008-03-15T16:06:44
|
|
Undo last change.
* lib/sha1.c, lib/md5.c: 63 != ~63.
Reported by Andreas Schwab.
|
|
fdc2a188
|
2008-03-15T15:24:39
|
|
sha1.c, md5.c: Hoist a redundant expression.
* lib/sha1.c (sha1_process_bytes): AND-off the low bits in
"ctx->buflen" only once, before calling *_process_block.
* lib/md5.c (md5_process_bytes): Likewise.
|
|
7307a7b6
|
2008-03-14T08:46:18
|
|
Bump copyright year in files generated by gnulib-tool.
* gnulib-tool (func_emit_copyright_notice): Extract copyright from
gnulib-tool, rather than hard-coding it.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
920c6db7
|
2008-03-14T08:24:29
|
|
Fix 'gnulib-tool --version' output to work with git.
* gnulib-tool (func_gnulib_dir): New function, extracted from...
(startup): ...here.
(func_version): Use it to invoke git-version-gen, rather than
relying on CVS keyword expansion. Modernize wording.
(cvsdatestamp, last_checkin_date, version): Kill unused
variables.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
46301374
|
2008-03-13T06:50:28
|
|
autoupdate
|
|
9abdd623
|
2008-03-12T15:38:55
|
|
Merge branch 'master' of ssh://karl@git.sv.gnu.org/srv/git/gnulib
|
|
166ff200
|
2008-03-12T11:57:08
|
|
autoupdate
|
|
afca78ac
|
2008-03-12T14:07:11
|
|
Recognize optional cast of the argument to free.
* build-aux/useless-if-before-free: Update regexps.
|
|
f1880087
|
2008-03-12T11:09:47
|
|
* build-aux/bootstrap (gnulib_tool): Remove trailing blanks.
|
|
fe3f84c4
|
2008-03-12T05:50:20
|
|
Extend AC_LIB_LINKFLAGS to the situation of several libraries provided by a single package.
|
|
4f4b3279
|
2008-03-12T05:46:23
|
|
* build-aux/bootstrap (version_controlled_file): Adapt for SVN
repositories.
|
|
532f65ac
|
2008-03-12T02:57:35
|
|
Avoid conflicts between local macro definitions.
|
|
916b62dd
|
2008-03-11T05:38:53
|
|
Correct the va_copy definition for AIX 5.
|
|
97b56453
|
2008-03-11T05:36:15
|
|
Correct the va_copy definition for AIX 5.
|
|
9ccdfc22
|
2008-03-11T05:28:42
|
|
Document a pitfall.
|
|
83f097cf
|
2008-03-11T05:25:50
|
|
Fix commit from 2007-06-20.
|
|
f58214d6
|
2008-03-10T02:01:23
|
|
Take into account the number of pushed-back bytes (ungetc).
|
|
03400ebf
|
2008-03-10T00:23:20
|
|
Extend freadptr to return also the buffer size.
|
|
f47f70aa
|
2008-03-10T00:00:52
|
|
Explain how to remedy the TeX save_size error.
|
|
0821248d
|
2008-03-09T22:12:55
|
|
Fix mistake in last commit.
|
|
4a11bb6c
|
2008-03-09T22:12:35
|
|
Fix comments in last commit.
|
|
f928e1e7
|
2008-03-08T06:34:47
|
|
autoupdate
|
|
7905b3d2
|
2008-03-07T10:29:54
|
|
update from texinfo
|
|
9d057a11
|
2008-03-07T08:38:32
|
|
autoupdate
|
|
679b14d8
|
2008-03-07T03:34:46
|
|
Make fflush after ungetc work on BSD platforms.
|
|
f9e70e3e
|
2008-03-06T19:18:38
|
|
Likewise for ftello.
* modules/ftello (Dependencies): Add extensions.
* m4/ftello.m4 (gl_FUNC_FTELLO): Require AC_USE_SYSTEM_EXTENSIONS.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
8e9b3595
|
2008-03-06T23:19:33
|
|
Ensure that fseeko is declared when possible.
|
|
387bd3e7
|
2008-03-06T19:51:46
|
|
Avoid line break inside email address.
|
|
07433b23
|
2008-03-06T19:41:21
|
|
Add libgnupdf.
|
|
cff97834
|
2008-03-06T18:46:20
|
|
Talk about "header file", not "header".
|
|
6bf4d146
|
2008-03-06T18:43:12
|
|
Consistent explanation of "Gnulib module: ..." notation.
|
|
8ac36b17
|
2008-03-06T15:00:56
|
|
Small updates.
|
|
4cfdf4b1
|
2008-03-06T13:55:53
|
|
Move the documentation of module 'func' to its own file.
|
|
2d1025c8
|
2008-03-06T12:13:54
|
|
Add entries for recent func module changes.
|
|
764a7485
|
2008-03-06T12:06:19
|
|
Change license to unlimited for func module.
|
|
b4feec41
|
2008-03-06T12:01:44
|
|
Rename __func__ module to func.
Suggested by Eric Blake <ebb9@byu.net>.
|
|
e2b0fa9e
|
2008-03-06T11:16:06
|
|
Minor cleanups of __func__ module, suggested by Eric Blake <ebb9@byu.net>.
|
|
5e4c2e5a
|
2008-03-04T15:37:59
|
|
Add module __func__ to provide C99 __func__ variable.
|
|
8de8489f
|
2008-03-06T10:28:14
|
|
Add pdf target in doc/.
|
|
f90666c1
|
2008-03-05T12:21:47
|
|
Re-license byteswap to LGPLv2+.
|
|
83ab3c0e
|
2008-03-05T10:58:52
|
|
Use unlimited license for inline module.
|
|
1b77f9cd
|
2008-03-04T00:58:30
|
|
Update last ChangeLog entry.
|
|
b7285ef5
|
2008-03-03T12:52:53
|
|
Oops, fix last commit.
|
|
79edddd8
|
2008-03-03T12:49:54
|
|
Add VMS support.
|
|
84a14b9a
|
2008-03-03T12:39:56
|
|
Update VMS specifics.
|
|
8b522e77
|
2008-03-02T21:02:48
|
|
Remove the last dependency on the "free" module.
* m4/readutmp.m4 (gl_READUTMP): Don't require gl_FUNC_FREE.
Reported by Bob Proulx.
|
|
f19812de
|
2008-03-01T12:14:27
|
|
lib/getdelim.c (getdelim): Don't leak memory upon failed realloc.
|
|
7dd49d28
|
2008-02-18T14:12:07
|
|
Remove useless "if" tests before free. Deprecate "free" module.
* doc/posix-functions/free.texi: Mention that this
module is no longer useful.
* modules/free (Notice): Say this module is obsolete.
* modules/readutmp (Depends-on): Remove free.
* lib/save-cwd.c (free_cwd): Remove useless "if" before free.
* lib/putenv.c (putenv): Likewise.
* lib/gc-gnulib.c (gc_cipher_close): Likewise.
* lib/getaddrinfo.c (freeaddrinfo): Likewise.
* tests/test-c-strcasestr.c (main): Likewise.
* tests/test-c-strstr.c (main): Likewise.
* tests/test-mbscasestr1.c (main): Likewise.
* tests/test-mbscasestr2.c (main): Likewise.
* tests/test-mbsstr1.c (main): Likewise.
* tests/test-mbsstr2.c (main): Likewise.
* tests/test-memmem.c (main): Likewise.
* tests/test-strcasestr.c (main): Likewise.
* tests/test-striconv.c (main): Likewise.
* tests/test-striconveh.c (main): Likewise.
* tests/test-striconveha.c (main): Likewise.
* tests/test-strstr.c (main): Likewise.
|
|
2745af10
|
2008-03-02T17:19:20
|
|
* build-aux/git-version-gen: Adjust a comment and the Usage string.
Signed-off-by: Jim Meyering <meyering@redhat.com>
|
|
1871822d
|
2008-03-02T17:17:28
|
|
bootstrap: sync from coreutils again
* build-aux/bootstrap: Remove dangling m4/*.m4 symlinks.
Signed-off-by: Jim Meyering <meyering@redhat.com>
|
|
0c92f4b8
|
2008-03-02T07:01:38
|
|
autoupdate
|
|
03e82390
|
2008-03-01T08:40:22
|
|
Fix bugs in last patch.
* lib/memchr2.c (memchr2): Fix typo.
* tests/test-memchr2.c: Test previous bug, and don't use GNU
extension.
Reported by Bruce Korb.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
12ffac08
|
2008-03-01T16:39:04
|
|
Add ChangeLog entry.
|
|
2e6c567d
|
2008-03-01T09:08:53
|
|
bootstrap: sync from coreutils
* build-aux/bootstrap (update_po_files): Copy a .po file into place
also when the target doesn't exist.
|
|
f91b9f97
|
2008-03-01T06:54:29
|
|
New module 'memchr2'.
* modules/memchr2: New file.
* modules/memchr2-tests: Likewise.
* lib/memchr2.h: Likewise.
* lib/memchr2.c: Likewise, based on memchr.c.
* tests/test-memchr2.c: New test.
* MODULES.html.sh (String handling): Add memchr2.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
9a51440f
|
2008-02-29T15:22:57
|
|
update from texinfo
|
|
eb6697fa
|
2008-02-29T06:59:47
|
|
autoupdate
|
|
ba35bf7e
|
2008-02-29T10:31:01
|
|
Tests for module 'freadseek'.
|
|
e9ad5470
|
2008-02-29T10:29:38
|
|
New module 'freadseek'.
|
|
d76e7fe6
|
2008-02-29T10:49:04
|
|
Add anubis, cpio, mailfromd, mailutils, radius, wydawca.
|
|
bc6aea74
|
2008-02-29T10:30:05
|
|
Update
|
|
8d528238
|
2008-02-29T10:29:06
|
|
(gl_ARGP): Use AC_TRY_LINK to test if program_invocation_name and
program_invocation_short_name are present.
|
|
5a79e1d1
|
2008-02-29T01:08:18
|
|
More tests for freadptr.
|
|
e8014c6b
|
2008-02-29T00:58:02
|
|
Change specification for the sake of ungetc on hypothetic platforms.
|
|
1ddcbefb
|
2008-02-28T06:55:50
|
|
autoupdate
|
|
d65a3f18
|
2008-02-28T16:48:43
|
|
Update
|
|
3a655908
|
2008-02-28T16:48:03
|
|
(source_base, m4_base, doc_base, tests_base): New variables.
(gnulib_tool_options): Do not hardcode base directories, use
the above variables instead.
|
|
d71a1102
|
2008-02-28T15:26:44
|
|
Fix typo in comment.
|