summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2003-01-08*** empty log message ***Jim Meyering
2003-01-08Undefine and define-away `const' after inclusionJim Meyering
of errno.h, not before. Suggestion from Bruno Haible.
2003-01-07*** empty log message ***Jim Meyering
2003-01-07.Jim Meyering
2003-01-07tweak commentJim Meyering
2003-01-07*** empty log message ***Jim Meyering
2003-01-07Rework so that it may serve to define full_read, too.Jim Meyering
2003-01-07Simply #define FULL_READ and include full-write.c.Jim Meyering
2003-01-062002-12-10 Paul Eggert <eggert@twinsun.com>Jim Meyering
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7. (FNM_CASEFOLD, FNM_LEADING_DIR): Define to 0 if not defined (e.g., a pure POSIX system). (EXCLUDE_macros_do_not_collide_with_FNM_macros): Use FNM_PATHNAME instead of FNM_FILE_NAME, for compatibility with pure POSIX sytems.
2003-01-062002-12-10 Paul Eggert <eggert@twinsun.com>Jim Meyering
Port exclude.c and exclude.h to more non-GNU systems, e.g. Solaris 7. (EXCLUDE_ANCHORED, EXCLUDE_INCLUDE, EXCLUDE_WILDCARDS): Choose values that are less likely to collide with system fnmatch options.
2003-01-06(libfetish_a_SOURCES): Add full-read.c and full-read.h.Jim Meyering
2003-01-06.Jim Meyering
2003-01-06Include full_read.h.Jim Meyering
(get_fs_usage): Use full_read instead of safe_read.
2003-01-06*** empty log message ***Jim Meyering
2003-01-06(strdup): Remove unused declaration.Jim Meyering
2003-01-06(get_date): Test HAVE_STRUCT_TM_TM_ZONE, not HAVE_TM_ZONE.Jim Meyering
2003-01-06(utime_null): No need to call ftruncate if the file wasJim Meyering
nonempty. Patch by Bruno Haible. (utime_null): Use SAFE_READ_ERROR.
2003-01-04*** empty log message ***Jim Meyering
2003-01-04Update copyright date.Jim Meyering
2003-01-03*** empty log message ***Jim Meyering
2003-01-03(libfetish_a_SOURCES): Add cycle-check.c, cycle-check.h, and dev-ino.h.Jim Meyering
2003-01-03.Jim Meyering
2002-12-21.Jim Meyering
2002-12-21*** empty log message ***Jim Meyering
2002-12-21.Jim Meyering
2002-12-15(libfetish_a_SOURCES): Add strftime.h.Jim Meyering
2002-12-15*** empty log message ***Jim Meyering
2002-12-15New file, for declaration of nstrftime.Jim Meyering
2002-12-15.Jim Meyering
2002-12-11*** empty log message ***Jim Meyering
2002-12-11Sync from gnulib.Jim Meyering
2002-12-09update from gnulibJim Meyering
2002-12-06from gnulibJim Meyering
2002-12-06Add copyright notice.Jim Meyering
(libfetish_a_SOURCES): Add unlocked-io.h. (BUILT_SOURCES, all-local): Remove unlocked-io.h. (DISTCLEANFILES, io_functions): Remove macros. (EXTRA_DIST): Remove gen_uio. (unlocked-io.h): Remove rule.
2002-12-06remove, now that unlocked-io.h is maintained manuallyJim Meyering
2002-12-06*** empty log message ***Jim Meyering
2002-12-06New file, but with proper copyright notice andJim Meyering
attribution. Note: this is *not* the same as the file in gnulib. This uses #if HAVE_FUNC_UNLOCKED for each `FUNC', rather than HAVE_DECL_FUNC_UNLOCKED. This usage is consistent with the autoconf macro in ../m4/jm-glibc-io.m4. Modulo comments, this file still contains exactly what was generated by gen-uio.
2002-12-06.Jim Meyering
2002-12-06*** empty log message ***Jim Meyering
2002-12-06this is the old, generated versionJim Meyering
2002-12-06*** empty log message ***Jim Meyering
2002-12-06[defined emacs]: Include "lisp.h".Jim Meyering
(xalloc_die) [defined emacs]: New macro. (free) [defined emacs && defined EMACS_FREE]: Define to EMACS_FREE. [! defined emacs]: Include <xalloc.h>. (POINTER_TYPE) [!defined POINTER_TYPE]: New macro. (pointer): Typedef to POINTER_TYPE *. (malloc): Remove decl; we now always use xmalloc. (alloca): Use old-style definition, since Emacs needs this. Check for arithmetic overflow when computing combined size.
2002-12-06update copyright from gnulibJim Meyering
2002-12-06.Jim Meyering
2002-12-04*** empty log message ***Jim Meyering
2002-12-04.Jim Meyering
2002-12-04Reflect the fact that stat.c and lstat.c are no longer generated.Jim Meyering
(BUILT_SOURCES): Remove stat.c and lstat.c. (DISTCLEANFILES): Likewise. (EXTRA_DIST): Likewise. (all_local): Don't depend on stat.c or lstat.c. (stat.c, lstat.c): Remove rules. (EXTRA_DIST): Remove xstat.in.
2002-12-04author hardly matters here :-)Jim Meyering
2002-12-04Simply #define LSTAT and include stat.c.Jim Meyering
2002-12-04Rework so that it may serve to define rpl_lstat, too.Jim Meyering