| Commit message (Expand) | Author | Age |
* | Bringup of function definitions, switch statements with new parser | ridiculousfish | 2013-12-27 |
* | Hook up for statements, if statements, and function definition in new | ridiculousfish | 2013-12-27 |
* | Apply new indentation, brace, and whitespace style | ridiculousfish | 2012-11-18 |
* | Remove trailing whitespaces and change tabs to spaces | Ćukasz Niemier | 2012-11-18 |
* | Changed "elseif" to "else if" | ridiculousfish | 2012-09-03 |
* | Adopt posix_spawn (!) | ridiculousfish | 2012-08-15 |
* | Work towards getting function.h off of shared_ptr | ridiculousfish | 2012-05-17 |
* | Improved error reporting for builtin_test | ridiculousfish | 2012-03-07 |
* | Remove string_buffer_t (!) | ridiculousfish | 2012-03-03 |
* | Large set of changes to migrate sb_out and sb_err to wcstring | ridiculousfish | 2012-02-22 |
* | Modified functions in function.h/.cpp to use wcstring instead wchar_t*, other... | Siteshwar Vashisht | 2012-02-19 |
* | Fixup wsetlocale to use wcstring | ridiculousfish | 2012-01-31 |
* | More cleanup of static string buffers in favor of wcstring | ridiculousfish | 2012-01-31 |
* | Cleanup of builtins. No more hashes. | ridiculousfish | 2012-01-31 |
* | Excised some more halloc | ridiculousfish | 2012-01-29 |
* | 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 |
|\ |
|
* | | More work towards instanced parser. First successful compilation | ridiculousfish | 2012-01-22 |
* | | More work on instancing the parser | ridiculousfish | 2012-01-19 |
* | | Get some basic function signatures right for new instanced parser | ridiculousfish | 2012-01-16 |
| * | Converted all auto completion calls (on pressing tab) to use std::vector<comp... | Siteshwar Vashisht | 2012-01-16 |
|/ |
|
* | Some changes to migrate towards C++ and a multithreaded model | ridiculousfish | 2011-12-26 |
* | remove trailing spaces | Grissiom | 2010-09-18 |
* | Add lots of new code comments. | liljencrantz | 2008-01-14 |
* | Comment updates, minor code cleanups and other janitorial jobs | liljencrantz | 2007-10-02 |
* | Make sure that io redirections are respected by the '.' builtin. This was not... | axel | 2007-04-26 |
* | Fix occasional duplicate stack trace, reported by Mike Roberts. Also make fis... | axel | 2007-02-01 |
* | Update documentation display code to run roff on the client system instead of... | axel | 2006-11-18 |
* | Add the possibility to set the cursor position using the commandline builtin | axel | 2006-10-05 |
* | Minor tweaks to code validation for the for builtin (again) | axel | 2006-10-02 |
* | Add syntax check to see that the for builtin is not given an insufficient num... | axel | 2006-09-26 |
* | Optionally add type of block to the end builtin to verify block nesting corre... | axel | 2006-09-06 |
* | Various code polish, including minor rearangement of builtin code to export f... | axel | 2006-06-21 |
* | Documentation updates. Fixes a few formating bugs, adds various minor missing... | axel | 2006-06-17 |
* | Major restructuring of the buildsystem, meaning that the documentation doesn'... | axel | 2006-06-13 |
* | Edits to source code comments | axel | 2006-06-09 |
* | Move jobs builtin to its own file | axel | 2006-05-26 |
* | If a help page for a builtin is showed in response to an error, make sure it ... | axel | 2006-05-26 |
* | Add validator check to make sure the second argument to 'for' is 'in' | axel | 2006-05-22 |
* | Add support for calculating completions for arbitrary commands through the 'c... | axel | 2006-01-31 |
* | Fixes to api documentation, added .PHONY to makefile actions, made a few priv... | axel | 2006-01-24 |
* | Move the complete builtin to it's own file, and make it accept multiple -c, -... | axel | 2006-01-23 |
* | Yet another batch of description tweaks, as well as the last major checkin of... | axel | 2006-01-12 |
* | Add i18n through gettext, as well as a Swedish translation | axel | 2006-01-04 |
* | Improved error messages | axel | 2005-12-08 |
* | Huge API documentation cleanup | axel | 2005-10-25 |
* | Implement the ulimit builtin | axel | 2005-10-15 |
* | Add header guards to the header files. | James Vega | 2005-10-05 |
* | Initial revision | axel | 2005-09-20 |