| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2024-06-12 | Update gitignore. | -0/+1 | ||
| 2024-05-25 | Add some testing to the bundle/ module. | -0/+1 | ||
| 2024-05-25 | Ignore gcov | -0/+3 | ||
| 2024-05-02 | A few minor improvements. | -0/+3 | ||
| - Add long-form CLI options - Update changelog. - Use snprintf instead of sprintf for linters. | ||||
| 2023-10-12 | Update result value from janet_do* functions. | -1/+4 | ||
| 2023-09-30 | Add support for weak references in arrays. | -0/+1 | ||
| Also change weak table syntax to not require keyword arguments. | ||||
| 2022-10-23 | Add easier option for adding config.mk in root directory. | -1/+4 | ||
| 2022-02-12 | Address #804 - save and restore module cache when flychecking. | -0/+1 | ||
| Calling flychecking cannot change the module cache. | ||||
| 2021-05-31 | Update copyright. | -1/+2 | ||
| 2021-01-31 | Update Makefile and build_win for better builds. | -0/+3 | ||
| Use build/c/janet.c in both to prevent accidental inclusion of build/janet.h (which may be stale) instead of the source headers. | ||||
| 2020-09-07 | Merge branch 'master' into ev | -0/+4 | ||
| Also add poll implementation for ev. | ||||
| 2020-09-05 | Conditional compilation on some c99 syntax in header. | -0/+4 | ||
| If the header is in a C++11 compilation unit, use C++11 aggregate initialization syntax instead. | ||||
| 2020-08-01 | Add preliminary channel implementation. | -0/+2 | ||
| 2020-05-28 | More updates to the ev library. | -0/+3 | ||
| 2020-03-26 | Remove lockfile.janet | -0/+3 | ||
| 2019-11-16 | Add support for delete key in repl | -0/+3 | ||
| 2019-07-26 | Building standalone binaries on linux working. | -0/+3 | ||
| Mostly changes to cook and jpm. Also some code for file associations in the windows installer, and adding the :linux value from os/which (instead of just :posix). | ||||
| 2019-03-30 | Fix os/dir on windows. | -0/+3 | ||
| 2019-03-23 | Ignore eclipse files. | -0/+4 | ||
| 2019-03-22 | Add experimental meson build. | -0/+1 | ||
| Should help with IDE integration. | ||||
| 2019-01-16 | More work on peg. Disable indexed backrefs and replace substitution | -0/+3 | ||
| with accumulation. | ||||
| 2019-01-06 | Add callgrind task to Makefile. | -0/+1 | ||
| Unify some parser states. | ||||
| 2018-12-22 | Fix string/number issue. | -0/+1 | ||
| 2018-12-08 | Add tarball for installation. | -0/+1 | ||
| 2018-10-16 | Web assembly build with emscripten. | -0/+5 | ||
| 2018-09-05 | Rename to janet | -0/+2 | ||
| 2018-08-05 | Remove cmake build to simplify things. | -0/+1 | ||
| 2018-07-04 | Rename boot.dst to core.dst | -1/+1 | ||
| 2018-05-26 | Make loop macro more expressive | -0/+1 | ||
| 2018-04-26 | Add example file for compiling native modules (hello.so). | -0/+1 | ||
| 2018-03-18 | Update gitignore to not ignore Makefile. | -1/+0 | ||
| 2018-03-13 | Work on emscripten support. Works with sync code. | -0/+1 | ||
| 2018-02-02 | Remove vim scripts to new repo. Ignore Release and Debug | -0/+2 | ||
| 2018-02-01 | Get dst to compile on windows | -0/+3 | ||
| 2018-01-20 | Gitignore was ignore files. | -1/+2 | ||
| 2018-01-19 | Major refactor and restructure. Add CMake for anticipated windows | -1/+1 | ||
| support. | ||||
| 2017-12-30 | Add vars, split up headers, remove fiber->ret, add comparators, etc. | -1/+1 | ||
| 2017-12-03 | Add preliminary source mapping to parser (always on) | -1/+1 | ||
| 2017-11-29 | More work on nanbox implementation. | -0/+3 | ||
| 2017-11-27 | Fix write after free bug. | -0/+1 | ||
| Remove caching from strings, tuples, and structs. Keyword style strings removed, now are just symbols. The compiler can decide to treat symbols with a leading ':' differently for mostly the same effect. This was done because as strings are no longer interned, symbols are cheaper to look up and check for equality. | ||||
| 2017-11-05 | More work. Too many changes to be listed. | -0/+3 | ||
| 2017-09-09 | Huge number of changes. Still WIP. Refactoring and | -2/+2 | ||
| changing C API model. This commit is not i a working state. | ||||
| 2017-07-15 | Create xxd clone for build time gst scripts. | -1/+4 | ||
| 2017-07-15 | More work on bootstrapping code. Have working macro expansion. | -0/+3 | ||
| 2017-07-02 | Add color options to repl. | -0/+1 | ||
| 2017-03-26 | Fix gitignore | -1/+1 | ||
| 2017-03-15 | Rename binary | -1/+1 | ||
| 2017-03-11 | Ignore tags file | -0/+3 | ||
| 2017-02-23 | Breaking up functionality into more modules. | -0/+15 | ||
| 2017-02-11 | Add simple disassembler for debugging. Does not use labels. | -0/+3 | ||
