aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
Commit message (Expand)AuthorAge
* 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
* Fix broken method for sorting output of builtin commands 'functions', 'set' a...Gravatar axel2006-05-14
* Fix segfault when using the 'set' command with no argumentsGravatar axel2006-05-03
* Add more descriptive error messages when trying to use variables in command n...Gravatar axel2006-04-22
* Use libc implementations of wcslcpy and wcslcat if they exist. Move internal ...Gravatar axel2006-04-19
* Move typedef of tputs_arg_t from common.h to fallback.hGravatar axel2006-03-14
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Fix clash in usage of unicode private use areaGravatar axel2006-02-14
* Allow backslash of quotes within quotesGravatar axel2006-02-13
* Optimize the halloc implementation so that mutiple calls to halloc can be sat...Gravatar axel2006-02-11
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* New wreaddir function, wide character version of readdirGravatar axel2006-02-09
* Further halloc:ification if fishGravatar axel2006-02-07
* Second checkin of halloc changeover. Make the argv array, but not it's conten...Gravatar axel2006-02-07
* Make sure interactive mode is of when firing eventsGravatar axel2006-02-06
* Readd the terminal flag for jobs, as not all jobs under job control should be...Gravatar axel2006-02-01
* Add support for correctly handling illegal character stringsGravatar axel2006-01-28
* Add fallback implementations of wcstok, putwc and getwc. Move all fallbacks f...Gravatar axel2006-01-21
* Make the functions builtin display function listing on -n to a terminal in a ...Gravatar axel2006-01-15
* Improve locale implementation (should now behave identically to bash) and doc...Gravatar axel2006-01-09
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Add autoconf checks for wide character string functionsGravatar axel2005-12-18
* Change quoting rules to POSIX styleGravatar axel2005-11-03
* Fix problem bug breaking completion in commands with multiple subshellsGravatar axel2005-10-25
* Make sure PATH contains vital directories during initGravatar axel2005-10-25