diff options
author | (no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-08-21 11:43:48 +0800 |
---|---|---|
committer | (no author) <(no author)@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-08-21 11:43:48 +0800 |
commit | 67c6a38eaafd0b1247902039672aa1ab92f3b7c7 (patch) | |
tree | 8cf89d4930bfc2bf0ddbc7198f306bb628b4c535 /README.branch | |
download | pttbbs-67c6a38eaafd0b1247902039672aa1ab92f3b7c7.tar pttbbs-67c6a38eaafd0b1247902039672aa1ab92f3b7c7.tar.gz pttbbs-67c6a38eaafd0b1247902039672aa1ab92f3b7c7.tar.bz2 pttbbs-67c6a38eaafd0b1247902039672aa1ab92f3b7c7.tar.lz pttbbs-67c6a38eaafd0b1247902039672aa1ab92f3b7c7.tar.xz pttbbs-67c6a38eaafd0b1247902039672aa1ab92f3b7c7.tar.zst pttbbs-67c6a38eaafd0b1247902039672aa1ab92f3b7c7.zip |
branch to in2.newman
git-svn-id: http://opensvn.csie.org/pttbbs/branches/in2.newman@1113 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'README.branch')
-rw-r--r-- | README.branch | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.branch b/README.branch new file mode 100644 index 00000000..ef654cab --- /dev/null +++ b/README.branch @@ -0,0 +1,4 @@ +以往在精華區裡面判定某一項是目錄或檔案時, +是直接透過 dash.()來做 (底層使用 stat() ) +將改成直接記在 .DIR 裡面, +可以省掉大量的 system call &速度快. |