aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* 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
|
* More migration away from al_listGravatar ridiculousfish2011-12-26
|
* Migrate some more off of al_listGravatar ridiculousfish2011-12-26
|
* More migration to the STLGravatar ridiculousfish2011-12-26
|
* Migrate blocked to std::vectorGravatar ridiculousfish2011-12-26
|
* Migrate killme to std::vectorGravatar ridiculousfish2011-12-26
|
* Migrate events to std::vectorGravatar ridiculousfish2011-12-26
|
* Fixed a build failureGravatar ridiculousfish2011-12-26
| | | | Added a thread assertion to function.cpp
* Migrated some more data structures to the STL. Removed some ad-hoc data ↵Gravatar ridiculousfish2011-12-26
| | | | structure implementations.
* Fix to migrate the universal variable server off of dyn_queue_tGravatar ridiculousfish2011-12-26
|
* Added iothreadGravatar ridiculousfish2011-12-26
|
* Merge branch 'master' into CPlusPlusGravatar ridiculousfish2011-12-26
|\
| * Fix to use proper type to compute difference between two pointers, which ↵Gravatar ridiculousfish2011-12-26
| | | | | | | | fixes a crash when fish is compiled LP64
* | IO portGravatar ridiculousfish2011-12-26
| |
* | Removed a logGravatar ridiculousfish2011-12-26
| |
* | Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
| |