No description
Find a file
axel f2d6ae3220 Swedish translation fixes (tiny)
darcs-hash:20060121204514-ac50b-53ce3806d118e3d5d6ae51ae3822d8424479c192.gz
2006-01-22 06:45:14 +10:00
doc_src Minor edits to the todo part of the fish documentation 2006-01-21 03:16:03 +10:00
init Fix broken PATH check 2006-01-22 06:42:17 +10:00
po Swedish translation fixes (tiny) 2006-01-22 06:45:14 +10:00
tests Fix broken regression test (irony?) 2005-10-02 23:44:06 +10:00
builtin.c Fix crash bugs in fg and bg builtins, and make sure bg doesn't consider background jobs when run without an argument 2006-01-19 23:15:15 +10:00
builtin.h Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch) 2006-01-12 00:17:35 +10:00
builtin_commandline.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
builtin_help.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
builtin_help.hdr Add missing include in builtin_help.hdr 2005-12-20 18:57:46 +10:00
builtin_set.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
builtin_ulimit.c Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
common.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
common.h Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
complete.c Bugfix for command completion descriptions, potential crash on strange output from apropos 2006-01-22 06:44:23 +10:00
complete.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
config.guess Initial revision 2005-09-20 23:26:39 +10:00
config.sub Initial revision 2005-09-20 23:26:39 +10:00
configure.ac Add autoconf test for presense of _nl_msg_cat_cntr 2006-01-22 02:02:34 +10:00
count.c Initial revision 2005-09-20 23:26:39 +10:00
Doxyfile Initial revision 2005-09-20 23:26:39 +10:00
Doxyfile.user Initial revision 2005-09-20 23:26:39 +10:00
env.c Fix broken PATH check 2006-01-22 06:42:17 +10:00
env.h Increase fish robustness by improving signal handling when forking jobs and minor signal handling improvements 2005-10-14 21:40:33 +10:00
env_universal.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
env_universal.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
env_universal_common.c Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
env_universal_common.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
event.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
event.h Code cleanup 2005-12-15 23:59:02 +10:00
exec.c Change the foregrounf/background code a bit, fixes bug where mulktiple jobs want foreground status. Is this fix enough or are there still corner cases? 2006-01-18 22:42:48 +10:00
exec.h Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
expand.c Error message update 2006-01-21 22:38:28 +10:00
expand.h Spelling 2005-12-08 01:57:17 +10:00
fish.spec.in Remove the tokenize command from the rpm spec file 2006-01-12 00:09:41 +10:00
fish_pager.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
fish_tests.c Spelling 2005-12-08 01:57:17 +10:00
fishd.c Fix two issues on OS X, a non-compatible use of the expr command and a bad init of a socket for the universal variable daemon 2006-01-10 00:44:18 +10:00
function.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
function.h Make the not builtin work with shellscript functions 2005-11-30 05:50:30 +10:00
gen_hdr.sh Multiple portability fixes 2005-10-11 02:12:55 +10:00
gen_hdr2.c Initial revision 2005-09-20 23:26:39 +10:00
highlight.c Fix problem bug breaking completion in commands with multiple subshells 2005-10-25 21:03:52 +10:00
highlight.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
history.c Fix infinite loop in token search 2005-12-13 04:30:55 +10:00
history.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
input.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
input.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
input_common.c Add missing includes in input_common.c 2006-01-19 22:23:22 +10:00
input_common.h Use private use area for internal non-unicode characters 2005-10-20 21:27:54 +10:00
INSTALL Corrections to the INSTALL file 2006-01-16 07:26:39 +10:00
install-sh Initial revision 2005-09-20 23:26:39 +10:00
intern.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
intern.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
io.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
io.h Huge API documentation cleanup 2005-10-25 01:26:25 +10:00
key_reader.c Set locale in key_reader correctly 2005-09-25 21:32:13 +10:00
kill.c API cleanup 2005-10-07 20:36:51 +10:00
kill.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
main.c Make description messages more uniform 2006-01-09 09:13:06 +10:00
Makefile.in Use backticks for command substitutions in Makefile to make it work on older sh implementations 2006-01-22 02:01:17 +10:00
mimedb.c Use better test for presense of getopt_long function 2005-11-28 01:06:03 +10:00
mimedb.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
output.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
output.h Initial imlementation of uname shellscript function 2005-10-17 23:24:12 +10:00
parser.c Change the foregrounf/background code a bit, fixes bug where mulktiple jobs want foreground status. Is this fix enough or are there still corner cases? 2006-01-18 22:42:48 +10:00
parser.h Change syntax of 'and' and 'or' to infix order 2006-01-06 01:37:53 +10:00
proc.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
proc.h Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
reader.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
reader.h Do not break stdin when reading a script 2005-10-19 22:07:44 +10:00
README Initial revision 2005-09-20 23:26:39 +10:00
sanity.c Yet another batch of description tweaks, as well as the last major checkin of translations to swedish (updated patch) 2006-01-12 00:17:35 +10:00
sanity.h Add header guards to the header files. 2005-10-05 01:11:39 +10:00
set_color.c Check location of term.h header (updated) 2006-01-19 22:22:07 +10:00
signal.c Define a few additional signals 2006-01-19 04:40:46 +10:00
signal.h Increase fish robustness by improving signal handling when forking jobs and minor signal handling improvements 2005-10-14 21:40:33 +10:00
tokenizer.c Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
tokenizer.h Make sure tokenizer never changes input string 2005-12-10 10:33:35 +10:00
translate.c Make sure _nl_msg_cat_cntr exists even if libintl doesn't, and use printf command if the gettext command isn't installed. Both of these are needed on systems without gettext support. 2006-01-21 02:31:56 +10:00
translate.h Add i18n through gettext, as well as a Swedish translation 2006-01-04 22:51:02 +10:00
user_doc.head.html Updated some obsolete documentation sections, and added some general polish 2005-12-04 12:27:40 +10:00
util.c Do not free allocated data when clearing a string_buffer_t 2006-01-10 03:13:02 +10:00
util.h Minor performance tweak: Do not allocate any heap memory for hash_table_t until an element is inserted. That way, hash tables that never contain any data will not cause a call to malloc() 2005-10-27 00:48:23 +10:00
wgetopt.c Remove some GNU preprocessor magic from wgetopt.c, it only applies to regular getopt 2006-01-18 03:24:12 +10:00
wgetopt.h Use csh-style error rules with wildcards, i.e. if no matches are found, the command is not executed 2005-12-04 02:43:56 +10:00
wildcard.c Fix two bugs which together caused descriptions to be interpreted as a part of the completion in some rare cases 2006-01-21 12:52:06 +10:00
wildcard.h Spelling 2005-12-08 01:57:17 +10:00
wutil.c Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks from common.c to wutil.c. 2006-01-21 00:27:21 +10:00
wutil.h Add a few Doxygen function descriptions 2006-01-21 02:34:04 +10:00
xdgmime.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmime.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimealias.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimealias.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeglob.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeglob.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeint.c Use char instead of unsigned char in xdgmime files. Avoids a few warnings. 2005-12-12 08:28:33 +10:00
xdgmimeint.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimemagic.c Use char instead of unsigned char in xdgmime files. Avoids a few warnings. 2005-12-12 08:28:33 +10:00
xdgmimemagic.h Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeparent.c Initial revision 2005-09-20 23:26:39 +10:00
xdgmimeparent.h Initial revision 2005-09-20 23:26:39 +10:00
xsel-0.9.6.tar Initial revision 2005-09-20 23:26:39 +10:00

How to find documentation for fish
==================================

The fish documentation is distributed in an intermediate format. To
view it, you have to type:

  % make user_doc

Which will create the directory user_doc, containing html
documentation for fish. If you build and install fish, the
documentation will be available through the 'help' builtin.

After installation, you can start fish by typing fish in the
terminal. After fish has started, try using the help command for more
information.