doc_src
minor changes on user doc
2011-02-20 02:58:11 +08:00
etc
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
FishsFish.xcodeproj
New file autoload.h that will ultimately handle autoloading completions and functions
2012-01-25 00:36:55 -08:00
po
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
share
update aptitude completions, patch by Dániel Ugra, closes Launchpad bug 238282
2011-09-25 01:24:34 +02:00
tests
add test case for 364d3dbbf8
2010-11-24 00:35:56 +08:00
.gitignore
update .gitignore
2010-10-05 21:14:43 +08:00
autoload.cpp
buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' into CPlusPlus
2012-01-29 14:11:39 +05:30
autoload.h
Fix for issue where we treated all cached files as accessible for the purpose of highlighting, instead of using their cached accessible variable
2012-01-28 15:49:50 -08:00
builtin.cpp
Excised some more halloc
2012-01-29 23:22:42 -08:00
builtin.h
Excised some more halloc
2012-01-29 23:22:42 -08:00
builtin_commandline.cpp
More work towards instanced parser. First successful compilation
2012-01-22 21:40:08 -08:00
builtin_complete.cpp
A bunch of work to move towards a sane memory model in job_t
2012-01-29 22:06:58 -08:00
builtin_jobs.cpp
A bunch of work to move towards a sane memory model in job_t
2012-01-29 22:06:58 -08:00
builtin_set.cpp
Get some basic function signatures right for new instanced parser
2012-01-16 12:10:08 -08:00
builtin_ulimit.cpp
Get some basic function signatures right for new instanced parser
2012-01-16 12:10:08 -08:00
common.cpp
Migrate functions like parser_keywords_is_block to wcstring
2012-01-30 09:46:33 -08:00
common.h
Migrate functions like parser_keywords_is_block to wcstring
2012-01-30 09:46:33 -08:00
complete.cpp
Yet more un-hallocing
2012-01-30 02:23:58 -08:00
complete.h
Added constructor to completion_t for guarranted initialzation of flags attribute.
2012-01-16 23:54:57 +05:30
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
Improved check for pthread library to build successfully on Linux
2012-01-06 11:50:17 -08:00
create_manpage_completions.py
Putting a copyright statement on my script :)
2012-01-29 13:02:40 +05:30
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.in
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
Doxyfile.user
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
env.cpp
LRU work to load functions off of the main thread.
2012-01-28 14:56:13 -08:00
env.h
Redesign new environment variables to use env_var_t instead of wcstring
2012-01-14 02:42:17 -08:00
env_universal.cpp
Migration of screen away from ad-hoc lists
2011-12-27 18:41:38 -08:00
env_universal.h
Migration of screen away from ad-hoc lists
2011-12-27 18:41:38 -08:00
env_universal_common.cpp
Improved const-correctness, eliminating warnings.
2012-01-14 22:00:00 -08:00
env_universal_common.h
Migration of screen away from ad-hoc lists
2011-12-27 18:41:38 -08:00
event.cpp
A bunch of work to move towards a sane memory model in job_t
2012-01-29 22:06:58 -08:00
event.h
Migrate to std::vector in event class
2011-12-27 00:06:07 -08:00
exec.cpp
Excised some more halloc
2012-01-29 23:22:42 -08:00
exec.h
More work on the instanced parser
2012-01-22 20:47:13 -08:00
expand.cpp
Fix to not show thread debugging warning when entering characters like "~%". expand_string2() now uses it's own parser instead of principal_parser. Added PARSER_TYPE_ERRORS_ONLY in parser_type_t.
2012-01-30 23:58:30 +05:30
expand.h
Yet more un-hallocing
2012-01-30 02:23:58 -08:00
fallback.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
fallback.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
fish.cpp
Migrate function.cpp to scoped_lock and shared_ptr
2012-01-23 20:32:36 -08:00
fish.spec.in
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
fish_indent.cpp
Incorporate Siteshwar's patch for building on Linux
2012-01-05 13:58:48 -08:00
fish_pager.cpp
Improved const-correctness, eliminating warnings.
2012-01-14 22:00:00 -08:00
fish_tests.cpp
Added LRU tests, and made tests work again
2012-01-27 11:43:45 -08:00
fishd.cpp
More const and signed correctness. Warnings now fit on one page!
2012-01-14 22:48:53 -08:00
function.cpp
LRU work to load functions off of the main thread.
2012-01-28 14:56:13 -08:00
function.h
LRU work to load functions off of the main thread.
2012-01-28 14:56:13 -08:00
halloc.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
halloc.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
halloc_util.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
halloc_util.h
Use halloc in a few more places, including the highlight code
2006-06-13 00:12:33 +10:00
highlight.cpp
Merge branch 'CPlusPlus' of gitorious.org:~ridiculousfish/fish-shell/fishfish into CPlusPlus
2012-01-31 00:04:15 +05:30
highlight.h
Improve const and signed/unsigned correctness
2012-01-14 22:32:45 -08:00
history.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
history.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
input.cpp
Migrate input_function_get_names to wcstring_list_t
2012-01-23 20:48:47 -08:00
input.h
Migrate input_function_get_names to wcstring_list_t
2012-01-23 20:48:47 -08:00
input_common.cpp
IO port
2011-12-26 21:05:25 -08:00
input_common.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
INSTALL
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
install-sh
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
intern.cpp
Made intern'd strings thread safe.
2012-01-23 20:02:15 -08:00
intern.h
Made intern'd strings thread safe.
2012-01-23 20:02:15 -08:00
internalize_scripts.py
Changes to make completions internalized scripts.
2012-01-15 00:25:21 -08:00
io.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
io.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
iothread.cpp
More work towards instanced parser. First successful compilation
2012-01-22 21:40:08 -08:00
iothread.h
Added iothread
2011-12-26 21:21:12 -08:00
key_reader.cpp
Incorporate Siteshwar's patch for building on Linux
2012-01-05 13:58:48 -08:00
kill.cpp
Excised some more halloc
2012-01-29 23:22:42 -08:00
kill.h
Lots of warnings fixes and const correctness
2012-01-14 03:41:50 -08:00
make_completions.py
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
make_vcs_completions.fish
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
Makefile.in
Fix to finally make builtin_scripts.h and builtin_scripts.cpp be generated by the Makefile
2012-01-29 22:29:13 -08:00
mimedb.cpp
Improve const and signed/unsigned correctness
2012-01-14 22:32:45 -08:00
mimedb.h
Add header guards to the header files.
2005-10-05 01:11:39 +10:00
output.cpp
Improve const and signed/unsigned correctness
2012-01-14 22:32:45 -08:00
output.h
Modified input.cpp, output.cpp to use env_get_string()
2012-01-12 23:11:07 +05:30
parse_util.cpp
A bunch of work to move towards a sane memory model in job_t
2012-01-29 22:06:58 -08:00
parse_util.h
A bunch of work to move towards a sane memory model in job_t
2012-01-29 22:06:58 -08:00
parser.cpp
Migrate functions like parser_keywords_is_block to wcstring
2012-01-30 09:46:33 -08:00
parser.h
Fix to not show thread debugging warning when entering characters like "~%". expand_string2() now uses it's own parser instead of principal_parser. Added PARSER_TYPE_ERRORS_ONLY in parser_type_t.
2012-01-30 23:58:30 +05:30
parser_keywords.cpp
Migrate functions like parser_keywords_is_block to wcstring
2012-01-30 09:46:33 -08:00
parser_keywords.h
Migrate functions like parser_keywords_is_block to wcstring
2012-01-30 09:46:33 -08:00
path.cpp
Excised some more halloc
2012-01-29 23:22:42 -08:00
path.h
Excised some more halloc
2012-01-29 23:22:42 -08:00
print_help.cpp
Lots of warnings fixes and const correctness
2012-01-14 03:41:50 -08:00
print_help.h
Lots of warnings fixes and const correctness
2012-01-14 03:41:50 -08:00
proc.cpp
Fixed compilation errors caused by latest commits
2012-01-30 21:45:02 +05:30
proc.h
Fixed compilation errors caused by latest commits
2012-01-30 21:45:02 +05:30
reader.cpp
Convert jobs list to std::list
2012-01-29 16:36:21 -08:00
reader.h
buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' into CPlusPlus
2012-01-29 14:11:39 +05:30
README
Initial revision
2005-09-20 23:26:39 +10:00
sanity.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
sanity.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
screen.cpp
More const and signed correctness. Warnings now fit on one page!
2012-01-14 22:48:53 -08:00
screen.h
Migrate some more away from array_list_t
2011-12-28 12:36:47 -08:00
seq.in
Merged changes from codemonkey and grissiom branches
2010-11-12 02:07:14 +11:00
set_color.cpp
Improve const and signed/unsigned correctness
2012-01-14 22:32:45 -08:00
signal.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
signal.h
Make sure signals aren't blocked while autoloading, also add a few consistency checks to see that signals aren't blocked in critical places
2006-10-30 07:09:11 +10:00
tokenizer.cpp
More const and signed correctness. Warnings now fit on one page!
2012-01-14 22:48:53 -08:00
tokenizer.h
More work on the instanced parser
2012-01-22 20:47:13 -08:00
user_doc.head.html
remove trialing spaces #2
2010-09-18 10:18:26 +08:00
util.cpp
More const and signed correctness. Warnings now fit on one page!
2012-01-14 22:48:53 -08:00
util.h
More migration away from al_list
2011-12-26 23:29:57 -08:00
wgetopt.cpp
Incorporate Siteshwar's patch for building on Linux
2012-01-05 13:58:48 -08:00
wgetopt.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
wildcard.cpp
Fixed more known auto completion bugs; auto completion calls working fine now
2012-01-20 22:20:31 +05:30
wildcard.h
Converted all auto completion calls (on pressing tab) to use std::vector<completion_t>, bugs are yet to be fixed
2012-01-16 22:26:47 +05:30
wutil.cpp
Removed a log
2011-12-26 21:05:07 -08:00
wutil.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
xdgmime.cpp
Incorporate Siteshwar's patch for building on Linux
2012-01-05 13:58:48 -08:00
xdgmime.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
xdgmimealias.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
xdgmimealias.h
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimeglob.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
xdgmimeglob.h
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
xdgmimeint.cpp
Initial C++ conversion
2011-12-26 19:11:54 -08:00
xdgmimeint.h
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimemagic.cpp
Improve const and signed/unsigned correctness
2012-01-14 22:32:45 -08:00
xdgmimemagic.h
Initial revision
2005-09-20 23:26:39 +10:00
xdgmimeparent.cpp
Some changes to migrate towards C++ and a multithreaded model
2011-12-26 19:18:46 -08:00
xdgmimeparent.h
Initial revision
2005-09-20 23:26:39 +10:00
xsel-1.2.0.tar.gz
upgrade xsel to 1.2.0
2010-09-18 10:14:14 +08:00