aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader.c
Commit message (Expand)AuthorAge
* Include siginfo.h in all signal-using files to make Solaris happy. Thanks to ...Gravatar axel2006-07-31
* Remove translate.c. The gettext fallback functionality is moved to fallback.c...Gravatar axel2006-07-20
* Fix bug where fish refuses to complete inside som command substitutionsGravatar axel2006-07-08
* Switch from die_mem function to DIE_MEM macro in order to be able to give a l...Gravatar axel2006-07-03
* Implement fallback version of futimes instead of testing for it's existance i...Gravatar axel2006-06-22
* Use the intern function to share the strings used to describe various key bin...Gravatar axel2006-06-22
* Slightly improve accuracy of calculations of prompt widthGravatar axel2006-06-15
* Fix highlighting of search matches, broken by earlier patch for underlining p...Gravatar 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
* Make sure code validation error output for e.g. the complete builtin can be r...Gravatar axel2006-06-02
* Drop debug messageGravatar axel2006-06-01
* Minor editsGravatar axel2006-05-27
* Add support for bold highligtingGravatar axel2006-05-27
* Use ahead of time validator to make sure that commands entered on the command...Gravatar axel2006-05-27
* Fix the longstanding hang-on-exit bug in eterm, as well as making sure the hi...Gravatar axel2006-05-14
* Always init history on startup, to avoid destorying history multiple times wh...Gravatar axel2006-04-19
* Delete some commented code and tweak a few commentsGravatar axel2006-04-05
* Do not return to the shell until all processes of a job have finished (Previo...Gravatar axel2006-04-04
* Move to end of current token on completionGravatar axel2006-03-11
* Fix bug that causing terminal corruption if a job is put under job control be...Gravatar axel2006-03-10
* 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
* Drop unuses error counter for string conversionsGravatar axel2006-02-23
* Move the move_cursor and writeb functions to output.c, and make the output fu...Gravatar axel2006-02-16
* Fix bug in fish causing occasionally incorrect signal handlersGravatar axel2006-02-16
* Minor editsGravatar axel2006-02-15
* Allow backslash of quotes within quotesGravatar axel2006-02-13
* Fix a few compiler warnings, add halloc debug output on exit if HALLOC_DEBUG ...Gravatar axel2006-02-12
* Make 'exit' work in even handlersGravatar axel2006-02-08
* Fix bug that would accidentally disable interactive mode on OS X when writing...Gravatar axel2006-02-07
* Minor code cleanup, don't use expand_escape and expand_unescape any moreGravatar axel2006-02-07
* Tweaks to some source commentsGravatar axel2006-02-05
* prompt and terminal functions should not be run in interactive modeGravatar axel2006-02-03
* Make stack traces print absolute filenamesGravatar axel2006-02-03
* Don't reset history on cursor movementGravatar axel2006-02-02
* Generalize the stack tracing code, add support for showing events and command...Gravatar axel2006-02-02
* Improve the status builtinGravatar axel2006-01-31
* Add support for calculating completions for arbitrary commands through the 'c...Gravatar axel2006-01-31
* Add function stack trace to error outputGravatar axel2006-01-27
* Fixes to api documentation, added .PHONY to makefile actions, made a few priv...Gravatar axel2006-01-24
* Check location of term.h header (updated)Gravatar axel2006-01-19
* Change the foregrounf/background code a bit, fixes bug where mulktiple jobs w...Gravatar axel2006-01-18
* Make parser_current_line use dynamic memory to avoid overflow on long linesGravatar axel2006-01-12
* Yet another batch of description tweaks, as well as the last major checkin of...Gravatar axel2006-01-12
* Correct incorrect arguments to futimesGravatar axel2006-01-10
* Improve detection of futimes function, and make it fail without giving an err...Gravatar axel2006-01-10
* Add i18n through gettext, as well as a Swedish translationGravatar axel2006-01-04
* Minor text formating tweaksGravatar axel2005-12-31
* Pressing the enter key on an empty line scrolls a lineGravatar axel2005-12-30