|
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>
|
|
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.
|
|
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.
|
|
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.
|
|
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.
|
|
e2b0fa9e
|
2008-03-06T11:16:06
|
|
Minor cleanups of __func__ module, suggested by Eric Blake <ebb9@byu.net>.
|
|
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.
|
|
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>
|
|
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.
|
|
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>
|
|
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
|
|
5a79e1d1
|
2008-02-29T01:08:18
|
|
More tests for freadptr.
|
|
d65a3f18
|
2008-02-28T16:48:43
|
|
Update
|
|
d71a1102
|
2008-02-28T15:26:44
|
|
Fix typo in comment.
|
|
4bf3a252
|
2008-02-28T13:21:06
|
|
Tests for module 'freadptr'.
|
|
56690adc
|
2008-02-28T13:19:17
|
|
New module 'freadptr'.
|
|
25071b01
|
2008-02-27T00:09:20
|
|
Sync from Libtool:
* libltdl/argz.c (argz_add, argz_count): New functions.
* libltdl/argz.in.h: Declare them.
Report by Juan Manuel Guerrero <juan.guerrero@gmx.de>.
|
|
9ded0d63
|
2008-02-24T18:40:04
|
|
Fix a build problem on HP-UX 10.
|
|
6e99bc97
|
2008-02-24T16:58:50
|
|
Tests for module 'environ'.
|
|
22eb7728
|
2008-02-24T16:40:15
|
|
New module 'environ'.
|
|
ed6d305b
|
2008-02-24T15:31:00
|
|
Documentation about problem on MacOS X 10.
|
|
511e2bf8
|
2008-02-21T09:07:10
|
|
Enable use of older two part flavor 'git describe'.
* build-aux/git-version-gen: If using the older two part flavor of
git version then recreate the third part now present in the
newer three part flavor of git describe.
|
|
5b4cf2a6
|
2008-02-20T12:15:12
|
|
* lib/fts.c (fts_build): Typo correction to comment.
|
|
3239f178
|
2008-02-20T10:42:48
|
|
* ChangeLog: Indent copyright notice to avoid "make distcheck" failure in coreutils.
|
|
82909c26
|
2008-02-18T13:00:11
|
|
Restore the ChangeLog's truncated tail.
|
|
ea180b80
|
2008-02-18T03:36:33
|
|
Avoid generating no-op conflicts.
|
|
0eb77fc8
|
2008-02-18T03:11:40
|
|
Speed up by 10%.
|
|
65bd1047
|
2008-02-18T03:09:00
|
|
Speed up by 25%.
|
|
29b57c22
|
2008-02-18T02:41:03
|
|
Speed up from O(n^2) to O(n).
|
|
5f193761
|
2008-02-18T01:55:47
|
|
New option --split-merged-entry.
|
|
177498a1
|
2008-02-17T15:42:34
|
|
Support the "git pull --rebase" situation.
|
|
3d986f52
|
2008-02-16T07:40:47
|
|
Avoid doubling \ in common case of "c-maybe" quoting style.
* lib/quotearg.c (quotearg_buffer_restyled): Don't escape \ when
eliding outer quotes.
* lib/quotearg.h: Document this.
* tests/test-quotearg.c (result_strings, inputs, results_g)
(flag_results, locale_results): Test it by adding a new string to
each test group.
(compare_strings): Test new string.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
df4e570b
|
2008-02-13T21:46:03
|
|
Avoid trigraph quoting in default output.
* lib/quotearg.h (enum quoting_flags): Add QA_SPLIT_TRIGRAPHS.
* lib/quotearg.c (quotearg_buffer_restyled): Don't quote trigraphs
unless explicitly requested.
* tests/test-quotearg.c (flag_results, main): Add additional tests.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
a76230b7
|
2008-01-23T17:48:40
|
|
Don't rely on signed integer overflowing to negative value.
* lib/getugroups.c (getugroups): Include <limits.h>.
Instead, compare against INT_MAX, and increment only if the test passes.
|
|
d1ae289c
|
2008-02-13T07:41:22
|
|
Avoid shadowing warning and compile errors on Linux.
* tests/test-quotearg.c [ENABLE_NLS]: Disable <libintl.h>
forwarding macros on Linux.
(dcgettext): Define a stub, for Linux.
(results_g, main): Avoid warnings.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
cbfa4bf0
|
2008-02-12T21:05:57
|
|
Silence warning in last patch.
* lib/quotearg.c (quotearg_buffer_restyled): Add missing const.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
05230b80
|
2008-02-12T11:42:29
|
|
Quotearg part 4: add tests, fix c-maybe colon quoting.
* lib/quotearg.h: Improve documentation.
* lib/quotearg.c (quotearg_buffer_restyled): Don't add extra
escapes when adding outer quotes. When quoting trigraphs, use
valid C notation. When quoting NUL, omit extra characters if next
character is not digit. Alter prototype.
(quotearg_buffer, quotearg_alloc_mem, quotearg_n_options): Adjust
callers.
* modules/quotearg-tests: New module.
* tests/test-quotearg.c: New test.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
74dd1966
|
2008-02-07T16:44:01
|
|
Quotearg part 3: add flag to control outer quote elision.
* lib/quotearg.h (c_maybe_quoting_style): New style.
(enum quoting_flags): Better documentation of flags.
* lib/quotearg.c (quoting_style_args, quoting_style_vals): Add
c-maybe style.
(quotearg_buffer_restyled): Handle new flag to elide outer
quotes.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
71e66c91
|
2008-02-07T14:35:51
|
|
Quotearg part 2: add flag that can control NUL elision.
* lib/quotearg.h (set_quoting_flags): New prototype.
* lib/quotearg.c (struct quoting_options): Add flag field.
(set_quoting_flags): New function.
(quotearg_buffer_restyled): Add flags parameter.
(quotearg_alloc_mem): Set the flag if length cannot be returned.
(quotearg_n_options): Set the flag, since length cannot be
returned.
(quoting_options_from_style): Default flags correctly.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
2aa21ba3
|
2008-02-07T06:39:57
|
|
Quotearg part 1: more wrappers, restore quotearg_char state.
* lib/quotearg.h (quotearg_alloc_mem, quotearg_n_mem)
(quotearg_mem, quotearg_style_mem, quotearg_char_mem)
(quotearg_colon_mem): New wrappers.
* lib/quotearg.c (quotearg_alloc, quotearg_char): Rewrite...
(quotearg_alloc_mem, quotearg_char_mem): ...in terms of these new
functions.
(quotearg_n_mem, quotearg_mem, quotearg_style_mem)
(quotearg_colon_mem): New functions.
Signed-off-by: Eric Blake <ebb9@byu.net>
|
|
e905aadb
|
2008-02-13T00:23:23
|
|
Give credit to a bug reporter.
|
|
886f5e7f
|
2008-02-12T00:13:34
|
|
Improve reference to ./libgnu.a.
|
|
63fdbedf
|
2008-02-11T13:27:09
|
|
Specify custom merge drivers.
|
|
82a3a02c
|
2008-02-11T09:10:21
|
|
useless-if-before-free: Fix reversed exit values.
* build-aux/useless-if-before-free: Use correct values
for EXIT_MATCH and EXIT_NO_MATCH.
|
|
57edc5b2
|
2008-02-11T08:34:27
|
|
useless-if-before-free: Close stdout carefully.
|
|
521cc733
|
2008-02-11T01:16:24
|
|
New module 'git-merge-changelog'.
|
|
e331db7c
|
2008-02-10T23:18:09
|
|
useless-if-before-free: New option: --list (-l).
|
|
5dff90cb
|
2008-02-10T20:42:00
|
|
Add a better summary to previous ChangeLog entry.
|
|
450a2534
|
2008-02-10T20:40:47
|
|
* build-aux/useless-if-before-free: Exit 2 for errors.
Upon failure to open a file, don't exit immediately.
Rather, just warn and continue with any remaining files.
|
|
92877a2d
|
2008-02-10T19:35:54
|
|
New abstract list operation 'node_set_value'.
|
|
506bbd42
|
2008-02-10T19:22:48
|
|
Avoid gcc warnings due to misplaced 'const'.
|
|
2dc03a42
|
2008-02-10T17:15:06
|
|
New script and module: useless-if-before-free
* MODULES.html.sh (maint+release support): Add useless-if-before-free.
* build-aux/useless-if-before-free: New file.
* modules/useless-if-before-free: New file.
|
|
6b6013cf
|
2008-02-10T17:12:20
|
|
gitlog-to-changelog: Add omitted ChangeLog entry.
|
|
acdd5946
|
2008-02-10T11:05:12
|
|
* build-aux/gitlog-to-changelog: Use committer date, not author date.
|
|
6878fc73
|
2008-02-10T09:49:40
|
|
xstrtol_error: Fix typo.
* lib/xstrtol-error.c (xstrtol_error): The parameter was unused:
s/exit_failure/exit_status/.
|
|
81eb8486
|
2008-02-08T17:49:35
|
|
Avoid two "parameter unused" warnings.
* lib/stat-time.h (get_stat_birthtime_ns, get_stat_birthtime):
Mark "st" as used.
|
|
5145cf14
|
2008-02-08T11:35:02
|
|
Use "git COMMAND", not "git-COMMAND".
* build-aux/bootstrap (version_controlled_file): s/git-rm/git-rm/.
* build-aux/announce-gen (get_tool_versions): Correct a diagnostic.
|
|
77b76ce0
|
2008-02-08T11:31:54
|
|
* build-aux/git-version-gen: Use "git status", not "git-status".
|
|
ba739e56
|
2008-02-08T02:32:48
|
|
Don't use %n on native Woe32 systems, to avoid a crash on Windows Vista systems.
|
|
8c1ff975
|
2008-02-07T02:12:24
|
|
Tweak ChangeLog entry.
|
|
6cad9c91
|
2008-02-07T02:08:13
|
|
Fix *printf behaviour regarding the left-adjust flag on HP-UX 10.20.
|
|
e2cc522f
|
2008-02-07T01:47:53
|
|
Fix bug introduced on 2008-01-26.
|
|
e302472d
|
2008-02-06T23:58:36
|
|
Fix bug introduced on 2007-06-10.
|
|
44cf2af4
|
2008-02-03T09:15:52
|
|
getloadavg: use libperfstat on AIX5
* lib/getloadavg.c, m4/getloadavg.m4 [aix]: Use libperfstat
|
|
1fe8736c
|
2008-02-03T21:06:40
|
|
Add comments about required includes.
|
|
5ee75f6e
|
2008-02-02T03:41:28
|
|
users.txt: Add gnuit.
|
|
ca89940f
|
2008-01-31T23:37:55
|
|
Mark set_uint32 function as 'inline'.
|