Jim Meyering
bfbe80d004
(check_extension, numbered_backup): s/base_name/last_component/
2006-03-26 12:15:59 +00:00
Jim Meyering
4ecf233b95
(same_name): s/base_name/last_component/
2006-03-26 12:14:16 +00:00
Jim Meyering
ee660c455a
(basename invocation, dirname invocation):
...
Improve documentation to match recent // patches.
2006-03-26 12:11:40 +00:00
Jim Meyering
bbee8a57b0
*** empty log message ***
2006-03-26 12:09:09 +00:00
Jim Meyering
0ad9592c12
*** empty log message ***
2006-03-26 12:08:27 +00:00
Jim Meyering
1225a53068
(log_su, run_shell): Use new last_component, in place of base_name.
2006-03-26 12:08:20 +00:00
Jim Meyering
b828255717
(next_file_name): Use new last_component, in place of base_name.
2006-03-26 12:08:10 +00:00
Jim Meyering
d4d9a40b82
(wipename): Use new last_component, in place of base_name.
2006-03-26 12:07:59 +00:00
Jim Meyering
0cabfe4b6d
(rm_1): Use new last_component, in place of base_name.
2006-03-26 12:07:47 +00:00
Jim Meyering
00f103b6d1
(target_directory_operand, movefile): Use new last_component, in place of base_name.
2006-03-26 12:07:34 +00:00
Jim Meyering
811ecf9284
(basename_is_dot_or_dotdot): Use new last_component, in place of base_name.
2006-03-26 12:07:20 +00:00
Jim Meyering
02b8c9a452
(target_directory_operand, main): Use new last_component, in place of base_name.
2006-03-26 12:07:04 +00:00
Jim Meyering
9c3afb4a64
(target_directory_operand, install_file_in_dir): Use new last_component, in place of base_name.
2006-03-26 12:06:45 +00:00
Jim Meyering
a1935760e5
(guess_shell_syntax): Use new last_component.
2006-03-26 12:06:05 +00:00
Jim Meyering
c3965052fe
(target_directory_operand): Use new last_component.
...
(ASSIGN_BASENAME_STRDUPA): Likewise. Reduce time spent
traversing the string.
2006-03-26 12:05:51 +00:00
Jim Meyering
a9e9c226da
(main): Don't strip suffix from file system roots.
2006-03-26 11:59:58 +00:00
Jim Meyering
ba3419a626
Improvements to dirname/basename handling on platforms like
...
cygwin with distinct // and with drive letters.
2006-03-26 11:59:31 +00:00
Jim Meyering
a538c18d7a
(AC_CONFIG_FILES): Remove tests/basename.
2006-03-26 11:58:57 +00:00
Jim Meyering
fdecd2cfcd
.
2006-03-26 11:56:09 +00:00
Jim Meyering
82142e155d
remove this entire directory
2006-03-26 11:55:38 +00:00
Jim Meyering
06ada66861
remove this entire directory
2006-03-26 11:54:50 +00:00
Jim Meyering
1f16c42214
(SUBDIRS): Remove basename.
2006-03-26 11:52:47 +00:00
Jim Meyering
8ebb9e3154
(TESTS): Sort. Add basename, dirname.
2006-03-26 11:48:19 +00:00
Jim Meyering
1a032f1114
new file -- from Eric Blake
2006-03-26 11:47:51 +00:00
Jim Meyering
c170f9ca79
Move to ../misc/basename
2006-03-26 11:47:24 +00:00
Jim Meyering
c794482058
Moved from ../basename/basic.
...
Add some tests, including fixed behavior for //.
2006-03-26 11:46:46 +00:00
Paul Eggert
14c720faab
(gl_REGEX): Fix a longstanding typo in the
...
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 09:49:24 +00:00
Paul Eggert
cd70d37ee3
(gl_REGEX): Don't insist on REG_SYNTAX_POSIX_EGREP,
...
REG_SYNTAX_EMACS, and REG_IGNORE_CASE. Settle for the traditional
glibc names.
2006-03-25 09:10:28 +00:00
Jim Meyering
f6d592cbb2
version: 5.94
2006-03-25 08:43:48 +00:00
Paul Eggert
195689e7c7
(main): Ignore fd_reopen return value when ignoring input, since
...
we've closed input at that point so we are ignoring input.
2006-03-23 23:56:34 +00:00
Paul Eggert
7a88cb696f
nohup diagnostics are now more precise, and nohup now
...
redirects stderr to nohup.out if stdout is closed and stderr is a tty.
2006-03-23 23:47:37 +00:00
Paul Eggert
6fe4cc7f91
Test the new nohup behavior.
2006-03-23 23:35:32 +00:00
Paul Eggert
9b109290de
(main): nohup diagnostics are now more precise, and nohup now
...
redirects stderr to nohup.out if stdout is closed and stderr
is a tty.
2006-03-23 23:35:13 +00:00
Paul Eggert
29360166ff
(nohup invocation): nohup now redirects stderr to
...
nohup.out if stdout is closed and stderr is a tty.
2006-03-23 23:34:42 +00:00
Paul Eggert
9f6b2d2548
nohup diagnostics are now more precise, and nohup now
...
redirects stderr to nohup.out if stdout is closed and stderr is a tty.
2006-03-23 23:34:22 +00:00
Jim Meyering
4de8dde339
update from gnulib
2006-03-22 15:59:58 +00:00
Jim Meyering
7cf97ab1ff
*** empty log message ***
2006-03-19 18:27:55 +00:00
Jim Meyering
164d936ac2
Work even in a chroot where d_ino values for entries in "/"
...
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 18:27:51 +00:00
Jim Meyering
e233777dbe
(__getcwd): Clarify a comment.
...
Use memcpy in place of a call to strcpy.
2006-03-19 17:18:32 +00:00
Jim Meyering
57a06e9966
.
2006-03-17 16:41:30 +00:00
Jim Meyering
ca29b9b803
*** empty log message ***
2006-03-17 10:12:37 +00:00
Jim Meyering
9589cc5c57
(gl_REGEX): Fix typo in last change:
...
s/_REGEX_WIDE_OFFSETS/_REGEX_LARGE_OFFSETS/.
2006-03-17 10:07:28 +00:00
Jim Meyering
97530a0a35
remove trailing space
2006-03-17 08:35:50 +00:00
Paul Eggert
7202bc0610
regex fixes for future POSIX and --without-included-regex.
2006-03-17 07:35:25 +00:00
Paul Eggert
d01c74cabd
(regoff_t) [defined _REGEX_LARGE_OFFSETS]:
...
Typedef to long int, not to off_t, as POSIX will likely change
in that direction.
2006-03-17 07:33:40 +00:00
Paul Eggert
f7bc3c2bfc
(gl_REGEX): Don't check for off_t, since the code
...
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-17 07:33:06 +00:00
Jim Meyering
2379e76856
version: 5.94
2006-03-16 10:33:28 +00:00
Jim Meyering
bfae88c97b
update from gnulib
2006-03-15 06:53:11 +00:00
Jim Meyering
09674e1952
update from gnulib
2006-03-15 06:52:39 +00:00
Jim Meyering
e22fdec364
*** empty log message ***
2006-03-12 22:52:51 +00:00