aboutsummaryrefslogtreecommitdiffhomepage
path: root/kill.cpp
Commit message (Collapse)AuthorAge
* Make escape() return a wcstringGravatar Kevin Ballard2014-09-25
| | | | This avoids the potential for leaking the resulting string.
* Fix the build (oops)Gravatar ridiculousfish2013-03-29
|
* Make xsel work as designedGravatar ridiculousfish2013-03-29
| | | | Fixes https://github.com/fish-shell/fish-shell/issues/559
* Make subcommands modify $status, and make builtin_set not modify status ↵Gravatar ridiculousfish2013-01-31
| | | | | | | unless it fails https://github.com/fish-shell/fish-shell/issues/547 https://github.com/fish-shell/fish-shell/issues/214
* Apply new indentation, brace, and whitespace styleGravatar ridiculousfish2012-11-18
|
* Remove trailing whitespaces and change tabs to spacesGravatar Łukasz Niemier2012-11-18
|
* Renamed env_vars to env_vars_snapshot_tGravatar ridiculousfish2012-07-20
| | | | Cleanup of non-wcstring version of path_get_path
* Lots of modernization changedGravatar ridiculousfish2012-05-09
| | | | Removed wcsdupcat
* Fixed compilation on Linux.Gravatar Siteshwar Vashisht2012-03-04
|
* Clean up the kill ringGravatar ridiculousfish2012-03-03
|
* removed some string_bufferGravatar ridiculousfish2012-03-03
|
* More work towards autosuggesting completionsGravatar ridiculousfish2012-02-25
|
* Clean up exec_subshell, removing al_list from itGravatar ridiculousfish2012-02-07
|
* Removed halloc from input.cppGravatar ridiculousfish2012-02-07
|
* Excised some more hallocGravatar ridiculousfish2012-01-29
|
* 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
* Modified kill.cpp to use env_get_string().Gravatar Siteshwar Vashisht2012-01-12
|
* More work to migrate off of ad-hoc data structuresGravatar ridiculousfish2011-12-31
|
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
|
* Initial C++ conversionGravatar ridiculousfish2011-12-26