summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-12-13.Jim Meyering
2002-12-13*** empty log message ***Jim Meyering
2002-12-13(TESTS): Add preserve-2.Jim Meyering
2002-12-13New file/test, for latest fix.Jim Meyering
2002-12-13updateJim Meyering
2002-12-11*** empty log message ***Jim Meyering
2002-12-11Fix a bug whereby cp would fail to parse an option likeJim Meyering
--preserve=mode,ownership. (decode_preserve_arg): Advance `comma' to point the character following the comma.
2002-12-11*** empty log message ***Jim Meyering
2002-12-11.Jim Meyering
2002-12-11*** empty log message ***Jim Meyering
2002-12-11(NEED_PATHCONF_WRAPPER): Undefine before defining,Jim Meyering
in case it's already defined.
2002-12-11.Jim Meyering
2002-12-11*** empty log message ***Jim Meyering
2002-12-11Sync from gnulib.Jim Meyering
2002-12-11*** empty log message ***Jim Meyering
2002-12-11Maintain this file manually rather than generating it.Jim Meyering
Generating it caused too much trouble. From gnulib.
2002-12-09update from gnulibJim Meyering
2002-12-09*** empty log message ***Jim Meyering
2002-12-09Don't get a test failure if /no exists.Jim Meyering
Instead, evoke a framework failure if /no-$$ exists.
2002-12-08*** empty log message ***Jim Meyering
2002-12-08*** empty log message ***Jim Meyering
2002-12-08*** empty log message ***Jim Meyering
2002-12-08(lstat) [! LSTAT_FOLLOWS_SLASHED_SYMLINK]:Jim Meyering
Define to rpl_lstat, so that even on systems like Solaris 5.8, du honors (per POSIX) the trailing slash on an argument referring to a symlink-to-directory.
2002-12-06*** empty log message ***Jim Meyering
2002-12-06.Jim Meyering
2002-12-06add a FIXME commentJim Meyering
2002-12-06*** empty log message ***Jim Meyering
2002-12-06*** empty log message ***Jim Meyering
2002-12-06(TESTS): Add file-type.Jim Meyering
2002-12-06from gnulibJim Meyering
2002-12-06*** empty log message ***Jim Meyering
2002-12-06*** empty log message ***Jim Meyering
2002-12-06(gobble_file): Also stat the file if it's aJim Meyering
regular file and --indicator-style=classify (aka -F).
2002-12-06*** empty log message ***Jim Meyering
2002-12-06A test to contrast ls -F and ls --indicator-style=file-type.Jim 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-04update commentJim Meyering
2002-12-04*** empty log message ***Jim Meyering
2002-12-04whoops. Add -FJim Meyering
2002-12-04Make sure the symlink was created.Jim Meyering
Richard Dawe reported that `ln -s link link' succeeds, but creates no file on systems running some version of the DJGPP libc.