projects
/
pspp
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
pspp
2008-02-06
Bruno Haible
Fix bug introduced on 2007-06-10.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-05
Karl Berry
autoupdate
commit
|
commitdiff
|
tree
|
snapshot
2008-02-05
Peter O'Gorman
getloadavg: use libperfstat on AIX5
commit
|
commitdiff
|
tree
|
snapshot
2008-02-03
Bruno Haible
Add comments about required includes.
commit
|
commitdiff
|
tree
|
snapshot
2008-02-02
Bruno Haible
users.txt: Add gnuit.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Bruno Haible
Mark set_uint32 function as 'inline'.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Jim Meyering
Use "sizeof VAR", rather than a literal "4".
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Simon Josefsson
Fix typo. Suggested by Jim.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Simon Josefsson
Add sha1 self test.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Simon Josefsson
Add SHA1_DIGEST_SIZE #define to sha1.h.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Jim Meyering
Prefer "sizeof v" over the equivalent "4".
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Jim Meyering
vc-list-files: new module
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Simon Josefsson
sha1.c (set_uint32): Mark function as static.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Simon Josefsson
md2: clarify comments to say that alignment is not...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Simon Josefsson
md4: adapt alignment constraint fix from sha1.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Simon Josefsson
md5: adapt alignment constraint fix from sha1.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-31
Peter Palfrader
sha1: remove the result buffer alignment constraint
commit
|
commitdiff
|
tree
|
snapshot
2008-01-30
Andreas Schwab
Fix autoconf test bug introduced on 2008-01-15.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-30
Karl Berry
log
commit
|
commitdiff
|
tree
|
snapshot
2008-01-30
Karl Berry
try to preserve x bits
commit
|
commitdiff
|
tree
|
snapshot
2008-01-30
Karl Berry
autoupdate
commit
|
commitdiff
|
tree
|
snapshot
2008-01-29
Jim Meyering
vasnprintf.c: Avoid warning about unused label
commit
|
commitdiff
|
tree
|
snapshot
2008-01-26
Bruno Haible
Add credits to ChangeLog entry.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-26
Bruno Haible
Use the GCC built-in __builtin_isnanl (if it works).
commit
|
commitdiff
|
tree
|
snapshot
2008-01-26
Bruno Haible
Make use of GCC's __builtin_isnan.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-26
Bruno Haible
Use the GCC built-in when available.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-26
Bruno Haible
Rename isnan, applicable to 'double' only, to isnand.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-26
Bruno Haible
Exploit the __builtin_signbit GCC built-in.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-25
Jim Meyering
Prefer <config.h> over "config.h". See autoconf doc...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-25
Simon Josefsson
Add self-test for sockets module.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-24
Simon Josefsson
Add module sockets.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-24
Karl Berry
exec
commit
|
commitdiff
|
tree
|
snapshot
2008-01-24
Karl Berry
autoupdate
commit
|
commitdiff
|
tree
|
snapshot
2008-01-20
Karl Berry
autoupdate
commit
|
commitdiff
|
tree
|
snapshot
2008-01-19
Bruno Haible
Rename two directories: headers -> posix-headers, funct...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-19
Bruno Haible
Incorporate existing strcasestr doc into new doc structure.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-19
Bruno Haible
Incorporate existing memmem doc into new doc structure.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-19
Bruno Haible
New documentation of GNU libc functions.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-18
Bruno Haible
Fix a printf statement.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Karl Berry
autoupdate
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Simon Josefsson
New module gethostname-tests.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Simon Josefsson
Need string.h unconditionally, for strncpy or strcpy.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-17
Eric Blake
Convert c-strcasestr to be more efficient.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Paolo Bonzini
* build-aux/bootstrap (MSGID_BUGS_ADDRESS): New overrid...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Simon Josefsson
Disable secure memory in gc-libgcrypt.c.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Simon Josefsson
Need string.h for strcpy in gethostname module.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-16
Paul Eggert
Fix problem with getdate on mingw32 reported by Simon...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Bruno Haible
Work around a MacOS X 10.5 bug in frexpl().
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Eric Blake
Touch up previous patch.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Eric Blake
Convert strcasestr module to use Two-Way algorithm.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-15
Bruno Haible
Replace strsignal if it does not work fine.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Bruno Haible
Fix documentation of include file.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Colin Watson
Make the functions argp_error, argp_failure known to...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Karl Berry
autoupdate
commit
|
commitdiff
|
tree
|
snapshot
2008-01-14
Bruno Haible
Typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-13
Colin Watson
Tests for module 'strsignal'.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-13
Colin Watson
New module 'strsignal'.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-13
Eric Blake
Restore executable bits.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-13
Bruno Haible
Avoid unsupported locales on OpenBSD.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-13
Bruno Haible
Don't redefine __attribute__ without a need.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-13
Karl Berry
autoupdate
commit
|
commitdiff
|
tree
|
snapshot
2008-01-12
Bruno Haible
Add documentation chapter about the glibc header files.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-12
Jim Meyering
announce-gen: emit Gnulib's git-based version string.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-12
Jim Meyering
* build-aux/announce-gen: Also check for lzma-compresse...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-12
Bruno Haible
Increase the maximum allowed time for the test.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-12
Bruno Haible
More notes about specific platforms.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-11
Eric Blake
fix typo
commit
|
commitdiff
|
tree
|
snapshot
2008-01-11
Eric Blake
* m4/strstr.m4: Delete cruft from copy-n-paste.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-11
Bruno Haible
Make c-strstr rely on strstr.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-11
Bruno Haible
Add documentation for the c-* modules.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Eric Blake
Fix a comment.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Eric Blake
Share two-way algorithm.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Eric Blake
Avoid quadratic strstr implementations.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Bruno Haible
Make it possible to avoid all memory leaks when calling...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Bruno Haible
Update copyright year.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Colin Watson
* lib/canonicalize-lgpl.c [!_LIBC]: Fix typo in #if...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Bruno Haible
Small tweaks to memmem module.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Bruno Haible
Work around OpenBSD 4.0 tdelete() bug.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Bruno Haible
Fix test failure on OpenBSD 4.0.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Bruno Haible
Undo the commit dced91140ad8eb666ed6cc6192fb486dadf623bb.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-10
Paul Eggert
gl_FUNC_ALLOCA no longer defines HAVE_ALLOCA_H uncondit...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-09
Eric Blake
Add memmem-simple module.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-09
Eric Blake
Give gcc some memmem optimization hints.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-09
Ralf Wildenhues
Support AIX 6.1 and higher.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-09
Bruno Haible
Handle the particular PRIdMAX values on MacOS X and...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-09
Bruno Haible
Add missing module dependencies.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Bruno Haible
Document the knuth_morris_pratt calling convention...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Bruno Haible
Detect wcwidth bug on OpenBSD 4.0.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Eric Blake
Rewrite memmem to guarantee linear complexity without...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Bruno Haible
Remove unnecessary TESTS_ENVIRONMENT setting.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Mike Frysinger
Add a configure time option: --disable-acl.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Simon Josefsson
Update localename-tests for setenv changes.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Ralf Wildenhues
* DEPENDENCIES: Require Texinfo version 4.6 or newer.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Colin Watson
Add man-db.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Bruno Haible
No need to drop periods from section names.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-08
Bruno Haible
Don't strip off a leading "lt-" prefix outside a .libs...
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Bruno Haible
Improve memory cleanup in 'relocatable' module.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Bruno Haible
Relax test, so that it passes on older glibc systems.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-07
Ralf Wildenhues
autoupdate.
commit
|
commitdiff
|
tree
|
snapshot
2008-01-05
Karl Berry
autoupdate
commit
|
commitdiff
|
tree
|
snapshot
next