Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-26 | (rm_1): Use new last_component, in place of base_name. | Jim Meyering | |
2006-03-26 | (target_directory_operand, movefile): Use new last_component, in place of ↵ | Jim Meyering | |
base_name. | |||
2006-03-26 | (basename_is_dot_or_dotdot): Use new last_component, in place of base_name. | Jim Meyering | |
2006-03-26 | (target_directory_operand, main): Use new last_component, in place of base_name. | Jim Meyering | |
2006-03-26 | (target_directory_operand, install_file_in_dir): Use new last_component, in ↵ | Jim Meyering | |
place of base_name. | |||
2006-03-26 | (guess_shell_syntax): Use new last_component. | Jim Meyering | |
2006-03-26 | (target_directory_operand): Use new last_component. | Jim Meyering | |
(ASSIGN_BASENAME_STRDUPA): Likewise. Reduce time spent traversing the string. | |||
2006-03-26 | (main): Don't strip suffix from file system roots. | Jim Meyering | |
2006-03-26 | Improvements to dirname/basename handling on platforms like | Jim Meyering | |
cygwin with distinct // and with drive letters. | |||
2006-03-26 | (AC_CONFIG_FILES): Remove tests/basename. | Jim Meyering | |
2006-03-26 | . | Jim Meyering | |
2006-03-26 | remove this entire directory | Jim Meyering | |
2006-03-26 | remove this entire directory | Jim Meyering | |
2006-03-26 | (SUBDIRS): Remove basename. | Jim Meyering | |
2006-03-26 | (TESTS): Sort. Add basename, dirname. | Jim Meyering | |
2006-03-26 | new file -- from Eric Blake | Jim Meyering | |
2006-03-26 | Move to ../misc/basename | Jim Meyering | |
2006-03-26 | Moved from ../basename/basic. | Jim Meyering | |
Add some tests, including fixed behavior for //. | |||
2006-03-25 | (gl_REGEX): Fix a longstanding typo in the | Paul Eggert | |
implementation of Spencer ERE test #75 from grep 2.3. Problem reported by Emanuele Giaquinta. Also, change sense of cached variable, so that the message makes sense. | |||
2006-03-25 | (gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP, | Paul Eggert | |
REG_SYNTAX_EMACS, and REG_IGNORE_CASE. Settle for the traditional glibc names. | |||
2006-03-25 | version: 5.94 | Jim Meyering | |
2006-03-23 | (main): Ignore fd_reopen return value when ignoring input, since | Paul Eggert | |
we've closed input at that point so we are ignoring input. | |||
2006-03-23 | nohup diagnostics are now more precise, and nohup now | Paul Eggert | |
redirects stderr to nohup.out if stdout is closed and stderr is a tty. | |||
2006-03-23 | Test the new nohup behavior. | Paul Eggert | |
2006-03-23 | (main): nohup diagnostics are now more precise, and nohup now | Paul Eggert | |
redirects stderr to nohup.out if stdout is closed and stderr is a tty. | |||
2006-03-23 | (nohup invocation): nohup now redirects stderr to | Paul Eggert | |
nohup.out if stdout is closed and stderr is a tty. | |||
2006-03-23 | nohup diagnostics are now more precise, and nohup now | Paul Eggert | |
redirects stderr to nohup.out if stdout is closed and stderr is a tty. | |||
2006-03-22 | update from gnulib | Jim Meyering | |
2006-03-19 | *** empty log message *** | Jim Meyering | |
2006-03-19 | Work even in a chroot where d_ino values for entries in "/" | Jim Meyering | |
don't match the stat.st_ino values for the same names. (__getcwd): When no d_ino value matches the target inode number, iterate through all entries again, using lstat instead. Reported by Kenshi Muto in http://bugs.debian.org/355810. | |||
2006-03-19 | (__getcwd): Clarify a comment. | Jim Meyering | |
Use memcpy in place of a call to strcpy. | |||
2006-03-17 | . | Jim Meyering | |
2006-03-17 | *** empty log message *** | Jim Meyering | |
2006-03-17 | (gl_REGEX): Fix typo in last change: | Jim Meyering | |
s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/. | |||
2006-03-17 | remove trailing space | Jim Meyering | |
2006-03-17 | regex fixes for future POSIX and --without-included-regex. | Paul Eggert | |
2006-03-17 | (regoff_t) [defined _REGEX_LARGE_OFFSETS]: | Paul Eggert | |
Typedef to long int, not to off_t, as POSIX will likely change in that direction. | |||
2006-03-17 | (gl_REGEX): Don't check for off_t, since the code | Paul Eggert | |
no longer needs it. Instead, check that regoff_t is as least as wide as ptrdiff_t. Don't define _REGEX_WIDE_OFFSETS unless using the included regex, so that our regex.h stays compatible with the installed regex. This is helpful for installers who configure --without-included-regex. Problem reported by Emanuele Giaquinta. | |||
2006-03-16 | version: 5.94 | Jim Meyering | |
2006-03-15 | update from gnulib | Jim Meyering | |
2006-03-15 | update from gnulib | Jim Meyering | |
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | (set_author): Rename function, from preserve_author. | Jim Meyering | |
2006-03-12 | . | Jim Meyering | |
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | (AD_pop_and_chdir): Use new macro, | Jim Meyering | |
CYCLE_CHECK_REFLECT_CHDIR_UP, rather than open-coding it. | |||
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | *** empty log message *** | Jim Meyering | |
2006-03-12 | (gl_ROOT_DEV_INO): Add same-inode.h to the list. | Jim Meyering | |
2006-03-12 | *** empty log message *** | Jim Meyering | |