*** empty log message ***
[platform/upstream/coreutils.git] / lib /
2006-07-02 Paul Eggert(intmax_t, uintmax_t): Prefer long to long long if
2006-07-02 Paul EggertSync stdint module from gnulib.
2006-07-01 Paul Eggertseq defaults to a minimal fixed point format that does...
2006-07-01 Paul Eggert(XSTRTOD, DOUBLE): New macros, so that we can support
2006-07-01 Paul Eggert(xstrtold): New decl.
2006-07-01 Paul EggertInitial revision.
2006-06-29 Jim MeyeringFrom Derek R. Price:
2006-06-28 Paul Eggert(CLOSEDIR): Remove. All uses changed to closedir.
2006-06-20 Paul Eggert(openat): Use ?:, not if, to work around GCC bug 4210.
2006-06-20 Jim Meyeringfix typo in comment: s/nerrower/narrower/
2006-06-19 Jim Meyering*** empty log message ***
2006-06-19 Jim MeyeringApply this change from gnulib:
2006-06-11 Paul Eggert(__attribute__): Don't define if already defined.
2006-06-10 Jim MeyeringApply this change from gnulib:
2006-06-05 Paul Eggert* regexec.c (group_nodes_into_DFAstates): Fix a buffer...
2006-05-25 Paul Eggert(small_open, large_open): New macros.
2006-05-23 Paul EggertFix misspelling.
2006-05-23 Paul EggertNote problem with string.h.
2006-05-23 Paul Eggertfilemode.c: Don't include <string.h>.
2006-05-23 Paul EggertDon't include <string.h>; this include was
2006-05-22 Paul Eggert* filemode.c (setst): Remove.
2006-05-22 Paul EggertDocument the internals better. Most of this change
2006-05-20 Jim Meyering*** empty log message ***
2006-05-20 Jim Meyering(fts_open): Fail with EINVAL if a caller violates this...
2006-05-19 Paul EggertSync nanosleep from gnulib.
2006-05-15 Jim Meyering*** empty log message ***
2006-05-15 Jim Meyering(xfts_open): Always use FTS_CWDFD.
2006-05-15 Jim Meyering*** empty log message ***
2006-05-15 Jim MeyeringAvoid the expense of an fstat, when possible.
2006-05-15 Jim Meyering*** empty log message ***
2006-05-15 Jim MeyeringRestore the parts of fts that were removed on 2006...
2006-05-11 Jim Meyering*** empty log message ***
2006-05-11 Jim Meyering(sha1_buffer): Correct comment: s/MD5/SHA1/. From...
2006-05-06 Jim Meyering.
2006-05-04 Jim Meyering*** empty log message ***
2006-05-03 Jim MeyeringInclude "same-inode.h".
2006-04-25 Paul Eggert(get_date): When adding relative date, start with the
2006-04-17 Paul EggertDocument filemode changes.
2006-04-17 Paul EggertDon't undef S_ISDOOR, since it's never buggy.
2006-04-17 Paul Eggert(HAVE_DECL_STRMODE): Include <string.h> for strmode.
2006-04-17 Paul EggertInclude "filemode.h" first, to test the interface.
2006-04-17 Jim Meyering*** empty log message ***
2006-04-17 Jim Meyering*** empty log message ***
2006-04-17 Paul Eggert(openat_needs_fchdir) [defined __OPENAT_PREFIX]:
2006-04-15 Paul Eggert(futimens): glibc futimesat messes up if /proc isn...
2006-04-14 Jim Meyering*** empty log message ***
2006-04-14 Jim Meyeringremove SPACEs before TAB
2006-04-14 Jim Meyering*** empty log message ***
2006-04-14 Jim Meyering(fts_open): Don't allocate parent if *argv==NULL. ...
2006-04-14 Jim Meyering(fts_build): Free `head' before returning NULL, in...
2006-04-14 Jim Meyering(fts_build): Remove just-#if-0'd code and the code...
2006-04-14 Jim Meyering(fts_build): #if-0-out a block of unused code. Patch...
2006-04-13 Paul EggertDon't use wchar_t or wctype_t; update comment.
2006-04-13 Paul Eggert(RE_DUP_MAX): Update comment to match current implement...
2006-04-13 Paul Eggert(init_dfa): Don't use wchar_t or wctype_t if RE_ENABLE_I18N
2006-04-12 Paul EggertPort to Interix.
2006-04-12 Paul EggertInclude <inttypes.h> and <stdint.h> if they exist.
2006-04-12 Paul EggertDon't include <inttypes.h> or <stdint.h>, since
2006-04-10 Jim Meyeringremove useless spaces before TABs
2006-04-10 Paul EggertImport latest regex module from gnulib.
2006-03-26 Jim Meyering.
2006-03-26 Jim Meyering*** empty log message ***
2006-03-26 Jim Meyering(base_name): New semantics - malloc the result.
2006-03-26 Jim Meyering(dir_len): Determine when drive letters need a subseque...
2006-03-26 Jim Meyering(FILE_SYSTEM_PREFIX_LEN): Move here from dos.m4.
2006-03-26 Jim Meyering(strip_trailing_slashes): Use last_component, not base_...
2006-03-26 Jim Meyering(file_name_concat): s/base_name/last_component/
2006-03-26 Jim Meyering(check_extension, numbered_backup): s/base_name/last_co...
2006-03-26 Jim Meyering(same_name): s/base_name/last_component/
2006-03-19 Jim Meyering*** empty log message ***
2006-03-19 Jim MeyeringWork even in a chroot where d_ino values for entries...
2006-03-19 Jim Meyering(__getcwd): Clarify a comment.
2006-03-17 Paul Eggertregex fixes for future POSIX and --without-included...
2006-03-17 Paul Eggert(regoff_t) [defined _REGEX_LARGE_OFFSETS]:
2006-03-12 Jim Meyering.
2006-03-12 Jim Meyering*** empty log message ***
2006-03-12 Jim Meyering*** empty log message ***
2006-03-12 Jim Meyering(leave_dir): If cycle-check's saved dev-ino pair matches
2006-03-12 Jim Meyering*** empty log message ***
2006-03-12 Jim Meyering(SAME_INODE): Remove definition.
2006-03-12 Jim MeyeringInclude "same-inode.h".
2006-03-12 Jim Meyering(SAME_INODE): Remove definition.
2006-03-12 Jim Meyering(SAME_INODE): Remove definition.
2006-03-12 Jim Meyering(SAME_INODE): New file/macro.
2006-03-12 Paul EggertRemove asctime_r, ctime_r, and let m4 specify the sources.
2006-03-12 Paul Eggert(asctime_r, ctime_r): Remove.
2006-03-12 Paul Eggert(libcoreutils_a_SOURCES): Remove time_r.c, time_r.h,
2006-02-27 Jim Meyering.
2006-02-27 Jim Meyering*** empty log message ***
2006-02-27 Jim Meyering*** empty log message ***
2006-02-27 Jim Meyering*** empty log message ***
2006-02-27 Jim Meyering(libcoreutils_a_SOURCES): Add base64.h and base64.c.
2006-02-21 Paul Eggert(AT_FDCWD): Work around a bug in Solaris 9 and 10,...
2006-02-20 Jim Meyering.
2006-02-16 Jim Meyering*** empty log message ***
2006-02-16 Jim MeyeringInclude lstat.h, so that uses of lstat are converted
2006-02-14 Paul EggertSync from gnulib.
2006-02-11 Paul EggertFix typo in previous checkin: I deleted a '2' by mistake.
2006-02-08 Paul Eggert(close_stdout): Don't assume 'bool' converts nonzero
2006-02-02 Jim Meyering*** empty log message ***
next