aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* Get some basic function signatures right for new instanced parserGravatar ridiculousfish2012-01-16
|
* Some const correctnessGravatar ridiculousfish2012-01-16
|
* Beginnings of instance parser workGravatar ridiculousfish2012-01-16
|
* Fix for bogus check for IFS environment variableGravatar ridiculousfish2012-01-16
|
* Fix to prevent autoloading of completions on highlight threadGravatar ridiculousfish2012-01-15
|
* Changes to make completions internalized scripts.Gravatar Peter Ammon2012-01-15
| | | | This about doubles the size of fish. These things are huge. We may not want to ship it like this.
* More const and signed correctness. Warnings now fit on one page!Gravatar Peter Ammon2012-01-14
|
* Improve const and signed/unsigned correctnessGravatar Peter Ammon2012-01-14
|
* Improved const-correctness, eliminating warnings.Gravatar Peter Ammon2012-01-14
| | | | Migrated some int to size_t
* Lots of warnings fixes and const correctnessGravatar Peter Ammon2012-01-14
|
* Redesign new environment variables to use env_var_t instead of wcstringGravatar Peter Ammon2012-01-14
| | | | Migrate uses of empty() to missing() to distinguish between empty variable and unset variable
* Introduce env_var_t to replace empty string as missing environment variableGravatar Peter Ammon2012-01-14
|
* Migrate function.cpp to STL types.Gravatar ridiculousfish2012-01-13
|
* Changes related to supporting "intern scripts." These are scripts that used ↵Gravatar ridiculousfish2012-01-13
| | | | to be installed in /share/functions, but now are just compiled-in strings. This should reduce the amount of I/O done at launch time.
* Removed multiple delcartions of path_list from autoload_names() in fuction.cppGravatar Siteshwar Vashisht2012-01-14
|
* Merge branch 'Use_env_get_string' into CPlusPlusGravatar Siteshwar Vashisht2012-01-14
|\ | | | | | | | | Conflicts: function.cpp
| * Modified function.cpp to use env_get_string().Gravatar Siteshwar Vashisht2012-01-12
| |
| * Modified highlight.cpp to use env_get_string().Gravatar Siteshwar Vashisht2012-01-12
| |
| * Modified input.cpp, output.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
| |
| * Modified kill.cpp to use env_get_string().Gravatar Siteshwar Vashisht2012-01-12
| |
| * Modified parse_util.cpp, parser.cpp, path.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
| |
| * Modified reader.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
| |
| * Fixed connection error to fishd server in env.cppGravatar Siteshwar Vashisht2012-01-12
| |
| * Modified exec.cpp to use env_get_string(); rolled back changes to expand.cpp ↵Gravatar Siteshwar Vashisht2012-01-12
| | | | | | | | in last commit, because pressing ^D results into an error with the changes
| * Revert "Modified expand.cpp and exec.cpp to use env_get_string()"Gravatar Siteshwar Vashisht2012-01-12
| | | | | | | | This reverts commit 48655e882ef02efe50e1b5a05e1b0ae653861c3d.
| * Modified expand.cpp and exec.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
| |
| * Modified exec.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
| |
| * Modified env.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-12
| |
* | Additional migration to STL data structuresGravatar ridiculousfish2012-01-10
| |
| * Modified complete.cpp to use env_get_string(); Fixed env_get_string() return ↵Gravatar Siteshwar Vashisht2012-01-10
| | | | | | | | an empty wcstring instead of returning 0.
| * Modified builtin_set.cpp to use env_get(), added functions like ↵Gravatar Siteshwar Vashisht2012-01-10
| | | | | | | | update_values2(), env_set2() etc. to support wcstring and vector instead of using array_list_t
| * Further changes in builtin.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-10
| |
| * Modified builting.cpp to use env_get_string()Gravatar Siteshwar Vashisht2012-01-10
|/
* Modified screen.cpp to compile on Linux.Gravatar Siteshwar Vashisht2012-01-07
|
* Improved check for pthread library to build successfully on LinuxGravatar ridiculousfish2012-01-06
|
* More work towards incorporating C++ build steps into Makefile.in and ↵Gravatar ridiculousfish2012-01-06
| | | | configure.ac
* Fix for bogus cast warning in configure script that was breaking ↵Gravatar ridiculousfish2012-01-06
| | | | local_cv_use__posix_c_source
* Fix to incorporate C++ build changes into configure.ac and Makefile.inGravatar ridiculousfish2012-01-06
|
* Updated dependencies in Makefile.inGravatar ridiculousfish2012-01-05
|
* Updated Makefile.cpp with updated header dependenciesGravatar ridiculousfish2012-01-05
|
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
|
* Switch from std::set to std::map in parse_util.cppGravatar ridiculousfish2012-01-04
|
* Rewrote parse_util.cpp data structures to use STL types and classesGravatar ridiculousfish2012-01-04
|
* More work towards supporting builtin scriptsGravatar ridiculousfish2012-01-03
|
* Added internalize_scripts.py in preparation for ending reliance on ↵Gravatar ridiculousfish2012-01-02
| | | | "standard" scripts in /usr/local/share
* Fix for crash when unescaping a string with unbalanced quotesGravatar ridiculousfish2012-01-02
| | | | Add Mac OS X's default term name to terms for which we know how to set a title
* More work to migrate off of ad-hoc data structuresGravatar ridiculousfish2011-12-31
|
* Migrate some more away from array_list_tGravatar ridiculousfish2011-12-28
|
* Migration of screen away from ad-hoc listsGravatar ridiculousfish2011-12-27
|
* Migrate to std::vector in event classGravatar ridiculousfish2011-12-27
|