build_tools
Teach Xcode how to pass arguments to build_documentation.sh
2013-01-03 15:26:29 -08:00
doc_src
make 'alias' check for recursive calls and insert 'command'; update docs, fix #486
2013-01-01 22:56:08 +01:00
etc
Remove code that tries to load files in include directory
2012-12-01 21:17:16 -08:00
fish.xcodeproj
Teach the Xcode project how to install the man pages
2013-01-03 16:35:23 -08:00
osx
Clean up fish.app target to build correctly. Still won't run from Xcode, but will run from Finder
2012-08-21 01:20:19 -07:00
po
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
share
Remove origin/HEAD lines from __fish_git_branches.
2013-01-02 08:16:42 +01:00
tests
really fix bug in export status of universal vars; add tests for that bug
2013-01-02 23:31:30 -08:00
.gitattributes
Added .gitattributes to ignore new build_tools directory from archival
2012-05-10 02:10:39 -07:00
.gitignore
Add confdefs.h to .gitignore
2012-12-17 20:07:24 -08:00
autoload.cpp
Remove Python dependency from Makefile and Xcode build
2012-12-08 21:41:38 -08:00
autoload.h
forward-word should accept a word of an autosuggestion
2012-12-10 16:23:08 -08:00
builtin.cpp
Make event_block_t.event not a reference
2012-12-22 12:40:34 -08:00
builtin.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
builtin_commandline.cpp
Implement new newline-escaping behavior. Backslashes at the end of lines now essentially delete the newline, within normal text or double quotes. Backslashes are retained within single quotes.
2012-11-22 01:09:07 -08:00
builtin_complete.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
builtin_jobs.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
builtin_set.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
builtin_test.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
builtin_ulimit.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
CHANGELOG
Remove trailing whitespaces and change tabs to spaces
2012-11-18 11:23:22 +01:00
color.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
color.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
common.cpp
parsing numbers imho better uses + rather than |
2012-12-30 01:55:48 +01:00
common.h
Eliminate str2wcs
2012-12-19 13:31:06 -08:00
complete.cpp
Fix to avoid suggesting files for empty tokens
2012-12-26 15:28:25 -08:00
complete.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
config.guess
Update to latest config.sub and config.guess versions
2006-03-02 02:28:21 +10:00
config.sub
Update to latest config.sub and config.guess versions
2006-03-02 02:28:21 +10:00
configure.ac
Made autoconf stop generating Doxyfile.help in preparation for Xcode documentation build phase
2012-12-26 23:48:11 -08:00
create_wajig_completions.py
Add the file that generated the wajig completions to the tree. This should not be installed but it should be included with the tarball. The file was written by Reuben Thomas.
2006-11-04 00:26:45 +10:00
Doxyfile
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
Doxyfile.help
Made autoconf stop generating Doxyfile.help in preparation for Xcode documentation build phase
2012-12-26 23:48:11 -08:00
Doxyfile.user
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
env.cpp
really fix bug in export status of universal vars; add tests for that bug
2013-01-02 23:31:30 -08:00
env.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
env_universal.cpp
Make fish more robust when multiple instances are started at once
2012-12-27 20:26:16 -08:00
env_universal.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
env_universal_common.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
env_universal_common.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
event.cpp
fix signal race
2012-12-24 23:06:09 -08:00
event.h
Make event_block_t.event not a reference
2012-12-22 12:40:34 -08:00
exec.cpp
Clean up initialization of pipe_{read,write} in exec() a bit.
2012-12-21 15:45:35 -08:00
exec.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
expand.cpp
Attempt to fix process expansion on Linux
2012-12-18 11:37:54 -08:00
expand.h
Eliminate str2wcs
2012-12-19 13:31:06 -08:00
fallback.cpp
Removal of more lingering wcs2str()
2012-12-24 20:55:35 -08:00
fallback.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
fish.cpp
Eliminate str2wcs
2012-12-19 13:31:06 -08:00
fish.spec.in
Re-point some URLs at the fish homepage fishshell.com
2012-12-27 02:17:14 -08:00
fish_indent.cpp
Remove tok_destroy
2012-11-21 22:14:28 -08:00
fish_pager.cpp
Eliminate str2wcs
2012-12-19 13:31:06 -08:00
fish_tests.cpp
re-enable tests that were accidentally disabled in 0b1e3718
2013-01-01 23:06:41 +01:00
fishd.cpp
Eliminate str2wcs
2012-12-19 13:31:06 -08:00
function.cpp
reference'ize event.cpp/h
2012-12-20 16:13:14 +01:00
function.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
highlight.cpp
Changes to work recognition per https://github.com/fish-shell/fish-shell/issues/384
2012-12-20 17:37:09 -08:00
highlight.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
history.cpp
Fix for build errors with g++ 4.0.1
2012-12-11 13:18:40 -08:00
history.h
Make fish try to detect when it's an orphaned process and then exit politely
2012-12-05 13:33:07 -08:00
input.cpp
Make meta-backspace less aggressive about what it deletes
2012-12-20 17:58:09 -08:00
input.h
Fix for an exception in a non-interactive shell with empty input
2012-12-20 17:45:35 -08:00
input_common.cpp
Change to make the lookahead array a std::stack instead of a static 4k list(!)
2012-11-24 16:58:30 -08:00
input_common.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
INSTALL
Replace darcs repositories by git repos.
2012-12-18 11:45:47 -08:00
install-sh
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
intern.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
intern.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
io.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
io.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
iothread.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
iothread.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
key_reader.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
kill.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
kill.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
lru.h
Fix for build errors with g++ 4.0.1
2012-12-11 13:18:40 -08:00
Makefile.in
Change build_documentation to take its paths as arguments, and the Makefile.in to pass them
2013-01-03 15:17:48 -08:00
mimedb.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
mimedb.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
output.cpp
Eliminate str2wcs
2012-12-19 13:31:06 -08:00
output.h
Eliminate str2wcs
2012-12-19 13:31:06 -08:00
parse_util.cpp
Remove tok_destroy
2012-11-21 22:14:28 -08:00
parse_util.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
parser.cpp
Make event_block_t.event not a reference
2012-12-22 12:40:34 -08:00
parser.h
Make event_block_t.event not a reference
2012-12-22 12:40:34 -08:00
parser_keywords.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
parser_keywords.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
path.cpp
Added a history speed test
2012-12-03 02:25:08 -08:00
path.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
postfork.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
postfork.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
print_help.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
print_help.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
proc.cpp
Merge branch 'event-bug-test' of git://github.com/JanKanis/fish-shell into JanKanis-event-bug-test
2012-12-22 12:20:41 -08:00
proc.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
reader.cpp
Fix for an exception in a non-interactive shell with empty input
2012-12-20 17:45:35 -08:00
reader.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
README.md
Update OS X build instructions
2012-12-26 21:30:03 -08:00
release_notes.html
Updated relnotes
2012-06-05 01:22:25 -07:00
sanity.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
sanity.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
screen.cpp
Removed some debugging code used in determining autosuggestion truncation
2012-12-11 14:44:41 -08:00
screen.h
Change to make the lookahead array a std::stack instead of a static 4k list(!)
2012-11-24 16:58:30 -08:00
seq.in
Merged changes from codemonkey and grissiom branches
2010-11-12 02:07:14 +11:00
set_color.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
signal.cpp
Fix for issue where history file would be read immediately on launch
2012-12-04 16:00:35 -08:00
signal.h
Fix for issue where history file would be read immediately on launch
2012-12-04 16:00:35 -08:00
STYLEGUIDE.md
Hungary notation -> Hungarian notation
2012-11-19 13:16:50 -08:00
tokenizer.cpp
Formatting
2012-12-22 12:21:31 -08:00
tokenizer.h
Formatting
2012-12-22 12:21:31 -08:00
user_doc.head.html
Re-point some URLs at the fish homepage fishshell.com
2012-12-27 02:17:14 -08:00
util.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
util.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
wgetopt.cpp
Re-point some URLs at the fish homepage fishshell.com
2012-12-27 02:17:14 -08:00
wgetopt.h
Re-point some URLs at the fish homepage fishshell.com
2012-12-27 02:17:14 -08:00
wildcard.cpp
More work towards incremental history. Added some tests.
2012-12-02 23:38:38 -08:00
wildcard.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
wutil.cpp
Removal of more lingering wcs2str()
2012-12-24 20:55:35 -08:00
wutil.h
More work towards incremental history. Added some tests.
2012-12-02 23:38:38 -08:00
xdgmime.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmime.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmimealias.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmimealias.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmimeglob.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
xdgmimeglob.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmimeint.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmimeint.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmimemagic.cpp
Fix indentation of switch statements
2012-11-19 00:31:03 -08:00
xdgmimemagic.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmimeparent.cpp
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xdgmimeparent.h
Apply new indentation, brace, and whitespace style
2012-11-18 16:30:30 -08:00
xsel-1.2.0.tar.gz
upgrade xsel to 1.2.0
2010-09-18 10:14:14 +08:00