| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2026-01-22 | Disable persistent REPL history without JANET_HISTFILE. | -2/+3 | ||
| 2026-01-22 | Add persistent repl history. | -0/+5 | ||
| 2025-09-11 | Improve windows-related docs and notes | -3/+2 | ||
| 2024-09-20 | Add support for multiple directories in JANET_PATH. | -1/+2 | ||
| Use a colon ":" as the separator on posix, and semicolon ";" on windows (and mingw). | ||||
| 2023-05-06 | Add support for the NO_COLOR environment variable. | -0/+10 | ||
| 2022-08-18 | Clarify the documentation of janet -E flag | -1/+6 | ||
| This confused me, despite having a fair deal of janet experience. | ||||
| 2021-09-19 | Add -i flag to run .jimage files as scripts. | -1/+6 | ||
| 2021-08-21 | Fix #759 - Add -E flag for one-liners. | -0/+6 | ||
| Use the `short-fn` DSL here for argument passing. | ||||
| 2021-05-31 | Update changelog. | -1/+14 | ||
| 2021-01-16 | Update man page. | -0/+10 | ||
| 2020-12-29 | Change Ctrl-C and move old behavior to Ctrl-Q | -0/+8 | ||
| This lets Janet be a better unix citizen and lets Ctrl-C raise an interrupt. Trying to make Janet behave superficially like a shell by overriding Ctrl-C is not helpful. | ||||
| 2020-08-03 | Add JANET_HASHSEED environment variable. | -0/+8 | ||
| 2020-07-06 | Update docs for -l option. | -2/+2 | ||
| 2020-05-16 | Remove more mentions of lisp in descriptions. | -2/+2 | ||
| 2020-04-27 | Update documentation for the -q flag. | -1/+1 | ||
| 2020-04-10 | Add debugger to the core repl. | -0/+10 | ||
| Debugger functions are prefixed by periods. | ||||
| 2020-01-22 | Make REPL key bindings more similar to those on GNU readline. | -25/+45 | ||
| * I deleted Alt-H and Alt-L because Ctrl-F and Ctrl-B serve the same roles. * Ctrl-W, Alt-D, Alt-F, and Alt-B behave more similarly to the same key bindings on GNU readline. * Improved documentation of REPL keybindings on man page. * Home and End keys now work on more terminal environments. * Removed bindings for `Esc OH` and `Esc OF` because andrewchambers doesn't need those bindings and the bindings don't seem to make much sense for Home and End. `Esc O` is Single Shift Select of G3 Character Set in xterm. https://invisible-island.net/xterm/ctlseqs/ctlseqs.html | ||||
| 2020-01-20 | Add manpage docs for repl keybindings. | -2/+82 | ||
| 2019-07-28 | Tweak man page. | -1/+1 | ||
| 2019-07-28 | Update man page | -1/+1 | ||
| 2019-06-18 | Update module system. | -1/+1 | ||
| Add relative imports and path normalization. This should help towards a more composable build/dependency system. | ||||
| 2019-05-19 | Update manpage and make -k mode not exit on error. | -1/+5 | ||
| 2019-03-24 | Add colors to repl and string/format. | -1/+5 | ||
| This makes the repl look nicer using ANSI color codes, which are widely supported. The codes can also be turned off via the -m flag. | ||||
| 2019-02-18 | Add JANET_PATH back in. | -1/+10 | ||
| 2019-02-18 | Update man page. | -21/+26 | ||
| 2019-01-21 | Update man page. | -14/+21 | ||
| 2019-01-16 | Typo. | -1/+1 | ||
| 2019-01-16 | Update man page and add early exit to number scanning for parser. | -1/+5 | ||
| 2019-01-06 | Update copyright date, fix types, remove trailing whitespace. | -2/+2 | ||
| 2018-11-18 | Add a man page. | -0/+74 | ||
