gnulib.git
2010-01-25 Pádraig Bradysyntax-check: detect incorrect boolean macro values...
2010-01-25 Jim Meyeringbootstrap: detect MacOS 10.6's shasum, too
2010-01-25 Jim Meyeringxstrtoll: new module
2010-01-25 Bruno HaibleTests for module 'yn'.
2010-01-25 Bruno HaibleTests for module 'y1'.
2010-01-25 Bruno HaibleTests for module 'y0'.
2010-01-25 Bruno HaibleTests for module 'tanh'.
2010-01-25 Bruno HaibleTests for module 'tan'.
2010-01-25 Bruno HaibleTests for module 'sqrt'.
2010-01-25 Bruno HaibleTests for module 'sinh'.
2010-01-25 Bruno HaibleTests for module 'sin'.
2010-01-25 Bruno HaibleTests for module 'rint'.
2010-01-25 Bruno HaibleTests for module 'remainder'.
2010-01-25 Bruno HaibleTests for module 'pow'.
2010-01-25 Bruno HaibleTests for module 'nextafter'.
2010-01-25 Bruno HaibleTests for module 'modf'.
2010-01-25 Bruno HaibleTests for module 'logb'.
2010-01-25 Bruno HaibleTests for module 'log1p'.
2010-01-25 Bruno HaibleTests for module 'log10'.
2010-01-25 Bruno HaibleTests for module 'log'.
2010-01-25 Bruno HaibleTests for module 'lgamma'.
2010-01-25 Bruno HaibleTests for module 'ldexp'.
2010-01-25 Bruno HaibleTests for module 'jn'.
2010-01-25 Bruno HaibleTests for module 'j1'.
2010-01-25 Bruno HaibleTests for module 'j0'.
2010-01-25 Bruno HaibleTests for module 'hypot'.
2010-01-25 Bruno HaibleTests for module 'fmod'.
2010-01-25 Bruno HaibleTests for module 'fabs'.
2010-01-25 Bruno HaibleTests for module 'exp'.
2010-01-25 Bruno HaibleTests for module 'erfc'.
2010-01-25 Bruno HaibleTests for module 'erf'.
2010-01-25 Bruno HaibleTests for module 'cosh'.
2010-01-25 Bruno HaibleTests for module 'cos'.
2010-01-25 Bruno HaibleTests for module 'copysign'.
2010-01-25 Bruno HaibleTests for module 'cbrt'.
2010-01-25 Bruno HaibleTests for module 'atan2'.
2010-01-25 Bruno HaibleTests for module 'atan'.
2010-01-25 Bruno HaibleTests for module 'asin'.
2010-01-25 Bruno HaibleTests for module 'acos'.
2010-01-25 Bruno HaibleFix tests for common <math.h> functions.
2010-01-24 Bruno HaibleTests: Defeat inlining of math functions by GCC >=...
2010-01-24 Bruno HaibleProvide EXEEXT and srcdir in TESTS_ENVIRONMENT by default.
2010-01-24 Bruno HaibleMore documentation.
2010-01-24 Jim Meyeringmaint.mk: do not prepend "./" after filtering
2010-01-24 Jim Meyeringdefine STREQ(a,b) consistently, removing useless parent...
2010-01-23 Jim Meyeringmaint.mk: fix syntax-check in a non-srcdir build directory
2010-01-23 Karl Berryautoupdate
2010-01-22 Jim Meyeringuserspec-tests: test the userspec module
2010-01-21 Jim Meyeringmaint.mk: make VC_LIST_EXCEPT robustly handle a srcdir...
2010-01-21 Jiri Denemarkmaint.mk: fix VC_LIST_EXCEPT for srcdir != builddir
2010-01-20 Eric Blakewarn-on-use: use instead of link-warning
2010-01-20 Bruno HaibleAvoid duplicate -lm.
2010-01-19 Bruno Haiblelanginfo, nl_langinfo: Relicense under LGPLv2+.
2010-01-19 Bruno HaibleAvoid compilation error with cc on OSF/1 5.1.
2010-01-19 Bruno HaibleAvoid a link error due to the __printf__ symbol.
2010-01-19 Bruno HaibleTests for module 'tanl'.
2010-01-19 Bruno HaibleTests for module 'sqrtl'.
2010-01-19 Bruno HaibleTests for module 'sinl'.
2010-01-19 Bruno HaibleTests for module 'logl'.
2010-01-19 Bruno HaibleTests for module 'expl'.
2010-01-19 Bruno HaibleTests for module 'cosl'.
2010-01-19 Bruno HaibleTests for module 'atanl'.
2010-01-19 Bruno HaibleTests for module 'asinl'.
2010-01-19 Bruno HaibleTests for module 'acosl'.
2010-01-19 Bruno HaibleNew modules acosl, asinl, atanl, cosl, expl, logl,...
2010-01-19 Bruno Haiblesqrt: Make gl_FUNC_SQRT requirable.
2010-01-19 Bruno HaibleNew modules for common <math.h> functions.
2010-01-18 Jim Meyeringignore-value: relax license to LGPLv2+
2010-01-18 Jim Meyeringgetdate: don't leak when TZ contains two or more '"'s
2010-01-18 Jim Meyeringreadtokens: do not leak internal token_lengths buffer
2010-01-17 Ralf WildenhuesFix a couple of missing LIBTHREAD link failures on...
2010-01-17 Ralf WildenhuesLink test-poll against INET_PTON_LIB.
2010-01-17 Bruno Haibleunistdio/*-sprintf: Fix typo in module description.
2010-01-17 Ralf Wildenhuesgnulib-tool: fix filelist for AIX, HP-UX ksh.
2010-01-17 Ralf WildenhuesSplit large sed scripts, for HP-UX sed.
2010-01-17 Ralf Wildenhuesgnulib-tool: avoid writing in the current directory.
2010-01-16 Jim Meyeringdoc: update users.txt
2010-01-12 Bruno Haibleposix_spawn: Avoid test failure on Cygwin.
2010-01-12 Bruno Haiblecond: When skipping the test, show the reason.
2010-01-12 Simon Josefssonlib/striconv.c (str_cd_iconv): Avoid if before free.
2010-01-12 Simon Josefssontop/maint.mk (VC_LIST_EXCEPT): Filter list through...
2010-01-12 Simon Josefssonbuild: guarantee AS_VAR_IF
2010-01-12 Simon Josefssonlib/stdio.in.h: Fix typo.
2010-01-12 Simon Josefssonm4/gc.m4: Check if linking to libgcrypt also needs...
2010-01-12 Simon Josefssontests/test-xalloc-die.sh: Use $EXEEXT.
2010-01-12 Bruno Haiblegetlogin, getlogin_r: Avoid test failure.
2010-01-12 Eric Blaketests: avoid more large file warnings
2010-01-11 Bruno Haiblenproc: Work better on Linux when /proc and /sys are...
2010-01-11 Bruno Haiblenproc: Refactor.
2010-01-11 Jim Meyeringutimecmp: avoid new warning from upcoming gcc-4.5.0
2010-01-11 Eric Blakemath: add portability warnings for classification macros
2010-01-11 Eric Blakeunistd: warn on use of environ without module
2010-01-11 Eric Blakestdio: warn on suspicious uses
2010-01-11 Eric Blakewarn-on-use: new module
2010-01-10 Bruno HaibleTests for module 'unistr/u32-strdup'.
2010-01-10 Bruno HaibleTests for module 'unistr/u16-strdup'.
2010-01-10 Bruno HaibleTests for module 'unistr/u8-strdup'.
2010-01-10 Bruno HaibleTests for module 'unistr/u32-strncmp'.
2010-01-10 Bruno HaibleTests for module 'unistr/u16-strncmp'.
2010-01-10 Bruno HaibleTests for module 'unistr/u8-strncmp'.
next