]> git.ipfire.org Git - thirdparty/coreutils.git/log
thirdparty/coreutils.git
23 years ago(INCLUDES): Remove -I../intl.
Jim Meyering [Wed, 24 Apr 2002 07:52:39 +0000 (07:52 +0000)] 
(INCLUDES): Remove -I../intl.
(libfetish_a_SOURCES): Add gettext.h.

23 years ago*** empty log message ***
Jim Meyering [Wed, 24 Apr 2002 07:50:53 +0000 (07:50 +0000)] 
*** empty log message ***

23 years ago(jm_PREREQ_HARD_LOCALE): New macro.
Jim Meyering [Wed, 24 Apr 2002 07:50:48 +0000 (07:50 +0000)] 
(jm_PREREQ_HARD_LOCALE): New macro.
(jm_PREREQ): Use it.

23 years agobump serial # to 9
Jim Meyering [Wed, 24 Apr 2002 07:49:39 +0000 (07:49 +0000)] 
bump serial # to 9

23 years agoCheck for these headers: locale.h unistd.h mach/mach.h fcntl.h.
Jim Meyering [Wed, 24 Apr 2002 07:49:00 +0000 (07:49 +0000)] 
Check for these headers: locale.h unistd.h mach/mach.h fcntl.h.
Check for this function: setlocale.

23 years ago(rm): Call exit with EXIT_FAILURE, not `1'.
Jim Meyering [Mon, 22 Apr 2002 09:42:00 +0000 (09:42 +0000)] 
(rm): Call exit with EXIT_FAILURE, not `1'.

23 years ago*** empty log message ***
Jim Meyering [Mon, 22 Apr 2002 07:36:00 +0000 (07:36 +0000)] 
*** empty log message ***

23 years ago(main): Adjust caller of remove_init.
Jim Meyering [Mon, 22 Apr 2002 07:35:54 +0000 (07:35 +0000)] 
(main): Adjust caller of remove_init.

23 years ago(do_move): Adjust caller of remove_init.
Jim Meyering [Mon, 22 Apr 2002 07:35:41 +0000 (07:35 +0000)] 
(do_move): Adjust caller of remove_init.

23 years ago(remove_init): Adjust prototype.
Jim Meyering [Mon, 22 Apr 2002 07:35:32 +0000 (07:35 +0000)] 
(remove_init): Adjust prototype.

23 years ago(rm, remove_init, remove_fini): Don't use or even
Jim Meyering [Mon, 22 Apr 2002 07:35:20 +0000 (07:35 +0000)] 
(rm, remove_init, remove_fini): Don't use or even
initialize the active_dir_map unless --recursive (-r) is specified.

23 years agoupdate framework
Jim Meyering [Sat, 20 Apr 2002 14:49:46 +0000 (14:49 +0000)] 
update framework

23 years agoupdate framework
Jim Meyering [Fri, 19 Apr 2002 22:57:04 +0000 (22:57 +0000)] 
update framework

23 years agoUse this:
Jim Meyering [Fri, 19 Apr 2002 22:50:36 +0000 (22:50 +0000)] 
Use this:
  (exit $fail); exit
not this:
  exit $fail

23 years agoupgrade to use better framework
Jim Meyering [Fri, 19 Apr 2002 22:41:59 +0000 (22:41 +0000)] 
upgrade to use better framework

23 years agoupgrade to use better framework
Jim Meyering [Fri, 19 Apr 2002 22:39:05 +0000 (22:39 +0000)] 
upgrade to use better framework

23 years ago*** empty log message ***
Jim Meyering [Fri, 19 Apr 2002 22:36:11 +0000 (22:36 +0000)] 
*** empty log message ***

23 years agoupgrade to use better framework
Jim Meyering [Fri, 19 Apr 2002 22:36:03 +0000 (22:36 +0000)] 
upgrade to use better framework

23 years agoclean-up
Jim Meyering [Fri, 19 Apr 2002 21:59:57 +0000 (21:59 +0000)] 
clean-up

23 years agoLots of clean-up:
Jim Meyering [Fri, 19 Apr 2002 21:55:30 +0000 (21:55 +0000)] 
Lots of clean-up:
  E.g.,

    (exit $fail); exit

    t0=`echo "$0"|sed 's,.*/,,'`.tmp; tmp=$t0/$$
    trap 'status=$?; cd $pwd; rm -rf $t0 && exit $status' 0

23 years ago*** empty log message ***
Jim Meyering [Fri, 19 Apr 2002 21:54:27 +0000 (21:54 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Fri, 19 Apr 2002 21:53:42 +0000 (21:53 +0000)] 
*** empty log message ***

23 years agoUse tmpdir named $0.tmp/$$. Create with mkdir -p.
Jim Meyering [Fri, 19 Apr 2002 21:53:01 +0000 (21:53 +0000)] 
Use tmpdir named $0.tmp/$$.  Create with mkdir -p.

23 years agoUse better trap, etc.
Jim Meyering [Fri, 19 Apr 2002 21:38:32 +0000 (21:38 +0000)] 
Use better trap, etc.

23 years ago*** empty log message ***
Jim Meyering [Fri, 19 Apr 2002 21:18:28 +0000 (21:18 +0000)] 
*** empty log message ***

23 years agoUse better trap.
Jim Meyering [Fri, 19 Apr 2002 21:17:45 +0000 (21:17 +0000)] 
Use better trap.

23 years agouse better trap
Jim Meyering [Fri, 19 Apr 2002 21:17:08 +0000 (21:17 +0000)] 
use better trap

23 years agoSet $tmp the new way.
Jim Meyering [Fri, 19 Apr 2002 20:50:43 +0000 (20:50 +0000)] 
Set $tmp the new way.

23 years agoUse `rm', not $RM. Use better trap.
Jim Meyering [Fri, 19 Apr 2002 19:55:21 +0000 (19:55 +0000)] 
Use `rm', not $RM.  Use better trap.

23 years agoUse `rm', not $RM. Use better trap.
Jim Meyering [Fri, 19 Apr 2002 19:54:15 +0000 (19:54 +0000)] 
Use `rm', not $RM.  Use better trap.

23 years agoUse `rm', not $RM. Use better trap.
Jim Meyering [Fri, 19 Apr 2002 19:53:03 +0000 (19:53 +0000)] 
Use `rm', not $RM.  Use better trap.

23 years agodon't fiddle with TMPDIR
Jim Meyering [Fri, 19 Apr 2002 19:51:29 +0000 (19:51 +0000)] 
don't fiddle with TMPDIR

23 years agodon't bother with TMPDIR
Jim Meyering [Fri, 19 Apr 2002 19:47:16 +0000 (19:47 +0000)] 
don't bother with TMPDIR

23 years agoUse automatically-derived name for temporary
Jim Meyering [Fri, 19 Apr 2002 19:39:45 +0000 (19:39 +0000)] 
Use automatically-derived name for temporary
directory.  This is more 8.3-friendly.  Based on a suggestion from Richard Dawe.

23 years ago*** empty log message ***
Jim Meyering [Wed, 17 Apr 2002 08:55:39 +0000 (08:55 +0000)] 
*** empty log message ***

23 years ago.
Jim Meyering [Wed, 17 Apr 2002 08:54:38 +0000 (08:54 +0000)] 
.

23 years ago(TESTS): Add no-create-missing.
Jim Meyering [Wed, 17 Apr 2002 08:54:32 +0000 (08:54 +0000)] 
(TESTS): Add no-create-missing.

23 years ago*** empty log message ***
Jim Meyering [Wed, 17 Apr 2002 08:54:21 +0000 (08:54 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Wed, 17 Apr 2002 08:53:50 +0000 (08:53 +0000)] 
*** empty log message ***

23 years ago(touch): Don't report errors for nonexistent files
Jim Meyering [Wed, 17 Apr 2002 08:49:27 +0000 (08:49 +0000)] 
(touch): Don't report errors for nonexistent files
when --no-create is in effect.  Based on a patch from TAKAI Kousuke.

23 years ago*** empty log message ***
Jim Meyering [Wed, 17 Apr 2002 08:47:33 +0000 (08:47 +0000)] 
*** empty log message ***

23 years agos/POSIX/@sc{posix}/
Jim Meyering [Tue, 16 Apr 2002 11:26:32 +0000 (11:26 +0000)] 
s/POSIX/@sc{posix}/

23 years ago*** empty log message ***
Jim Meyering [Tue, 16 Apr 2002 10:43:04 +0000 (10:43 +0000)] 
*** empty log message ***

23 years ago(jm_PREREQ_READUTMP): Also check for these members: ut_pid, ut_id, ut_exit.
Jim Meyering [Tue, 16 Apr 2002 10:43:00 +0000 (10:43 +0000)] 
(jm_PREREQ_READUTMP): Also check for these members: ut_pid, ut_id, ut_exit.

23 years ago(UT_TYPE): Remove definition (now in who.c).
Jim Meyering [Tue, 16 Apr 2002 10:41:33 +0000 (10:41 +0000)] 
(UT_TYPE): Remove definition (now in who.c).
(HAVE_STRUCT_XTMP_UT_EXIT, HAVE_STRUCT_XTMP_UT_ID): Define.
(HAVE_STRUCT_XTMP_UT_PID, HAVE_STRUCT_XTMP_UT_TYPE): Define.

23 years ago*** empty log message ***
Jim Meyering [Tue, 16 Apr 2002 10:39:42 +0000 (10:39 +0000)] 
*** empty log message ***

23 years ago(UT_TYPE_UNDEF, UT_TYPE, IS_USER_PROCESS): Define.
Jim Meyering [Tue, 16 Apr 2002 10:39:29 +0000 (10:39 +0000)] 
(UT_TYPE_UNDEF, UT_TYPE, IS_USER_PROCESS): Define.
(print_line): Use "%-8.8s" for the format: the user name is not
always NUL terminated.
(scan_entries) [need_users]: Use IS_USER_PROCESS, so that this works
even on systems without ut_type.

23 years ago(BOOT_TIME): Define.
Jim Meyering [Tue, 16 Apr 2002 09:49:28 +0000 (09:49 +0000)] 
(BOOT_TIME): Define.
(NEW_TIME): Define to 0, not INT_MAX.
(UT_PID, UT_ID, UT_EXIT_E_TERMINATION, UT_EXIT_E_EXIT): Define.
Replace literal uses of ut_pid, ut_id, and ut_exit members with
uses through macros.
(make_id_equals_comment): New function, factored out of three others.

23 years ago*** empty log message ***
Jim Meyering [Tue, 16 Apr 2002 06:51:00 +0000 (06:51 +0000)] 
*** empty log message ***

23 years ago(human_fstype): Rename from print_human_fstype, and rework accordingly.
Jim Meyering [Tue, 16 Apr 2002 06:50:54 +0000 (06:50 +0000)] 
(human_fstype): Rename from print_human_fstype, and rework accordingly.
(print_statfs): Use human_fstype to honor format width on %T.

23 years agoAdd copyright comment.
Jim Meyering [Tue, 16 Apr 2002 06:27:39 +0000 (06:27 +0000)] 
Add copyright comment.

23 years ago*** empty log message ***
Jim Meyering [Mon, 15 Apr 2002 19:05:33 +0000 (19:05 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Mon, 15 Apr 2002 19:04:32 +0000 (19:04 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Mon, 15 Apr 2002 19:03:52 +0000 (19:03 +0000)] 
*** empty log message ***

23 years agoDocument kill.
Jim Meyering [Mon, 15 Apr 2002 19:03:47 +0000 (19:03 +0000)] 
Document kill.

23 years agoadd FIXME comments
Jim Meyering [Mon, 15 Apr 2002 10:46:45 +0000 (10:46 +0000)] 
add FIXME comments

23 years ago*** empty log message ***
Jim Meyering [Mon, 15 Apr 2002 10:37:45 +0000 (10:37 +0000)] 
*** empty log message ***

23 years agoInclude xalloc.h.
Jim Meyering [Mon, 15 Apr 2002 10:37:35 +0000 (10:37 +0000)] 
Include xalloc.h.
Use xmalloc everywhere, not malloc.

23 years ago*** empty log message ***
Jim Meyering [Mon, 15 Apr 2002 08:52:52 +0000 (08:52 +0000)] 
*** empty log message ***

23 years agoHandle "lld" vs "ld" printf formats the same way Bash does.
Jim Meyering [Mon, 15 Apr 2002 08:50:57 +0000 (08:50 +0000)] 
Handle "lld" vs "ld" printf formats the same way Bash does.

Include inttypes.h.
(PRIdMAX, PRIuMAX): Define, if not already defined.
(print_statfs): Use those macros, not the literal strings.
(print_stat): Likewise.

23 years ago*** empty log message ***
Jim Meyering [Mon, 15 Apr 2002 08:41:34 +0000 (08:41 +0000)] 
*** empty log message ***

23 years ago(usage): Give a verbose description of --squeeze-repeats,
Jim Meyering [Mon, 15 Apr 2002 08:41:23 +0000 (08:41 +0000)] 
(usage): Give a verbose description of --squeeze-repeats,
including the mention of SET1.

23 years ago*** empty log message ***
Jim Meyering [Mon, 15 Apr 2002 07:21:49 +0000 (07:21 +0000)] 
*** empty log message ***

23 years ago(print_human_fstype): Add missing `break;' for `case S_MAGIC_MINIX:'.
Jim Meyering [Mon, 15 Apr 2002 07:21:42 +0000 (07:21 +0000)] 
(print_human_fstype): Add missing `break;' for `case S_MAGIC_MINIX:'.

23 years agoremove parens in #if directives
Jim Meyering [Mon, 15 Apr 2002 07:20:15 +0000 (07:20 +0000)] 
remove parens in #if directives

23 years ago*** empty log message ***
Jim Meyering [Sun, 14 Apr 2002 12:53:10 +0000 (12:53 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sun, 14 Apr 2002 12:53:00 +0000 (12:53 +0000)] 
*** empty log message ***

23 years ago(statfs_secure): Define.
Jim Meyering [Sun, 14 Apr 2002 12:52:48 +0000 (12:52 +0000)] 
(statfs_secure): Define.
(print_stat): Remove another #ifdef.
(do_statfs): Likewise.
(print_statfs): Prefer/use fputs over printf.
(print_stat): Likewise.

23 years agofilter through GNU indent
Jim Meyering [Sun, 14 Apr 2002 08:20:15 +0000 (08:20 +0000)] 
filter through GNU indent

23 years agoSplit some long lines.
Jim Meyering [Sun, 14 Apr 2002 08:18:49 +0000 (08:18 +0000)] 
Split some long lines.
(verbose_usage): Remove function.

23 years ago*** empty log message ***
Jim Meyering [Sun, 14 Apr 2002 08:15:22 +0000 (08:15 +0000)] 
*** empty log message ***

23 years agoremove parens in #if directives
Jim Meyering [Sun, 14 Apr 2002 08:14:37 +0000 (08:14 +0000)] 
remove parens in #if directives

23 years agofix TABs
Jim Meyering [Sun, 14 Apr 2002 08:14:15 +0000 (08:14 +0000)] 
fix TABs

23 years ago*** empty log message ***
Jim Meyering [Sun, 14 Apr 2002 08:13:50 +0000 (08:13 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sun, 14 Apr 2002 07:50:19 +0000 (07:50 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Sun, 14 Apr 2002 07:49:20 +0000 (07:49 +0000)] 
*** empty log message ***

23 years ago(verbose_usage): Remove function. Move contents into usage.
Jim Meyering [Sun, 14 Apr 2002 07:47:44 +0000 (07:47 +0000)] 
(verbose_usage): Remove function.  Move contents into usage.
Remove lots of #if directives involving FLASK_LINUX
[!FLASK_LINUX] (is_flask_enabled): Define.
(stat_secure, lstat_secure): Define.
(print_statfs): Remove lots of nested #if directives.
Instead, rely on support fo %llu and %lld printf formats --
but that is only temporary, since it's not porable enough.
(main): Hoist is_flask_enabled test to be done here, rather
than in each of do_stat and do_statfs for every argument.

23 years ago[HAVE_SYS_VFS_H]: Guard incluion of sys/vfs.h.
Jim Meyering [Sun, 14 Apr 2002 06:55:13 +0000 (06:55 +0000)] 
[HAVE_SYS_VFS_H]: Guard incluion of sys/vfs.h.
Constify many parameters.
(print_statfs): Fix typo: Use %u (to match %lu) for namelen, not %d.

23 years agoalphabetize entries in a menu
Jim Meyering [Sun, 14 Apr 2002 06:27:10 +0000 (06:27 +0000)] 
alphabetize entries in a menu
In xref, use libc instead of library.

23 years ago.
Jim Meyering [Sat, 13 Apr 2002 17:10:57 +0000 (17:10 +0000)] 
.

23 years agoadd a couple `const'
Jim Meyering [Sat, 13 Apr 2002 14:35:46 +0000 (14:35 +0000)] 
add a couple `const'

23 years ago(print_human_fstype): Revamp in a similar fashion. Don't use strdup.
Jim Meyering [Sat, 13 Apr 2002 14:34:58 +0000 (14:34 +0000)] 
(print_human_fstype): Revamp in a similar fashion.  Don't use strdup.

23 years ago(print_human_type): Call fputs once rather than calling printf many times.
Jim Meyering [Sat, 13 Apr 2002 14:23:00 +0000 (14:23 +0000)] 
(print_human_type): Call fputs once rather than calling printf many times.
Declare most functions to be `static'.

23 years agoInclude system.h, error.h, and many other headers.
Jim Meyering [Sat, 13 Apr 2002 14:11:44 +0000 (14:11 +0000)] 
Include system.h, error.h, and many other headers.
[HAVE_SYS_SYSMACROS_H]: Guard inclusion of sys/sysmacros.h.
(PROGRAM_NAME, AUTHORS): Define.
(long_options): Declare/define.
(print_human_access): Rewrite to use mode_string.
(usage): Rewrite.
(main): Use getopt_long.

23 years agoDirect from Debian's stat_3.3-1, modulo trailing blanks (removed)
Jim Meyering [Sat, 13 Apr 2002 13:47:14 +0000 (13:47 +0000)] 
Direct from Debian's stat_3.3-1, modulo trailing blanks (removed)
and cpp directive (indented via cppi).

23 years ago*** empty log message ***
Jim Meyering [Sat, 13 Apr 2002 12:40:43 +0000 (12:40 +0000)] 
*** empty log message ***

23 years agoDocument link and unlink.
Jim Meyering [Sat, 13 Apr 2002 12:40:36 +0000 (12:40 +0000)] 
Document link and unlink.

23 years ago*** empty log message ***
Jim Meyering [Fri, 12 Apr 2002 21:03:34 +0000 (21:03 +0000)] 
*** empty log message ***

23 years ago(dirfd): Elide prototype if dirfd is a macro.
Jim Meyering [Fri, 12 Apr 2002 21:03:28 +0000 (21:03 +0000)] 
(dirfd): Elide prototype if dirfd is a macro.

23 years ago*** empty log message ***
Jim Meyering [Fri, 12 Apr 2002 20:51:01 +0000 (20:51 +0000)] 
*** empty log message ***

23 years ago(checking for getmntinfo function...): Remove now-bogus
Jim Meyering [Fri, 12 Apr 2002 20:50:53 +0000 (20:50 +0000)] 
(checking for getmntinfo function...): Remove now-bogus
check for f_type in sys/mount.h.  Instead, just test for the existence
of the getmntinfo function.  Needed for Darwin 5.3.

23 years ago*** empty log message ***
Jim Meyering [Fri, 12 Apr 2002 20:48:36 +0000 (20:48 +0000)] 
*** empty log message ***

23 years ago(UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
Jim Meyering [Fri, 12 Apr 2002 20:48:29 +0000 (20:48 +0000)] 
(UTILS_FUNC_DIRFD): Also detect when dirfd is a macro.
This is necessary at least on Darwin 5.3.

23 years ago*** empty log message ***
Jim Meyering [Fri, 12 Apr 2002 11:04:02 +0000 (11:04 +0000)] 
*** empty log message ***

23 years ago*** empty log message ***
Jim Meyering [Fri, 12 Apr 2002 11:03:13 +0000 (11:03 +0000)] 
*** empty log message ***

23 years agoDon't AC_REPLACE(strnlen), now that we use
Jim Meyering [Fri, 12 Apr 2002 11:02:59 +0000 (11:02 +0000)] 
Don't AC_REPLACE(strnlen), now that we use
AC_FUNC_STRNLEN.  That would end up putting two copies of strnlen.o
in the library, and that makes some versions of ranlib object.

23 years ago*** empty log message ***
Jim Meyering [Fri, 12 Apr 2002 10:47:18 +0000 (10:47 +0000)] 
*** empty log message ***

23 years ago.
Jim Meyering [Fri, 12 Apr 2002 10:46:55 +0000 (10:46 +0000)] 
.

23 years agoInclude long-options.h.
Jim Meyering [Fri, 12 Apr 2002 10:41:54 +0000 (10:41 +0000)] 
Include long-options.h.
[long_opts]: Remove.
(usage): Tweak --help output; use *_OPTION_DESCRIPTION macros.
(main): Don't use getopt directly.  Use parse_long_options instead.
Tweak a diagnostic.
Use EXIT_FAILURE rather than a literal `1'.
(main): If POSIXLY_CORRECT is set, don't recognize --help or --version,
so the program can operate on a file with one of those names.

23 years agoInclude long-options.h.
Jim Meyering [Fri, 12 Apr 2002 10:41:22 +0000 (10:41 +0000)] 
Include long-options.h.
[long_opts]: Remove.
(usage): Tweak --help output; use *_OPTION_DESCRIPTION macros.
(main): Don't use getopt directly.  Use parse_long_options instead.
Tweak a diagnostic.
Use EXIT_FAILURE rather than a literal `1'.