Jim Meyering
eb128f8a49
(make_path): Quote the other instance, too.
2000-07-30 16:24:51 +00:00
Jim Meyering
395e6c592a
include quote.h.
2000-07-30 16:21:57 +00:00
Jim Meyering
4d617153d5
Convert "`%s'" in format strings to "%s", and wrap each
...
corresponding argument in a `quote (...)' call.
2000-07-30 16:21:39 +00:00
Jim Meyering
222f736378
Convert "`%s'" in format strings to "%s", and wrap each
...
corresponding argument in a `quote (...)' call.
2000-07-30 16:19:33 +00:00
Jim Meyering
b53d6da640
Convert "`%s'" in format strings to "%s", and wrap each
...
corresponding argument in a `quote (...)' call.
Add more precise diagnostics.
2000-07-30 16:16:16 +00:00
Jim Meyering
d4365673c5
(remove_cwd_entries): Quote one more file name.
2000-07-30 16:03:37 +00:00
Jim Meyering
493d6182eb
tweak diagnostic
2000-07-30 16:01:48 +00:00
Jim Meyering
6986c2b9ad
*** empty log message ***
2000-07-30 15:32:15 +00:00
Jim Meyering
e15422c3d3
*** empty log message ***
2000-07-30 15:31:20 +00:00
Jim Meyering
ec739a978b
*** empty log message ***
2000-07-30 15:29:27 +00:00
Jim Meyering
b9e891771e
*** empty log message ***
2000-07-30 15:28:36 +00:00
Jim Meyering
3b18fcfb6a
*** empty log message ***
2000-07-30 15:24:27 +00:00
Jim Meyering
ae3ec5f069
*** empty log message ***
2000-07-30 15:23:55 +00:00
Jim Meyering
02b4fede5b
moved from ../src
2000-07-30 15:17:34 +00:00
Jim Meyering
74fe479350
(do_move): Fix typo.
2000-07-30 15:01:11 +00:00
Jim Meyering
048017b39c
(dir_name): Use __MSDOS__ in favor of MSDOS.
2000-07-29 17:11:33 +00:00
Jim Meyering
734d411884
*** empty log message ***
2000-07-29 17:06:53 +00:00
Jim Meyering
4524bbcaf8
(diacrit_diac): Use __MSDOS__ in favor of MSDOS.
2000-07-29 17:06:00 +00:00
Jim Meyering
70c58e8192
(base_name): Use ISSLASH rather than comparing against `/'.
2000-07-29 16:45:30 +00:00
Jim Meyering
ce49687fac
fix spelling error in comment: s/squirelled/squirreled/.
2000-07-29 14:55:51 +00:00
Jim Meyering
7ddc6c5927
*** empty log message ***
2000-07-29 08:15:37 +00:00
Jim Meyering
043c4958de
remove prematurely-added ISSLASH definition
2000-07-29 08:15:01 +00:00
Jim Meyering
3819c2d7cb
(dir_name): Assert that there are no trailing slashes.
2000-07-29 08:10:46 +00:00
Jim Meyering
ba8620bf01
*** empty log message ***
2000-07-29 08:00:17 +00:00
Jim Meyering
e32586114e
(dir_name) [MSDOS]: Declare `lim' to be const.
2000-07-29 08:00:11 +00:00
Jim Meyering
7102df4dd3
*** empty log message ***
2000-07-29 06:17:27 +00:00
Jim Meyering
586254e713
Include <limits.h>, <stdlib.h>, <wchar.h>, <wctype.h>.
...
(quote_name): Use mbrtowc to step through the filename string while
replacing nonprintables with question marks. Return the screen width,
not the strlen length. Do no output if the out stream is NULL.
(length_of_file_name_and_frills): Use the quote_name return value.
2000-07-29 06:17:02 +00:00
Jim Meyering
cbcd5929c1
*** empty log message ***
2000-07-29 06:09:43 +00:00
Jim Meyering
e6db9876a0
tweak comments
2000-07-29 06:09:22 +00:00
Jim Meyering
f247c7bd44
(mbswidth): Add a flags argument.
...
(mbswidth): New declaration.
(MBSW_ACCEPT_INVALID, MBSW_ACCEPT_UNPRINTABLE): New macros.
2000-07-29 06:02:28 +00:00
Jim Meyering
e7a7601ef4
.
2000-07-29 05:47:42 +00:00
Jim Meyering
3330c7dab7
*** empty log message ***
2000-07-29 05:42:14 +00:00
Jim Meyering
d0f57e1004
(temp_dir): Remove.
...
(temp_dirs, temp_dir_count, temp_dir_alloc): New vars.
(process_id): New var.
(usage): Describe new use of -T.
(add_temp_dir): New function.
(tempname): Use new temp_dirs array.
Do not discard information from the process-id or sequence
number, unless we have short file names.
(sighandle): Use process_id instead of getpid.
(main): Initialize process_id.
Add support for the new use of -T.
2000-07-29 05:41:55 +00:00
Jim Meyering
9b14de28be
sort's -T option can now appear multiple times.
2000-07-29 05:31:44 +00:00
Jim Meyering
9133ae8f15
*** empty log message ***
2000-07-29 05:25:34 +00:00
Jim Meyering
d86f9d40a5
(change_file_owner): Save errno from a possibly failed chown,
...
and use that later. Otherwise, errno itself could be clobbered before used.
2000-07-25 22:23:05 +00:00
Jim Meyering
ebd74667bc
(change_file_mode): Save errno from a possibly failed chown,
...
and use that later. Otherwise, errno itself could be clobbered before used.
2000-07-25 22:22:52 +00:00
Jim Meyering
d3938d3118
(change_file_group): Save errno from a possibly failed chown,
...
and use that later. Otherwise, errno itself could be clobbered before used.
2000-07-25 22:22:29 +00:00
Jim Meyering
c0186d3cbb
Convert "`%s'" in format strings to "%s", and wrap each
...
corresponding argument in a `quote (...)' call.
Add more precise diagnostics.
2000-07-25 13:06:31 +00:00
Jim Meyering
289dacfa49
tweak diagnostic
2000-07-25 12:28:33 +00:00
Jim Meyering
1bfc7036c0
*** empty log message ***
2000-07-25 12:27:01 +00:00
Jim Meyering
cb1df652a7
Convert "`%s'" in format strings to "%s", and wrap each
...
corresponding argument in a `quote (...)' call.
Add more precise diagnostics.
2000-07-25 12:26:52 +00:00
Jim Meyering
135a310ca1
Convert "`%s'" in format strings to "%s", and wrap each
...
corresponding argument in a `quote (...)' call.
2000-07-25 12:18:06 +00:00
Jim Meyering
01bd168259
(main): Remove unnecessary "%s" argument.
2000-07-25 12:16:16 +00:00
Jim Meyering
50631d7b81
*** empty log message ***
2000-07-24 16:30:03 +00:00
Jim Meyering
18051fbbb3
(mbswidth): Add a flags argument.
...
(mbsnwidth): New function.
2000-07-24 16:29:57 +00:00
Jim Meyering
ddc825a0f0
Convert "`%s'" in format strings to "%s", and wrap each
...
corresponding argument in a `quote (...)' call.
Add more precise diagnostics.
2000-07-24 09:32:07 +00:00
Jim Meyering
2071a4054e
*** empty log message ***
2000-07-24 06:42:26 +00:00
Jim Meyering
80dbd557de
(jm_PREREQ_MBSWIDTH): Check for wcwidth declaration.
2000-07-24 06:42:17 +00:00
Jim Meyering
b083f93482
*** empty log message ***
2000-07-24 06:42:04 +00:00