aboutsummaryrefslogtreecommitdiffhomepage
path: root/parse_util.c
Commit message (Expand)AuthorAge
* Fix crash in tab completion code when completing an imcomplete backsalsh escapeGravatar axel2007-01-27
* Minor edits - add a few input checks, remove a few commented pieces of debug ...Gravatar axel2007-01-16
* Update documentation display code to run roff on the client system instead of...Gravatar axel2006-11-18
* The incorrect pointer is used for the autounload callback, causing possible c...Gravatar axel2006-11-12
* Add missing include to fix a warningGravatar axel2006-11-01
* Make sure signals aren't blocked while autoloading, also add a few consistenc...Gravatar axel2006-10-30
* Update autoloader to fix concurrency issues when changing loader path in auto...Gravatar axel2006-10-29
* Fix a number of bugs found using the warnings generated by earlier patchGravatar axel2006-10-20
* Make the callback for the file autoloader optional, and clarify its useGravatar axel2006-10-19
* Avoid unloading an item currently being loaded by the autoloaderGravatar axel2006-10-17
* Fix major memory leak in autoloader introduced by recent autounloader patchGravatar axel2006-10-12
* Drop warning in parse_util.cGravatar axel2006-10-12
* Unload older autoloaded functionsGravatar axel2006-10-11
* Minor polishGravatar axel2006-09-04
* Skip bug causing autoloader to sometimes use the wrong version of a function....Gravatar axel2006-09-04
* Fix concurrency bug in autoloader causing memory leakGravatar axel2006-08-29
* Restructure the autoloader. This fixes a very weird and rare Heissenbug, prob...Gravatar axel2006-08-28
* Fix rare crash bug in highlighting codeGravatar axel2006-07-24
* Plug very small memory leakGravatar axel2006-07-22
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Overhaul of the script autoloader. This should make sure that old scripts are...Gravatar axel2006-07-13
* Fix two crash bugs in highlighter/parser for malformed lines (Thanks to Netoc...Gravatar axel2006-07-03
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Update input validation. Always use the magic CHECK macro, which prints an er...Gravatar axel2006-06-21
* Fix segfault caused by a backslash followed by a null inside single quotesGravatar axel2006-06-15
* Add support for hishlighting potentially valid paths - default behaviour is t...Gravatar axel2006-06-14
* Drop most 'const's from function prototypesGravatar axel2006-06-13
* Rename function expand_variable_array to tokenize_variable_array and move it ...Gravatar axel2006-05-29
* Move all fallbacks for standard and not-so-standard unix functions to fallbac...Gravatar axel2006-02-28
* Add some input validation code to various functionsGravatar axel2006-02-23
* Remove some ancient debug messages, drop two warnings, add some braces and ot...Gravatar axel2006-02-20
* Use variable name as index for tables when autoloading functions and completi...Gravatar axel2006-02-20
* Minor edits, additional comments, etc.Gravatar axel2006-02-19
* Make sure that command specific completions can handle input strings with wil...Gravatar axel2006-02-19
* Minor edits in parse_util.cGravatar axel2006-02-17
* Reset list of loaded completion files when running complete_destroy. Otherwis...Gravatar axel2006-02-15
* Add support for sending arguments whenusing the source builtinGravatar axel2006-02-15
* Fix timestap checking bug when autoloading scriptsGravatar axel2006-02-15
* Minor hallocificationsGravatar axel2006-02-13
* Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG ...Gravatar axel2006-02-12
* Another halloc:ification of fish. Halloc has been extended to allow registeri...Gravatar axel2006-02-10
* Fix bug where recursive function loading crashed fishGravatar axel2006-02-09
* Move more functions to autoloadGravatar axel2006-02-08
* Autoloaded functionsGravatar axel2006-02-08
* Make sure line counting doesn't move past end of stringGravatar axel2006-02-06
* Remove duplicate line counting code. Make the remaining implementation have a...Gravatar axel2006-02-05
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31