Include gettext.h only in those files that need it.
[gnulib.git] / lib /
2008-06-11 Bruno HaibleInclude gettext.h only in those files that need it.
2008-06-10 Bruno HaibleAdd termsigp argument to execute() and wait_process().
2008-06-10 Bruno HaibleAdd an assertion.
2008-06-10 Bruno HaibleTry to fix waitid() based code.
2008-06-10 Bruno HaibleWork around the Solaris 10 ACE ACLs ABI change.
2008-06-09 Jim Meyeringutimens.c: correct kernel bug work-around
2008-06-09 Jim Meyeringadd more guards around definition of ACE_-related code
2008-06-08 Bruno HaibleAdd me as co-author.
2008-06-08 Bruno HaibleAdd support for AIX ACLs.
2008-06-08 Bruno HaibleAdd support for HP-UX ACLs.
2008-06-08 Bruno HaibleAdd support for Cygwin ACLs.
2008-06-08 Bruno HaibleFix bug with setuid modes in Solaris 10+ code.
2008-06-08 Bruno HaibleAdd support for Solaris 7..10 ACLs.
2008-06-08 Bruno HaibleNew function acl_extended_nontrivial (MacOS X only).
2008-06-08 Bruno HaibleTrivial code simplifications.
2008-06-08 Bruno HaibleComments.
2008-06-08 Bruno HaibleDon't test the ACL_TYPE_DEFAULT ACL on OSF/1.
2008-06-08 Bruno HaibleAdd support for MacOS X ACLs.
2008-06-08 Bruno HaibleFix memory leak introduced on 2008-05-22.
2008-06-08 Bruno HaibleAvoid needing to know the textual representation of...
2008-06-08 Bruno HaibleTrivial code simplifications.
2008-06-07 Bruno HaibleTrivial stylistic improvements.
2008-06-06 Eric BlakeAvoid gcc warning on cygwin.
2008-06-05 Jim Meyeringgenerate argz.c and argz.in.h from glibc sources
2008-06-05 Jim Meyeringutimens.c: work around a probable Linux kernel bug
2008-06-04 Bruno HaibleFix small mistake from 2008-06-01.
2008-06-04 Bruno HaibleNew function for testing triviality of ACL with POSIX...
2008-06-03 Bruno HaibleSimplify #ifs. Put Solaris code after POSIX-like code.
2008-06-03 Eric BlakeProvide futimens/utimensat fallbacks for older kernels.
2008-06-03 Bruno HaibleImprove Tru64 support.
2008-06-03 Bruno HaibleMake acl_entries work reliably.
2008-06-02 Bruno HaibleEnclose definitions in #if for POSIX-draft like API.
2008-06-02 Bruno HaibleDocument qset_acl return value precisely.
2008-06-02 Bruno HaibleSeparate the error handling into a different function.
2008-06-01 Bruno HaibleFix syntax error on DragonFly BSD.
2008-06-01 Voroskoi AndrasFix typo.
2008-06-01 Bruno HaibleUse special-purpose function in DragonFly BSD.
2008-06-01 Bruno HaibleMake create_pipe_* safer w.r.t. file descriptor conflicts.
2008-05-29 Eric BlakePrefer new POSIX 200x interfaces over futimesat.
2008-05-27 Bruno HaibleMake localename.c compile with current mingw.
2008-05-26 Jim Meyeringsha256: do not artificially restrict buffer length...
2008-05-26 Jim Meyeringavoid unaligned access errors, e.g., on sparc
2008-05-26 Jim Meyeringsha512.c: fix typo in comment
2008-05-25 Bruno HaibleRename acl.c to set-mode-acl.c.
2008-05-24 Andreas FärberMake stdbool work on Haiku OS.
2008-05-23 Bruno HaibleImprove support for ACLs on OSF/1.
2008-05-23 Bruno HaibleAdd support for ACLs on OSF/1.
2008-05-23 Bruno HaibleMake copy_acl work on MacOS X 10.5.
2008-05-22 Bruno HaibleMove some declarations from acl.h to acl-internal.h.
2008-05-22 Bruno HaibleSplit off copy_acl function to separate file.
2008-05-21 Bruno HaibleOops, fix syntax error introduced by last commit.
2008-05-21 Bruno HaibleOops, remove stray semicolon added in last commit.
2008-05-21 Bruno HaibleAvoid one more warning from gcc.
2008-05-21 Jim Meyeringavoid another warning from gcc
2008-05-21 Jim Meyeringavoid a warning from gcc
2008-05-20 Jim Meyeringremove trailing blanks
2008-05-20 Bruno HaibleFix syntax of --keyword option.
2008-05-19 Bruno HaibleRemove trailing spaces.
2008-05-19 Simon JosefssonSync gnulib base64 with coreutils base64.
2008-05-19 Jim Meyeringavoid a warning from gcc
2008-05-18 Bruno HaibleNew module 'propername', moved here from GNU gettext.
2008-05-17 Bruno HaibleAvoid some warnings from "gcc -Wshadow".
2008-05-15 Eric BlakeFix violation of <stdbool.h> replacement in regex.
2008-05-15 Eric BlakeFix violation of <stdbool.h> replacement in regex.
2008-05-15 Eric BlakeGlibc finally accepted the memmem speedup code, bugzill...
2008-05-15 Paolo Bonzinioptimize double anchors such as ^$
2008-05-15 Bruno HaibleHelp GCC to do better code generation.
2008-05-14 Eric BlakeSplit xmemdup0 into its own module.
2008-05-12 Bruno HaibleTailor the linebreaking algorithm.
2008-05-12 Bruno HaibleUpdate to Unicode 5.0.0.
2008-05-11 Bruno HaibleFix whitespace.
2008-05-11 Bruno HaibleMove gen-lbrkprop from GNU gettext to here.
2008-05-11 Bruno HaibleUpdate license to GPLv3+.
2008-05-11 Jim MeyeringNew modules: crypto/sha256, crypto/sha512 (from coreutils)
2008-05-11 Bruno HaibleUpdate comments.
2008-05-10 Jim MeyeringMake chdir-safer.c more efficient on a system with...
2008-05-10 Jim MeyeringMake chdir-safer.c slightly safer.
2008-05-10 Jim MeyeringAvoid compile failure on systems without ELOOP (like...
2008-05-10 Bruno HaibleUse case-insensitive comparison.
2008-05-10 Bruno HaibleUse u8_conv_from_encoding instead of using special...
2008-05-10 Bruno HaibleSplit up the 'linebreak' module.
2008-05-09 Eric BlakeAdd xmemdup0.
2008-05-05 Jim Meyeringgetaddrinfo.h: handle undefined EAI_NODATA
2008-05-01 Bruno HaibleFix computation of newsize during reallocation.
2008-05-01 Bruno HaibleAdd comments.
2008-04-30 Jim Meyeringavoid a warning from gcc
2008-04-30 Eric BlakeOptimize getndelim2 to use block operations when possible.
2008-04-29 Eric BlakeUse new header.
2008-04-29 Eric BlakeSilence valgrind on safe reads beyond potential array...
2008-04-29 Bruno HaibleEnable gnulib's <arpa/inet.h> replacement also when...
2008-04-29 Eric BlakeTest getndelim2.
2008-04-29 Bruno HaibleUse 'raise'.
2008-04-29 Bruno HaibleExpect rpmatch to be declared.
2008-04-29 Bruno HaibleDeclare rpmatch.
2008-04-29 Bruno HaibleChange rpmatch to use nl_langinfo when appropriate.
2008-04-28 Eric BlakeAdd rawmemchr module, matching glibc.
2008-04-28 Eric BlakeWhitespace cleanup.
2008-04-28 Eric BlakeOptimize and test strchrnul.
2008-04-28 Eric BlakeRemove intprops dependency.
2008-04-28 Simon JosefssonMove inet_ntop and inet_pton declarations to arpa/inet.h.
next