summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-06-08[!_LIBC]: Ensure that the required autoconf test has been run.Jim Meyering
2003-06-08*** empty log message ***Jim Meyering
2003-06-08Update from gnulib.Jim Meyering
2003-06-08.Jim Meyering
2003-06-08Clean up, as part of merge with emacs version of strftime.c.Jim Meyering
(my_strftime) [!_LIBC && HAVE_TZNAME && HAVE_TZSET]: Remove function, now that we can rely on a working tzset function. Ensure that the required autoconf test has been run.
2003-06-08Also undef tzset.Jim Meyering
(rpl_tzset): New function.
2003-06-07Remove definition and uses of __P.Jim Meyering
2003-06-07Add copyright notice.Jim Meyering
Include <stdio.h>.
2003-06-07*** empty log message ***Jim Meyering
2003-06-07Include alloca.h unconditionally.Jim Meyering
2003-06-07*** empty log message ***Jim Meyering
2003-06-07Remove unnecessary parentheses around malloc.Jim Meyering
2003-06-07*** empty log message ***Jim Meyering
2003-06-07Put `Free Software Foundation' in place of my nameJim Meyering
in the copyright comment.
2003-06-07*** empty log message ***Jim Meyering
2003-06-07Include <stddef.h>.Jim Meyering
2003-06-07add copyright years from gnulibJim Meyering
2003-06-06.Jim Meyering
2003-06-06.Jim Meyering
2003-06-06(MOSTLYCLEANFILES): Add alloca.h and alloca.ht.Jim Meyering
(MOSTLYCLEANFILES): Add stdbool.ht.
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stdio.h>, once again, for declaration of sprintf.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stddef.h> unconditionally.Jim Meyering
Include <inttypes.h> as an alternative to <stdint.h>.
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stdint.h> as an alternative to <inttypes.h>.Jim Meyering
2003-06-06Include <stdint.h> as an alternative to <inttypes.h>.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stddef.h>, not <sys/types.h>.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stddef.h>.Jim Meyering
(NULL): Don't define, since <stddef.h> does that.
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <limits.h> without checking for HAVE_LIMITS_H.Jim Meyering
Include <stddefs.h> unconditionally. (NULL): Don't define, since <stddef.h> does that.
2003-06-06*** empty log message ***Jim Meyering
2003-06-06#undef rename before defining rpl_rename.Jim Meyering
[HAVE_CONFIG_H]: Guard inclusion of config.h.
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stddef.h> rather than <sys/types.h>, as we merely need size_t.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stddef.h> rather than <sys/types.h>, as we merely need size_t.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Dont include <stddef.h> or <sys/types.h>; not needed.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06from gnulibJim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stddef.h>.Jim Meyering
(NULL): Don't define, since <stddef.h> does that.
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include <stddef.h>, to get size_t.Jim Meyering
2003-06-06*** empty log message ***Jim Meyering
2003-06-06Include "memcoll.h", which gets us size_t and checksJim Meyering
our interface, instead of including <sys/types.h> (memcoll): Fall back on a simple algorithm using memcmp if strcoll doesn't work.
2003-06-06*** empty log message ***Jim Meyering