亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? changelog

?? Linux下文件工具。
??
?? 第 1 頁 / 共 5 頁
字號:
	(hash_init): Register src_to_dest_free.	* src/copy.c (copy_dir): Now that remember_copied copies the	file name, free the temporary `dst_path' allocated here.2001-10-06  Jim Meyering  <meyering@lucent.com>	Convert du.c to use the functions in lib/hash.c, not private,	slightly-modified copies of those that used to be in cp-hash.c.	* src/du.c (struct entry) [coll_link]: Remove member.	(struct htab): Remove.	(hash_reset, hash_init, hash_insert2, hash_insert): Remove functions.	* src/du.c: Include hash.h and same.h.	(htab): Change type of global to `struct hash';	(entry_hash, entry_compare, hash_ins): New functions.	(count_entry): Use hash_ins instead of hash_insert.2001-10-06  Jim Meyering  <meyering@lucent.com>	Rewrite cp-hash.c to use the functions in lib/hash.c.	* src/cp-hash.c (hash_init): Die if hash_initialize fails.	* src/cp-hash.c: Rewrite to use the functions in lib/hash.c.	* src/cp-hash.h: Update prototype for hash_init.	* src/mv.c (do_move): Reflect that hash_init now takes no arguments.	* src/install.c (main): Likewise.	* src/cp.c (main): Likewise.2001-10-06  Jim Meyering  <meyering@lucent.com>	* src/copy.c (record_dest): Avoid a small leak.2001-10-06  Jim Meyering  <meyering@lucent.com>	This decreases the memory footprint a little, when copying	hierarchies containing many files.	* src/copy.c (copy_internal): Call remember_copied only if	the source file has 1 < st_nlink, or if it's a directory.	Now that EARLIER_FILE is set conditionally, initialize it to NULL.	* tests/mv/childproof: Redirect stderr on one test.2001-10-05  Jim Meyering  <meyering@lucent.com>	* src/copy.c: Include hash-pjw.h and remove definition of hash_pjw.	* src/remove.c: Likewise.2001-10-01  Jim Meyering  <meyering@lucent.com>	* src/remove.c (hash_pjw): Remove function.	* src/copy.c: Likewise.2001-09-29  Jim Meyering  <meyering@lucent.com>	* src/copy.c (copy_internal): Call record_dest for all types of	files (for which this makes sense), not just regular ones.	* mkinstalldirs: Update from master.	* Makefile.maint (wget-update): Add mkinstalldirs.2001-09-28  Jim Meyering  <meyering@lucent.com>	This mv command should fail (likewise for cp), rather than	silently clobbering one of the source files.	  rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c	Reported by Dan Jacobson.	* src/cp.c (do_copy): Call dest_info_init if necessary.	* src/install.c (main): Likewise.	* src/mv.c (main): Likewise.	* src/copy.h (dest_info_init): Declare.	* src/copy.c: Include "hash.h" and "same.h".	(struct Dest_info): Define.	(dest_info): Declare global.	(DEST_INFO_INITIAL_CAPACITY): Define.	(hash_pjw): New function.	(dest_info_hash): Likewise.	(dest_info_compare): Likewise.	(dest_info_init): Likewise.	(seen_dest): Likewise.	(record_dest): Likewise.	(copy_internal): If the destination exists, fail if it's in the set	of files that have already been created as part of this mv or cp.	(copy_internal) [move_mode]: Record the destination dev/ino/filename.	(copy_internal) [!move_mode, regular file]: Likewise.	Accept new option: --reply={yes,no,query}	* src/cp.c: (enum) [REPLY_OPTION]: Define.	(usage): Describe new option.	Split long usage string into smaller pieces.	(main): Handle new option.	* missing: Update from master.	* config.guess: Likewise.	* config.sub: Likewise.	* configure.ac: Tell automake to use the file name `config.hin'	rather than the two-`.' config.h.in.2001-09-26  Jim Meyering  <meyering@lucent.com>	* man/Makefile.am (common_dep): s/configure.in/configure.ac/.	* configure.ac: Renamed from configure.in.	* INSTALL, mkinstalldirs: Update to autoconf 2.50 version.2001-09-23  Jim Meyering  <meyering@lucent.com>	* tests/mv/childproof: New test, for the above fix.	Based on a report from Dan Jacobson.	* tests/mv/Makefile.am (TESTS): Add childproof.	* Makefile.am (SUBDIRS): When using newer gettext (in which	intl/libintl.h is created by rules intl/Makefile)	`intl' must precede `lib'.2001-09-22  Jim Meyering  <meyering@lucent.com>	Mostly clean-up (modulo the better diagnostic).	* src/copy.c (copy_internal): Rename parameter, move_mode, to	command_line_arg, and adjust caller.  Now, move_mode is a local	that is derived from command_line_arg.	Factor some involved code to produce something slightly more readable.	Use x->move_mode, not move_mode in determining which diagnostic	to give (`backing up %s would destroy source;  %s not moved').2001-09-16  Paul Eggert  <eggert@twinsun.com>	* src/ls.c (usage): Fix typo in -g usage.	-H now means --dereference-command-line.2001-09-16  Jim Meyering  <meyering@lucent.com>	* Makefile.am (AUTOMAKE_OPTIONS): Require automake-1.5.	* man/Makefile.am (*.1): Depend on *source* files, not binaries.	(.x.1): Add code to work around ginstall vs. install exception.	* man/Makefile.am (dist_man_MANS): Use dist_man_MANS, not man_MANS.2001-09-15  Jim Meyering  <meyering@lucent.com>	Convert to a more conventional (e.g., like autoconf) Makefile.am.	* man/Makefile.am: Remove hacks.	* man/GNUmakefile: Remove file.	* man/Makefile.summ: Remove file.	* man/Makefile.maint: Remove file.	* man/ginstall.x: Remove.  Renamed to ...	* man/install.x: ... this.  New file.	Michael Stone reported that man pages weren't built in non-srcdir build.	* src/touch.c (EISDIR): Define to 0, if not already defined.	(touch): Give a better diagnostic for e.g., `touch /' by non-root.	Based on a patch from Michael Stone.	Reported by Jeff Sheinberg as Debian bug #101677.	* tests/touch/fail-diag: New test, for the above fix.	* tests/touch/Makefile.am (TESTS): Add fail-diag.	* src/copy.c (copy_internal) [move_mode]: Support the new	--reply=... option.	(UNWRITABLE): Define (factored out of copy_internal).	(copy_internal): Use UNWRITABLE.	Accept new option: --reply={yes,no,query}	* src/mv.c: Include argmatch.h.	(enum) [REPLY_OPTION]: Define.	(usage): Describe new option.	Split long usage string into smaller pieces.	(main): Handle new option.	* src/cp.c (main): Reflect renaming: s/I_ON/I_ASK_USER/.	* src/copy.h (enum Interactive): Remove members, I_OFF and I_ON.	Instead, add I_ALWAYS_YES, I_ALWAYS_NO, and I_ASK_USER.	* tests/mv/i-2: Clean up: use priv-check rather than open-coding it.2001-05-11  Paul Eggert  <eggert@twinsun.com>	* src/chmod.c, src/chown.c, src/mkdir.c, src/rm.c, src/rmdir.c (main):	Don't strip trailing slashes; POSIX doesn't allow it here.	Don't include "dirname.h" when no longer needed.2001-09-08  Jim Meyering  <meyering@lucent.com>	* src/copy.c (copy_internal): Add braces around now-multi-stmt	if-block.  This fixes a bug introduced by my 2001-08-06 change.	* tests/mv/i-4: New test, for the above.	* tests/mv/Makefile.am (TESTS): Add i-4.2001-09-04  Paul Eggert  <eggert@twinsun.com>	* src/ls.c (get_link_name): Update use of xreadlink.2001-09-02  Jim Meyering  <meyering@lucent.com>	* tests/priv-check: Change usage not to use $1.	That's not portable to e.g., Solaris2.6's /bin/sh.	Communicate via an envvar instead.	* tests/mv/i-3: Don't pass an argument to a sourced script.	* tests/cp/special-bits: Likewise.	* tests/chown/basic: Likewise.	* Makefile.maint (alpha): Depend on local-check so that they run	a little earlier.2001-09-01  Jim Meyering  <meyering@lucent.com>	* src/df.c (show_point): Use canonicalize_file_name, if possible.	[HAVE_RESOLVEPATH], [!HAVE_RESOLVEPATH]: Use malloc, not alloca,	so that these two paths also produce `resolved' in malloc'd storage.	Free that memory when done with it.	* src/ls.c: Include "xreadlink.h".	(get_link_name): Don't use PATH_MAX.	Rewrite to use xreadlink.2001-08-30  Paul Eggert  <eggert@twinsun.com>	* src/chgrp.c: Do not include savedir.h; not used.	* src/chown.c: Likewise.	* src/chmod.c (change_dir_mode): Remove statp arg; no longer needed.	* src/chown-core.c (change_dir_owner): Likewise.	* src/du.c (count_entry): Remove st_size argument.	* src/copy.c (copy_dir): Likewise.2001-08-30  Paul Eggert  <eggert@twinsun.com>	* src/copy.c: Include full-write.h.	* src/dd.c: Likewise.	* src/copy.c (full_write): Remove decl; not needed.	* src/dd.c: Likewise.	* src/install.c: Likewise.	* src/mv.c: Likewise.	* src/copy.c (copy_reg):	Don't assume read and write size fits in int.	* src/dd.c (open_fd): Likewise.2001-08-30  Paul Eggert  <eggert@twinsun.com>	* src/remove.c (bool): Remove; moved to...	* src/system.h: ...here.	* src/du.c (count_entry, main): Reflect changes to the	exclude functions.2001-08-13  Jim Meyering  <meyering@lucent.com>	* src/cp.c, src/dd.c, src/ln.c, src/ls.c, src/mv.c (AUTHORS): Mark	string for translation, since it contains the English word `and'.	* Makefile.maint (author_mark_check): New rule.	(local-check): Depend on it.	Change the rules governing when mv prompts before removing an	existing destination file so it is consistent with POSIX:	Now, in the absence of --force (-f), if stdin is a tty and an	existing destination is not writable mv will prompt before	overwriting the destination file.	Reported by Vin Shelton.	* src/copy.c (overwrite_prompt): New function.	(copy_internal): Separate the mv-specific and non-move_mode code	that determines whether to prompt the user.	[move_mode]: Don't make mv fail (i.e. don't return 1) just because	the user declined to remove one or more of the files.	* src/copy.h (enum Interactive): New type.	(struct cp_options) [interactive]: Change type to Interactive.	(struct cp_options) [stdin_tty]: New member.	* src/cp.c (cp_option_init): Adjust initialization of `interactive',	and initialize new member, stdin_tty.	* src/mv.c (cp_option_init): Likewise.	* src/install.c (cp_option_init): Likewise.	* src/cp.c (main): Adjust initialization(s) of `interactive',	* src/mv.c (main): Likewise.	* tests/mv/i-1: Change expected exit status to reflect the above.2001-08-12  Jim Meyering  <meyering@lucent.com>	* tests/mk-script ($program_name): Define.	(main): Use $program_name, rather than long-inaccurate `build-script'.	(main): Iterate over the sorted keys (rather than `while...each...'),	so this script produces the same output regardless of which version	of perl (e.g., perl5.6) is used.	Work around non-compliant gettimeofday on Mac OS X 10.0.4,	(aka Darwin 1.3.7) that caused the date of the first file listed	in long output to be the current time rather than the file's mtime.	The real work is in m4/gettimeofday.m4 and the wrapper function,	lib/gettimeofday.c.	* src/ls.c: Include gtod.h.	(main): `Call' GETTIMEOFDAY_INIT.	(print_long_format): Add a comment about gettimeofday.	Report and diagnosis from Bernhard Baehr.	* src/shred.c: Include gtod.h.	(main): `Call' GETTIMEOFDAY_INIT, just in case the code ever changes	to make it necessary.2001-08-10  Paul Eggert  <eggert@twinsun.com>	* src/ls.c (print_long_format): Simplify previous patch for	listing negative sizes, by adding OFF_T_MAX - OFF_T_MIN + 1	instead of doing a fancy conditional shift.  This is simpler	and it avoids GCC's bogus compile-time warning about shift	counts.  (As a bonus, it is portable to hosts that do not use	twos-complement arithmetic.  :-)2001-08-10  Jim Meyering  <meyering@lucent.com>	* ls.c (print_long_format): Multiply the shift width by zero	to avoid a warning from gcc on hosts with an unsigned type for the	st_size member.2001-08-06  Paul Eggert  <eggert@twinsun.com>	* src/ls.c (print_long_format): If a file size is negative, assume	the typical case where it has wrapped around from a positive value.2001-08-07  Jim Meyering  <meyering@lucent.com>	* Makefile.maint (m4-check): New rule.	(local-check): Depend on it.2001-08-06  Jim Meyering  <meyering@lucent.com>	Fix the bug whereby `mv -uf source dest' would delete source,	even though it's older than dest.	* src/mv.c (usage): Correct the description of --update.	* src/copy.c (copy_internal): Set *rename_succeeded, so that	the caller (mv) doesn't remove the source file.	Reported by Phelippe Neveu.	* tests/mv/update: New test for the above.	* tests/mv/Makefile.am (TESTS): Add update.2001-08-05  Jim Meyering  <meyering@lucent.com>	* tests/root-only: Generalize.  Rename to ...	* tests/priv-check: ...this.  New file.  Renamed from the above.	* tests/Makefile.am (EXTRA_DIST): Reflect renaming.	* tests/mv/i-3: Reflect name and usage changes.	* tests/chown/basic: Likewise.	* tests/cp/special-bits: Likewise.	* tests/sample-test: Likewise.2001-08-04  Jim Meyering  <meyering@lucent.com>	* tests/root-only: Remove *all* write access, not just that	of the owner.	* tests/mv/i-3: New test for 

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品日产精品乱码不卡| 国产综合色产在线精品| 国产欧美日韩激情| 欧美大片一区二区| 91久久人澡人人添人人爽欧美| 国产一区二区不卡老阿姨| 日本在线不卡一区| 视频一区视频二区中文| 中文字幕人成不卡一区| 国产精品视频一二三区| 国产午夜精品美女毛片视频| 久久影院午夜片一区| 精品国产免费一区二区三区香蕉| 欧美久久久一区| 欧美日韩美少妇| 成人av网站在线观看| 国产99精品在线观看| 国产一区二区三区免费| 国产高清不卡一区二区| 国产中文字幕精品| 狠狠狠色丁香婷婷综合激情| 国产乱码精品一区二区三区av | 亚洲国产综合人成综合网站| 中文欧美字幕免费| 国产亚洲精品久| 中文字幕精品—区二区四季| 中文无字幕一区二区三区| 中文字幕av在线一区二区三区| 国产欧美日韩视频一区二区| 欧美国产日韩亚洲一区| 国产午夜一区二区三区| 国产日韩欧美a| 国产精品女上位| 久久久久久一级片| 中文字幕中文字幕在线一区| **欧美大码日韩| 亚洲一区二区偷拍精品| 夜夜嗨av一区二区三区网页| 香蕉av福利精品导航| 日本成人中文字幕在线视频| 日韩综合小视频| 老司机一区二区| 国产精品自拍av| 91看片淫黄大片一级| 91福利区一区二区三区| 制服.丝袜.亚洲.另类.中文| 日韩午夜激情视频| 国产清纯白嫩初高生在线观看91 | 精品成人在线观看| 国产精品久久久久天堂| 中文字幕中文在线不卡住| 亚洲综合在线免费观看| 免费观看在线色综合| 大陆成人av片| 欧美三级日韩在线| 亚洲精品一区二区在线观看| 最新国产成人在线观看| 日韩黄色片在线观看| 久久国内精品视频| 99久久精品国产一区| 91精品国模一区二区三区| 国产日韩精品久久久| 一区二区高清在线| 老司机精品视频一区二区三区| 国产成人亚洲综合a∨婷婷| 日本福利一区二区| 26uuu精品一区二区| 亚洲欧美视频在线观看视频| 奇米四色…亚洲| 在线精品国精品国产尤物884a| 国产三级欧美三级| 精品一二三四区| 欧美日韩一级片网站| 亚洲色图视频网| 成人综合在线视频| 久久久国产精华| 极品少妇一区二区三区精品视频 | 亚洲自拍另类综合| 99国产欧美另类久久久精品| 国产婷婷精品av在线| 蜜臀久久99精品久久久画质超高清 | 欧美精品一区二区久久婷婷| 三级一区在线视频先锋| 91黄色免费网站| 日韩毛片视频在线看| 成人免费的视频| 久久久夜色精品亚洲| 国内成人免费视频| 欧美va亚洲va香蕉在线| 免费高清视频精品| 337p亚洲精品色噜噜噜| 水野朝阳av一区二区三区| 在线视频亚洲一区| 亚洲人成网站色在线观看| 成人黄色av电影| 国产精品免费视频一区| 成人激情动漫在线观看| 欧美国产日韩亚洲一区| 成人性生交大合| 中文字幕一区二区三区蜜月| 成人av在线网| 中文字幕在线不卡一区二区三区| 成人午夜免费电影| 国产精品人成在线观看免费| 成人av免费网站| 亚洲欧美色一区| 在线观看一区不卡| 亚洲国产乱码最新视频 | 一区二区三区在线不卡| 色香色香欲天天天影视综合网| 亚洲欧美经典视频| 欧美性高清videossexo| 偷拍一区二区三区| 日韩视频中午一区| 国产美女娇喘av呻吟久久| 欧美国产激情二区三区| a美女胸又www黄视频久久| 亚洲黄色片在线观看| 欧美另类z0zxhd电影| 美国欧美日韩国产在线播放| 精品奇米国产一区二区三区| 狠狠色综合色综合网络| 国产精品拍天天在线| 91看片淫黄大片一级在线观看| 亚洲国产另类av| 欧美成人女星排行榜| 国产91丝袜在线播放九色| 亚洲天堂免费看| 欧美群妇大交群中文字幕| 久久精品久久综合| 国产精品视频观看| 在线观看亚洲a| 九色porny丨国产精品| 国产精品丝袜一区| 欧美人与禽zozo性伦| 国产精品一区二区三区四区| 亚洲欧美一区二区三区极速播放| 欧美欧美欧美欧美| 国产激情视频一区二区在线观看| 亚洲美女视频在线观看| 日韩一区二区在线看片| 成人三级伦理片| 午夜免费久久看| 久久久久久一二三区| 欧洲av在线精品| 六月丁香婷婷色狠狠久久| 国产精品国产三级国产普通话蜜臀| 欧美中文字幕不卡| 国产大陆a不卡| 亚洲大型综合色站| 国产女主播视频一区二区| 欧美性色综合网| 国产乱子伦视频一区二区三区| 综合久久一区二区三区| 日韩精品一区二区三区三区免费| 99国产精品久久久久久久久久 | 一区二区三区欧美激情| 精品国产一区二区三区不卡| 一本色道久久综合精品竹菊| 久久 天天综合| 亚洲在线视频免费观看| 日本一区二区三级电影在线观看| 91精品黄色片免费大全| 色综合久久天天| 丁香另类激情小说| 久久99久久99| 午夜精品久久久久久久蜜桃app| 国产精品五月天| 久久综合视频网| 91精品一区二区三区在线观看| av电影天堂一区二区在线| 国产在线精品免费av| 午夜电影久久久| 亚洲精品欧美专区| 国产精品乱码久久久久久| 日韩精品一区二区三区四区 | 亚洲精品免费在线播放| 久久九九久精品国产免费直播| 欧美人伦禁忌dvd放荡欲情| 91视频com| 99精品视频在线播放观看| 国产一区二区三区av电影| 美女视频黄频大全不卡视频在线播放 | 一区二区三区不卡视频| 国产精品色哟哟网站| 26uuu色噜噜精品一区| 日韩一区二区高清| 欧美日本在线看| 欧美日韩黄色一区二区| 在线区一区二视频| 91首页免费视频| 91免费国产在线观看| 成人久久视频在线观看| 懂色av一区二区三区免费观看| 国产精品影音先锋| 国产麻豆精品视频| 国产精品一区二区x88av| 韩国三级在线一区| 国产一区二区伦理片| 国产精品一区二区免费不卡 |