mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-23 12:52:29 +08:00
Replace the count function with a builtin for performance reasons. The count function used at least two forks, which was noticable on systems such as OS X with slow forks
darcs-hash:20070731212320-ac50b-3bae489646f359ca86bb1f049901860ce9aedd5f.gz
This commit is contained in:
parent
2caaa7526d
commit
748d726ddf
|
@ -13,11 +13,7 @@
|
|||
|
||||
3). Create a file doc_src/NAME.txt, containing the manual for the builtin in Doxygen-format. Check the other builtin manuals for proper syntax.
|
||||
|
||||
4). Add an entry to the BUILTIN_DOC_SRC variable of Makefile.in.
|
||||
|
||||
5). Add an entry to the manual at the builtin-overview subsection of doc_src/doc.hdr. Note that the entries should be sorted alphabetically!
|
||||
|
||||
6). Use 'darcs add doc_src/NAME.txt' to start tracking changes to the documentation file.
|
||||
4). Use 'darcs add doc_src/NAME.txt' to start tracking changes to the documentation file.
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user