aboutsummaryrefslogtreecommitdiffhomepage
path: root/kill.cpp
Commit message (Expand)AuthorAge
* Fix the build (oops)Gravatar ridiculousfish2013-03-29
* Make xsel work as designedGravatar ridiculousfish2013-03-29
* Make subcommands modify $status, and make builtin_set not modify status unles...Gravatar ridiculousfish2013-01-31
* 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
* Lots of modernization changedGravatar ridiculousfish2012-05-09
* 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
* 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