| Commit message (Expand) | Author | Age |
... | |
* | Some more changes in preparation for turning on complete-based autosuggestions | ridiculousfish | 2012-02-26 |
* | Some work to allow completions to be evaluated off of the main thread | ridiculousfish | 2012-02-24 |
* | Large set of changes to migrate sb_out and sb_err to wcstring | ridiculousfish | 2012-02-22 |
* | Removing some unnecessary calls to c_str(), and added str2wcstring(std::strin... | Siteshwar Vashisht | 2012-02-18 |
* | Modified most functions in wutil.h/.cpp to use wcstring instead of wchar_t*, ... | Siteshwar Vashisht | 2012-02-18 |
* | Initial work towards making autosuggestion smarter by recognizing paths | ridiculousfish | 2012-02-15 |
* | Removed some al_list functions | ridiculousfish | 2012-02-10 |
* | Some hopefully good changes to get IOs off of halloc | ridiculousfish | 2012-02-09 |
* | Get rid of some string buffer | ridiculousfish | 2012-02-09 |
* | Clean up uses of completion_t | ridiculousfish | 2012-02-01 |
* | Fixup wsetlocale to use wcstring | ridiculousfish | 2012-01-31 |
* | Clean up how argv is stored in process_t | ridiculousfish | 2012-01-31 |
* | Change parser_t::parse_job's args array to be a local, rather than just leak ... | ridiculousfish | 2012-01-31 |
* | Migrate functions like parser_keywords_is_block to wcstring | ridiculousfish | 2012-01-30 |
* | A bunch of work to move towards a sane memory model in job_t | ridiculousfish | 2012-01-29 |
* | buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ... | Siteshwar Vashisht | 2012-01-29 |
|\ |
|
* | | LRU work to load functions off of the main thread. | ridiculousfish | 2012-01-28 |
| * | Converted all auto completion calls (on pressing tab) to use std::vector<comp... | Siteshwar Vashisht | 2012-01-16 |
|/ |
|
* | Lots of warnings fixes and const correctness | Peter Ammon | 2012-01-14 |
* | Incorporate Siteshwar's patch for building on Linux | ridiculousfish | 2012-01-05 |
* | Fix for crash when unescaping a string with unbalanced quotes | ridiculousfish | 2012-01-02 |
* | Migration of screen away from ad-hoc lists | ridiculousfish | 2011-12-27 |
* | Migrate to std::vector in event class | ridiculousfish | 2011-12-27 |
* | Migrate some more off of al_list | ridiculousfish | 2011-12-26 |
* | Some changes to migrate towards C++ and a multithreaded model | ridiculousfish | 2011-12-26 |
* | remove trailing spaces | Grissiom | 2010-09-18 |
* | Check return value of a few write calls and retry on EINTR, and fix a few oth... | axel | 2009-02-23 |
* | Fix warnings in FATAL_EXIT macro | axel | 2009-02-05 |
* | Make fish avoid iterating through user list when completing file part of dire... | axel | 2009-02-03 |
* | Add lots of new code comments. | liljencrantz | 2008-01-14 |
* | Second part of improved execve errors - this patch makes the memory limits ni... | liljencrantz | 2007-10-15 |
* | Make completion system not use quoted string escapes, since it generally look... | liljencrantz | 2007-10-06 |
* | Replace variadic functions like sb_append and contains_str with variadic macr... | liljencrantz | 2007-09-29 |
* | Improve commenting a bit | liljencrantz | 2007-09-24 |
* | Use cpp macro to avoid manually adding sentinel value to varargs functions | axel | 2007-04-17 |
* | Print stack trace when execting due to fatal problem or bug | axel | 2007-01-22 |
* | Minor code edits. Add curly brackets in various places, add or rewrite variou... | axel | 2007-01-22 |
* | Add support for backtraces - if the compiler and libc version supports it (pr... | axel | 2007-01-20 |
* | Fix bug in code for unescapiong strings - when not in unescape_special mode, ... | axel | 2007-01-19 |
* | Make sure debug() never alters errno, so that it can safely be called between... | axel | 2006-12-14 |
* | Add a bugreport function for writing out a message about how to file bug reports | axel | 2006-11-18 |
* | Minor cleanups, mostly of code comments | axel | 2006-11-11 |
* | Make sure signals aren't blocked while autoloading, also add a few consistenc... | axel | 2006-10-30 |
* | Minor edits | axel | 2006-10-29 |
* | Minor edits, remove unneeded code, add a few commants, correct spelling, twea... | axel | 2006-10-26 |
* | Make any character except '/' legal in function names | axel | 2006-10-20 |
* | Minor code fixes | axel | 2006-10-20 |
* | Add compiler warnings for some common incorrect usage of functions, such as f... | axel | 2006-10-20 |
* | First stab at directory transition. Test with care... | axel | 2006-10-19 |
* | Remove translate.c. The gettext fallback functionality is moved to fallback.c... | axel | 2006-07-20 |