aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
Commit message (Expand)AuthorAge
...
* Clean up how argv is stored in process_tGravatar ridiculousfish2012-01-31
* Change parser_t::parse_job's args array to be a local, rather than just leak ...Gravatar ridiculousfish2012-01-31
* Migrate functions like parser_keywords_is_block to wcstringGravatar ridiculousfish2012-01-30
* A bunch of work to move towards a sane memory model in job_tGravatar ridiculousfish2012-01-29
* buggy-auto-complete is not so buggy now. Merged branch 'buggy-auto-complete' ...Gravatar Siteshwar Vashisht2012-01-29
|\
* | LRU work to load functions off of the main thread.Gravatar ridiculousfish2012-01-28
| * Converted all auto completion calls (on pressing tab) to use std::vector<comp...Gravatar Siteshwar Vashisht2012-01-16
|/
* Lots of warnings fixes and const correctnessGravatar Peter Ammon2012-01-14
* Incorporate Siteshwar's patch for building on LinuxGravatar ridiculousfish2012-01-05
* Fix for crash when unescaping a string with unbalanced quotesGravatar ridiculousfish2012-01-02
* Migration of screen away from ad-hoc listsGravatar ridiculousfish2011-12-27
* Migrate to std::vector in event classGravatar ridiculousfish2011-12-27
* Migrate some more off of al_listGravatar ridiculousfish2011-12-26
* Some changes to migrate towards C++ and a multithreaded modelGravatar ridiculousfish2011-12-26
* remove trailing spacesGravatar Grissiom2010-09-18
* Check return value of a few write calls and retry on EINTR, and fix a few oth...Gravatar axel2009-02-23
* Fix warnings in FATAL_EXIT macroGravatar axel2009-02-05
* Make fish avoid iterating through user list when completing file part of dire...Gravatar axel2009-02-03
* Add lots of new code comments.Gravatar liljencrantz2008-01-14
* Second part of improved execve errors - this patch makes the memory limits ni...Gravatar liljencrantz2007-10-15
* Make completion system not use quoted string escapes, since it generally look...Gravatar liljencrantz2007-10-06
* Replace variadic functions like sb_append and contains_str with variadic macr...Gravatar liljencrantz2007-09-29
* Improve commenting a bitGravatar liljencrantz2007-09-24
* Use cpp macro to avoid manually adding sentinel value to varargs functionsGravatar axel2007-04-17
* Print stack trace when execting due to fatal problem or bugGravatar axel2007-01-22
* Minor code edits. Add curly brackets in various places, add or rewrite variou...Gravatar axel2007-01-22
* Add support for backtraces - if the compiler and libc version supports it (pr...Gravatar axel2007-01-20
* Fix bug in code for unescapiong strings - when not in unescape_special mode, ...Gravatar axel2007-01-19
* Make sure debug() never alters errno, so that it can safely be called between...Gravatar axel2006-12-14
* Add a bugreport function for writing out a message about how to file bug reportsGravatar axel2006-11-18
* Minor cleanups, mostly of code commentsGravatar axel2006-11-11
* Make sure signals aren't blocked while autoloading, also add a few consistenc...Gravatar axel2006-10-30
* Minor editsGravatar axel2006-10-29
* Minor edits, remove unneeded code, add a few commants, correct spelling, twea...Gravatar axel2006-10-26
* Make any character except '/' legal in function namesGravatar axel2006-10-20
* Minor code fixesGravatar axel2006-10-20
* Add compiler warnings for some common incorrect usage of functions, such as f...Gravatar axel2006-10-20
* First stab at directory transition. Test with care...Gravatar axel2006-10-19
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Remove common_init and common_destroy. Use halloc instead.Gravatar axel2006-06-21
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Various code polish, including minor rearangement of builtin code to export f...Gravatar axel2006-06-21
* Documentation updates. Fixes a few formating bugs, adds various minor missing...Gravatar axel2006-06-17
* Minor comment edits, reindentation and other code formating changesGravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Highlight invalid use of variable expansion operatorGravatar axel2006-06-02
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Add support for bold highligtingGravatar axel2006-05-27
* Add support for highlighting operators and escaped sequencesGravatar axel2006-05-27