aboutsummaryrefslogtreecommitdiff
path: root/src/nix/repl.cc
AgeCommit message (Expand)Author
2019-03-24repl: Restore CTRL-C behaviourxbreak
2019-02-05Revert "Restore parent mount namespace before executing a child process"Eelco Dolstra
2018-12-25remove some dead code in nix/repl.ccDmitry Kalinkin
2018-12-12nix repl: don't create result symlinksDaiderd Jordan
2018-11-20repl: give user the choice between libeditline and libreadlineKai Harries
2018-11-20repl: Remove code that was commented outKai Harries
2018-11-13Merge branch 'feature/editline-pr' of https://github.com/dtzWill/nixEelco Dolstra
2018-11-13Restore parent mount namespace before executing a child processEelco Dolstra
2018-10-29repl: complete if all matches share prefixWill Dietz
2018-10-29editline: wipWill Dietz
2018-09-10auto args on replDing Xiang Fei
2018-08-07repl: don't add trailing spaces to history linesIvan Kozik
2018-06-23repl: use `nix build` for building instead of `nix-store -r`Will Dietz
2018-06-12Move EvalState from the stack to the heapEelco Dolstra
2018-04-16nix repl: Fix multiline SIGINT handling.Félix Baylac-Jacqué
2018-04-11Fix #2057Eelco Dolstra
2017-12-26nix repl: use linenoiseKeyType to differentiate ^C and ^DWill Dietz
2017-11-27no "linenoiseFree" in linenoise-ngWill Dietz
2017-10-24nix: Respect -I, --arg, --argstrEelco Dolstra
2017-08-09nix repl: Support printing floating-point numbersEelco Dolstra
2017-07-30Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim
2017-07-20nix-shell: Use bashInteractive from <nixpkgs>Eelco Dolstra
2017-05-10Replace readline by linenoiseEelco Dolstra
2017-04-28Check for libreadlineEelco Dolstra
2017-04-25nix repl: Fix Ctrl-CEelco Dolstra
2017-04-25Minor cleanupEelco Dolstra
2017-04-25"using namespace std" considered harmfulEelco Dolstra
2017-04-25nix repl: Use $XDG_DATA_HOME for the readline historyEelco Dolstra
2017-04-25Make "nix repl" buildEelco Dolstra
2017-04-25Cleanup in preparation of merging nix-repl repo into nix repoEelco Dolstra