summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2006-07-28Remove obsolete comment about masks.Paul Eggert
2006-07-28(mode_compile): Numeric modes now affect setuid andPaul Eggert
2006-07-22Split closeout into close-stream and closeout.Paul Eggert
2006-07-22(close_stdout): Use new function close_stream.Paul Eggert
2006-07-22Initial revision.Paul Eggert
2006-07-20*** empty log message ***Jim Meyering
2006-07-20[ME_REMOTE]: Filter out cifs.Jim Meyering
2006-07-20*** empty log message ***Jim Meyering
2006-07-20(ME_REMOTE): Compare strchr's result to NULL, not 0, for better readability.Jim Meyering
2006-07-17In comment: bits bits -> bits.Paul Eggert
2006-07-17Regenerate.Paul Eggert
2006-07-17chmod, install, and mkdir now leave setgid and setuid bitsPaul Eggert
2006-07-17(mode_adjust): New API.Paul Eggert
2006-07-17(octal_to_mode): New function.Paul Eggert
2006-07-17Adjust to new make_dir_parents API.Paul Eggert
2006-07-17Don't include alloca.h, stdio.h, sys/types.h,Paul Eggert
2006-07-17Initial version.Paul Eggert
2006-07-16* userspec.c (parse_with_separator): Say "invalid spec" rather thanJim Meyering
2006-07-11Sync from gnulib.Paul Eggert
2006-07-09Update from gnulib.Paul Eggert
2006-07-09(stdint.h): FULL_PATH_STDINT_H -> ABSOLUTE_STDINT_H,Paul Eggert
2006-07-08(getndelim2): Remove doubled "after" in comment.Jim Meyering
2006-07-04Really add wcwidth.h.Jim Meyering
2006-07-04*** empty log message ***Jim Meyering
2006-07-04*** empty log message ***Jim Meyering
2006-07-04Sync from gnulib.Paul Eggert
2006-07-04(libcoreutils_a_SOURCES): Add setenv.h, wcwidth.h,Paul Eggert
2006-07-04Include <sys/types.h> after @FULL_PATH_STDINT_H@, forPaul Eggert
2006-07-03* cycle-check.h (CYCLE_CHECK_REFLECT_CHDIR_UP): Abort if thisJim Meyering
2006-07-02(intmax_t, uintmax_t): Prefer long to long long ifPaul Eggert
2006-07-02Sync stdint module from gnulib.Paul Eggert
2006-07-01seq defaults to a minimal fixed point format that does not losePaul Eggert
2006-07-01(XSTRTOD, DOUBLE): New macros, so that we can supportPaul Eggert
2006-07-01(xstrtold): New decl.Paul Eggert
2006-07-01Initial revision.Paul Eggert
2006-06-29From Derek R. Price:Jim Meyering
2006-06-28(CLOSEDIR): Remove. All uses changed to closedir.Paul Eggert
2006-06-20(openat): Use ?:, not if, to work around GCC bug 4210.Paul Eggert
2006-06-20fix typo in comment: s/nerrower/narrower/Jim Meyering
2006-06-19*** empty log message ***Jim Meyering
2006-06-19Apply this change from gnulib:Jim Meyering
2006-06-11(__attribute__): Don't define if already defined.Paul Eggert
2006-06-10Apply this change from gnulib:Jim Meyering
2006-06-05* regexec.c (group_nodes_into_DFAstates): Fix a buffer overrunPaul Eggert
2006-05-25(small_open, large_open): New macros.Paul Eggert
2006-05-23Fix misspelling.Paul Eggert
2006-05-23Note problem with string.h.Paul Eggert
2006-05-23filemode.c: Don't include <string.h>.Paul Eggert
2006-05-23Don't include <string.h>; this include wasPaul Eggert
2006-05-22* filemode.c (setst): Remove.Paul Eggert