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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? changelog

?? Linux下文件工具。
??
?? 第 1 頁 / 共 5 頁
字號:
	* src/ls.c: Likewise.2001-11-24  Jim Meyering  <meyering@lucent.com>	* Makefile.maint: Include signatures for the xdelta file, too.	* Makefile.maint (emit-upload-commands): Rename from	emit-rsync-commands.	Output only the package name and the prev and current version numbers.	* Version 4.1.2.	* src/sync.c (usage): Make --help and --version strings	start in column 7.	* Makefile.cfg (move_if_change): Remove definition.	($(srcdir)/m4/jm-glibc-io.m4): Use mv, not move-if-change.2001-11-23  Jim Meyering  <meyering@lucent.com>	* cp.c, df.c, du.c, install.c, ln.c, ls.c, mkdir.c (usage):	* mkfifo.c, mknod.c, mv.c, shred.c, touch.c (usage):	Note that ``Mandatory arguments to long options are mandatory	for short options too.''	* src/shred.c (usage): Use `output', not `print' in description of	the --version option, so this message is consistent with all the rest.	* chgrp.c, chmod.c, chown.c, cp.c, dd.c, df.c, dircolors.c (usage):	* du.c, install.c, ln.c, ls.c, rm.c, rmdir.c, shred.c, touch.c (usage):	Split --help output into smaller pieces.	Use fputs, not printf.	* src/cp-hash.c: Use opaque type, Hash_table, not `struct hash_table'.	* src/du.c: Likewise.	* src/remove.c: Likewise.2001-11-22  Jim Meyering  <meyering@lucent.com>	Don't fail for commands like this: cp a a d/	This change in behavior was introduced in 4.1.1, as part of the	2001-09-28 change.  cp and mv still fail for commands like this:	rm -rf a b c; mkdir a b c; touch a/f b/f; mv a/f b/f c	* src/copy.c (triple_hash_no_name): New function.	(src_info_init): New function.	(copy_internal): Warn and return early for the second and subsequent	occurrences of the same source file named on the command line.	* src/copy.h (struct cp_options) [src_info]: New member.	* src/install.c (cp_option_init): Initialize new member.	* src/mv.c (cp_option_init): Likewise.	* src/cp.c (cp_option_init): Likewise.	(do_copy): Call src_info_init.	* tests/mv/dup-source: New test for the above.	* tests/mv/Makefile.am (TESTS): Add dup-source.	* src/copy.c (seen_file): Change type of `stats' parameter to pointer.	(copy_internal): Update caller.	* src/copy.c (struct F_triple): Rename from dest_info.	(seen_file): Rename from seen_dest.  Rename parameters accordingly.	(record_file): Rename from record_dest.  Rename parameters accordingly.	(triple_hash): Rename from dest_info_hash.	(triple_compare): Rename from dest_info_compare.	(triple_free): Rename from dest_info_free.	* src/mknod.c (main): Add a literal format string to suppress	a warning from gcc's -Wformat-security.	copy.c shouldn't maintain static state.	* src/copy.c (dest_info): Remove declaration of file-scoped global.	(dest_info_init): Require a parameter.	Update all callers.	(seen_dest): Require a hash table parameter.  Update callers.	(record_dest): Likewise.	* src/copy.h: Include hash.h.	(struct cp_options) [dest_info]: New member.	* src/install.c (cp_option_init): Initialize new member.	* src/mv.c (cp_option_init): Likewise.	* src/cp.c (cp_option_init): Likewise.	(do_copy): Remove const attribute from declaration of parameter, x.2001-11-17  Jim Meyering  <meyering@lucent.com>	* tests/chmod/equals: New test for the just-fixed bug in	lib/modechange.c.	* tests/chmod/Makefile.am (TESTS): Add equals.	* configure.ac: Replace use of the one-arg form of AC_INIT	with a use of the 3-arg form and a use of AC_CONFIG_SRCDIR.2001-11-12  Jim Meyering  <meyering@lucent.com>	* tests/rm/r-3: Clean up.2001-11-09  Jim Meyering  <meyering@lucent.com>	* configure.ac: Use AC_CONFIG_FILES(...) and call AC_OUTPUT with no	arguments.2001-11-06  Jim Meyering  <meyering@lucent.com>	* src/dircolors.hin: Remove duplicate entry for .png.	Reported by Fr閐閞ic L. W. Meunier.2001-11-03  Jim Meyering  <meyering@lucent.com>	* Version 4.1.1.	* src/ls.c (DEV_INO_PUSH): Avoid unnecessary copies.	(dev_ino_pop): Likewise.2001-11-02  Jim Meyering  <meyering@lucent.com>	* src/ls.c: Rename global: s/trace_dirs/recursive/.	(extract_dirs_from_files): Rename parameter:	s/recursive/ignore_dot_and_dot_dot/.	* src/ls.c: (dev_ino_pop): Cast 2nd arg of obstack_blank to `int'	before negating to avoid warning from gcc on systems with 64-bit size_t.	* src/ls.c: Use XMALLOC and XREALLOC in a several places.  It's cleaner.2001-11-01  Jim Meyering  <meyering@lucent.com>	* src/ls.c: Include dirfd.h.	(print_dir): If dirfd fails, resort to using stat.	* tests/ls/infloop: Redirect cmp's stderr to /dev/null.	* src/ls.c (struct pending) [st_ino, st_dev]: Remove members.	(queue_directory): Remove just-added 3rd parameter	and associated code, and update callers.	(print_dir): Get dev/inode pair via `fstat (dirfd (reading), ...',	and call visit_dir to detect cycles here.	Push the dev/inode pair onto the new stack.	(dev_ino_obstack): New global.	(DEV_INO_PUSH): New macro.	(dev_ino_pop): New function.	(ASSERT_MATCHING_DEV_INO): New macro.	(visit_dir): Take two parameters (dev,ino), not one `pending'.	(main): Initialized the dev_ino_obstack.	Don't call visit_dir here.	Get the dev/ino pair from the new stack, not from the pending entry.	Make ls -R detect directory cycles.	Add loop detection without incurring an additional stat call per	directory processed.  To detect loops efficiently (i.e., time: +O(1)	per directory processed by ls -R, total additional space:	O(max-tree-depth)), record the dev/ino of each `active' directory	in a hash table.  To know when a directory is no longer active,	insert a marker (name == NULL) entry for it in the pending queue.	When a marker comes to the front of the queue, that directory is no	longer active, and must be removed from the hash table.  To remove it,	we need to know its dev/ino again.  Since by the time a directory	has become inactive its files[] info is long gone and it's DIR*	is closed, I must either save the dev/ino someplace (pending seemed	logical) or recompute them via stat.	The following change will convert to using a stack of dev/ino pairs	instead, pushing an entry when doing the opendir (use fstat on	dirfd (reading)), and popping (when encountering a marker) to get	the dev/ino pair to be removed from the hash table.	* src/ls.c: Include hash.h, same.h, and xalloc.h.	(INITIAL_TABLE_SIZE, LOOP_DETECT): Define.	(active_dir_set): New global.	(struct dev_ino): Declare.	(dev_ino_hash, dev_ino_compare, dev_ino_free): New functions.	(visit_dir, free_pending_ent): New functions.	(main): Initialize the active_dir_set hash table, if necessary.	Don't confuse a marker entry with a real one.	Detect loops.	Manage the set of active directories.	Free the hash table.	(queue_directory): Add a new parameter.	Ensure that we set the new dev/ino members for each enqueued directory.	Update all callers.	(print_dir): Don't confuse a marker entry with a real one.	(extract_dirs_from_files): Insert a marker entry before inserting	the entries for subdirectories.	Don't try to print a NULL pointer.	* src/ls.c (main): Don't use ARGMATCH_TO_ARGUMENT.	This reverts part of the 1998-12-31 change.	* tests/ls/dired: New test, for the above.	* tests/ls/Makefile.am (TESTS): Add dired.2001-10-24  Jim Meyering  <meyering@lucent.com>	* src/cp.c (main): Free hash table storage.	* src/cp-hash.c (forget_all): Use hash_free, not hash_clear.2001-10-22  Paul Eggert  <eggert@twinsun.com>	* src/sys2.h (alloca): Define to __builtin_alloca if __GNUC__,	to avoid a warning if -Wall.2001-10-21  Paul Eggert  <eggert@twinsun.com>	* src/dd.c: Remove as many instances of 'unsigned' as	possible, as some of them were not conforming to ANSI C, and	they made the code hard to read.  Avoiding 'unsigned' cuts	down on the number of casts.	(newline_character, space_character, save_char):	Now char, not unsigned char.	(obuf): Now char *, not unsigned char *.	(ascii_to_ebcdic, ascii_to_ibm, ebcdic_to_ascii):	Now char[], not unsigned char[].	(translate_charset, translate_buffer, swab_buffer, skip, copy_simple,	copy_with_block, copy_with_unblock):	Arg now points to char, not unsigned char.	All callers changed.	(translate_charset, parse_conversion, apply_translations):	Use int index, not unsigned int.	(bit_count): Arg is now int, not unsigned int.	Callers not changed, as they already assumed this.	(translate_buffer): Cast char to unsigned char before using	it as a subscript.	(swab_buffer): Returns char *, not unsigned char *.	(dd_copy): Use char, not unsigned char, for buffers.	Use size_t for possibly-large index, not unsigned int.2001-10-21  Jim Meyering  <meyering@lucent.com>	* src/shred.c (isaac_seed_machdep): Handle SIGSEGV, too.  Ick.	* tests/mv/Makefile.am (TESTS): Remove i-3.  It's not portable.	* src/copy.c: Include xreadlink.h.	(copy_internal): Don't use PATH_MAX.	Rewrite the symlink-copying code to use xreadlink.2001-10-20  Jim Meyering  <meyering@lucent.com>	* src/touch.c (touch): Extend last change to work on systems	for which errno is set to EINVAL.	* src/ls.c: Declare some local variables to be `const', where	appropriate.	(usage): Improve the description of --dereference (-L).	* src/rm.c (usage): Clarify description of --directory (-d).	Based on a patch from Michael Stone.	* man/chmod.x: Describe sticky files and directories.	From Michael Stone.	* tests/mv/partition-perm: Don't use a umask that removes owner	read/write.  Use a stricter test for permissions.	* tests/cp/link-preserve: Don't use a umask that removes owner	read/write.  That would induce spurious failures in a probably-	outdated version of purify.2001-10-18  Jim Meyering  <meyering@lucent.com>	* src/mv.c (movefile): Now that remember_copied xstrdup's the file	name, free `new_dest'.	Plug a leak.	* src/cp-hash.c (remember_copied): Use src_to_dest_free to free	the entry we couldn't insert.	Don't use free'd memory.	* src/copy.c (dest_info_free): New function.	(dest_info_init): Make the hash table code use it.	(record_dest): Store each DEST in malloc'd  memory.  Hence the above.	Use dest_info_free to free the `ent' we couldn't insert.2001-10-14  Jim Meyering  <meyering@lucent.com>	Now, -P is the same as --no-dereference, per POSIX.	Use --parents to get the old meaning.	* src/cp.c (enum) [NO_DEREFERENCE_OPTION]: Remove member.	(long_opts): Associate --no-dereference with `-P'.	(usage): Update description of -P.	(main): Remove local, used_P_option, and code to warn	that the meaning of -P would be changing.2001-10-13  Jim Meyering  <meyering@lucent.com>	* src/copy.c (copy_internal): Tighten up and add comments	describing the test for when to record (via remember_copied)	a <dst_path, source_dev, source_ino> triple.	Relax the test that guards the hard-linked-dir check and	the hard-link-preserving code.	Remove the link-preserving semantics from cp_options.dereference.	Clean up the code that preserves links for `cp -d' and `mv'.	Introduce new options:	  --preserve[={mode,ownership,timestamps,links,all}]	  --no-preserve={mode,ownership,timestamps,links,all}	-p and --preserve remain unchanged and are equivalent to	  `--preserve=mode,ownership,timestamps'	* src/cp.c (enum) [NO_DEREFERENCE_OPTION]: New member.	(enum) [NO_PRESERVE_ATTRIBUTES_OPTION]: New member.	(enum) [PRESERVE_ATTRIBUTES_OPTION]: New member.	(long_opts): Separate -d and --no-dereference options.	Add `no-preserve'.	Separate -p and --preserve options.	The long-named --preserve now accepts optional arguments; -p doesn't.	(usage): Describe additions and changes.	(cp_option_init): Initialize new member, preserve_links, to 0.	(decode_preserve_arg): New function.	(main) [case 'a']: Set preserve_links to 1.	[case 'd']: Set preserve_links to 1.	Add `case' for long-named --no-dereference.	Handle long-named --no-preserve and --preserve.	* src/copy.h (enum Dereference_symlink): Add comments.	(struct cp_options) [preserve_links]: New member.	* src/install.c (cp_option_init): Initialize new member to 0.	* src/mv.c (cp_option_init): Initialize new member to 1.	* tests/cp/link-preserve: Add tests for some of the above.2001-10-13  Jim Meyering  <meyering@lucent.com>	* src/copy.h (struct cp_options) [failed_unlink_is_fatal]: Remove	unused member.	* src/mv.c (cp_option_init): Don't set it.	* src/cp.c (cp_option_init): Likewise.	* src/install.c (cp_option_init): Likewise.	* src/copy.h (struct cp_options): Rename members:	s/preserve_owner_and_group/preserve_ownership/, and	s/preserve_chmod_bits/preserve_mode/.	* src/copy.c, src/cp.c, src/install.c, src/mv.c: Update all uses.	* man/chown.x: Fix typo: s/Sh/SH/ before OPTIONS.	Reported by Eric S. Raymond.2001-10-12  Jim Meyering  <meyering@lucent.com>	* tests/ls/Makefile.am (TESTS): Add infloop.	(XFAIL_TESTS): Mark it as a test that we expect to fail (temporarily).	* tests/ls/infloop: New file.2001-10-11  Jim Meyering  <meyering@lucent.com>	* src/mknod.c (main): Tell what's wrong with `mknod c zero 1 5' rather	than saying just `Try `./mknod --help' for more information.'.	Suggestion from Karl Berry.2001-10-07  Jim Meyering  <meyering@lucent.com>	* TODO: Remove items relating to cp-hash.c, now that they're done.	Allow cp -d (and mv when it resorts to copying) to preserve	hard links that span command line arguments.	* src/cp.c (do_copy): Don't clear the hash table after processing	each command line argument.	* tests/cp/link-preserve: New test for the above.	* tests/cp/Makefile.am (TESTS): Add link-preserve.	* src/cp-hash.c (remember_copied): Make a local copy of the file name.	(src_to_dest_free): New function (to free the above).

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩高清在线不卡| 欧美羞羞免费网站| 国产一区二区影院| 免费欧美日韩国产三级电影| 无码av免费一区二区三区试看 | 日韩精品电影在线观看| 亚洲第四色夜色| 丝袜脚交一区二区| 免费精品视频最新在线| 免费看欧美美女黄的网站| 毛片不卡一区二区| 麻豆一区二区在线| 国产制服丝袜一区| 粉嫩久久99精品久久久久久夜| 国产精品伊人色| 成人av影院在线| 色婷婷国产精品| 欧美电影在线免费观看| 51精品秘密在线观看| 日韩亚洲电影在线| 久久亚洲二区三区| 国产精品拍天天在线| 亚洲免费资源在线播放| 亚洲电影欧美电影有声小说| 人人超碰91尤物精品国产| 精品一区二区久久久| 岛国av在线一区| 一本到三区不卡视频| 欧美日韩久久久| 精品电影一区二区三区| 国产视频一区二区三区在线观看| 国产精品国产成人国产三级| 一区二区三区久久久| 日韩电影免费在线看| 国内精品伊人久久久久av影院| 成人免费毛片a| 欧美在线一区二区三区| 精品久久久久久久久久久久久久久| 久久久无码精品亚洲日韩按摩| 《视频一区视频二区| 婷婷开心激情综合| 国产精品一级片在线观看| 91亚洲精品一区二区乱码| 欧美美女黄视频| 国产精品午夜免费| 亚洲成人午夜影院| 国产精品 日产精品 欧美精品| 色av一区二区| 精品国产乱码久久久久久免费 | 亚洲啪啪综合av一区二区三区| 午夜久久久影院| 成人午夜av电影| 91麻豆精品国产91久久久使用方法| 久久久精品天堂| 视频一区在线视频| zzijzzij亚洲日本少妇熟睡| 91精品国产欧美一区二区成人| 亚洲国产成人午夜在线一区| 日韩av成人高清| 99精品国产99久久久久久白柏| 欧美一二三四区在线| 亚洲人吸女人奶水| 国内精品在线播放| 在线播放一区二区三区| 国产精品久久久久影视| 久久精品国产亚洲高清剧情介绍| 91色在线porny| 久久精品综合网| 日本不卡123| 在线视频一区二区三区| 中文字幕va一区二区三区| 蜜桃av一区二区| 欧美性猛片aaaaaaa做受| 国产精品久久久久久久午夜片| 日本sm残虐另类| 色视频一区二区| 日本一区二区三区在线不卡| 免费在线观看一区二区三区| 欧美日韩亚洲不卡| 日韩伦理av电影| 国产91对白在线观看九色| 精品欧美乱码久久久久久1区2区| 亚洲国产精品久久人人爱| voyeur盗摄精品| 国产亚洲精品资源在线26u| 久久国产精品第一页| 91精品视频网| 亚洲成av人片一区二区梦乃| 一本到高清视频免费精品| 中文字幕在线观看不卡| 国产精品99久久久久| 精品对白一区国产伦| 久久国内精品自在自线400部| 欧美精品一卡两卡| 午夜亚洲福利老司机| 一本大道综合伊人精品热热| 中文字幕一区二区三区av| 国产99久久久国产精品免费看| 26uuu亚洲综合色| 久久99精品国产麻豆婷婷洗澡| 91精品国产综合久久国产大片| 天堂va蜜桃一区二区三区漫画版| 欧美视频在线播放| 亚洲一区二区视频| 欧美伊人久久久久久久久影院 | 国产精品嫩草影院com| 国产精品亚洲综合一区在线观看| 欧美videofree性高清杂交| 久久99精品久久久久| 久久―日本道色综合久久| 国产精品资源在线| 国产网站一区二区| 99热在这里有精品免费| 亚洲四区在线观看| 在线欧美小视频| 亚洲bt欧美bt精品| 欧美一二区视频| 国产一区二区成人久久免费影院| 久久中文娱乐网| 成人短视频下载| 依依成人精品视频| 欧美日韩精品欧美日韩精品一 | 亚洲精品va在线观看| 欧美日韩一区二区三区在线看| 亚洲成a人在线观看| 日韩你懂的电影在线观看| 国产综合色在线视频区| 日本一区二区三区在线观看| 91在线你懂得| 爽好多水快深点欧美视频| 欧美电影免费观看高清完整版在线| 精品一区二区三区久久| 国产精品国产馆在线真实露脸 | 欧美高清视频在线高清观看mv色露露十八| 亚洲国产另类av| 精品88久久久久88久久久 | 久久亚洲一区二区三区明星换脸 | 另类小说色综合网站| 久久这里都是精品| 91在线视频在线| 亚洲1区2区3区4区| 久久久久久久久久久久久女国产乱| 丁香激情综合国产| 亚洲mv在线观看| 久久人人97超碰com| 欧亚一区二区三区| 激情文学综合网| 一区二区三区鲁丝不卡| 精品福利一二区| 在线影视一区二区三区| 蜜桃一区二区三区在线观看| 国产精品三级av在线播放| 欧美日韩色综合| 成人精品国产一区二区4080| 天堂在线一区二区| 国产女主播视频一区二区| 欧美三级乱人伦电影| 国产精品一区二区91| 亚洲18色成人| 国产精品人人做人人爽人人添| 欧美日韩一二三| 成人sese在线| 久久精品99久久久| 亚洲高清免费观看| 国产精品天天看| 欧美xxxx老人做受| 欧美日韩精品欧美日韩精品一综合| 国产宾馆实践打屁股91| 日韩和欧美的一区| 国产精品免费网站在线观看| 日韩欧美一区二区久久婷婷| 91亚洲精品久久久蜜桃网站| 狠狠色丁香九九婷婷综合五月| 亚洲午夜激情网页| 中文字幕色av一区二区三区| 精品久久久久久久人人人人传媒 | 色综合久久久久| 国产在线一区观看| 日本不卡1234视频| 亚洲尤物在线视频观看| 国产精品亲子伦对白| 精品人伦一区二区色婷婷| 欧美日韩国产不卡| 色综合天天综合在线视频| 国产成人免费在线视频| 免费在线观看视频一区| 亚洲成人自拍一区| 一区二区三区日韩欧美| 国产精品久久久久久亚洲毛片 | 一区二区欧美精品| 亚洲欧洲精品天堂一级| 国产视频一区二区在线| 亚洲精品在线三区| 日韩三级电影网址| 在线播放中文字幕一区| 欧美日本一区二区三区四区| 欧美中文字幕一区| 在线观看成人小视频| 91浏览器在线视频| 99re热视频精品|