| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-02-08 | Try to update windows build for core image.core-image | -1/+23 | ||
| 2019-02-08 | Update emscripten build. | -1/+4 | ||
| 2019-02-08 | Add more specialization for marshaling integers. | -12/+22 | ||
| This decreases the core image size by about 16.5k. | ||||
| 2019-02-08 | Boot core library from image rather than source | -61/+213 | ||
| This should speed up start time and reduce malloc/free usage to about 15% of what is what previously for startup. The current cost is slightly larger binary as the representaion of the image is currently less compact than source code. | ||||
| 2019-02-06 | Add methods for file io. | -1/+18 | ||
| 2019-02-05 | Update example to use API. | -14/+7 | ||
| 2019-02-05 | Add method syntax to parser. | -2/+43 | ||
| 2019-02-05 | Update license to include contributors. | -78/+74 | ||
| Use 4 spaces for indentation. | ||||
| 2019-02-05 | Merge pull request #30 from jfcap/get-set-abstract | -4/+206 | ||
| Get set abstract | ||||
| 2019-02-05 | Added a simple C module to test getter/setter. | -0/+151 | ||
| 2019-02-05 | Experimental getter/setter for abstract types | -3/+54 | ||
| 2019-02-03 | Update copyright. | -1/+1 | ||
| 2019-02-03 | Merge branch 'master' of github.com:janet-lang/janet | -0/+2 | ||
| 2019-02-03 | Remove extra comment. | -2/+0 | ||
| 2019-02-02 | Merge pull request #29 from honix/master | -0/+2 | ||
| Gitter badge added | ||||
| 2019-02-02 | Gitter badge added | -0/+2 | ||
| 2019-02-02 | Merge remote-tracking branch 'upstream/master' | -59/+191 | ||
| 2019-02-01 | Add Gitter channel to README.md | -2/+3 | ||
| 2019-02-01 | Experimental changes to janet_call to make it faster. | -32/+56 | ||
| Remove setjmp and fiber creationg from janet_call. This adds the constraint to janet_call can only be called when there is already a current fiber. | ||||
| 2019-01-31 | Main rule in peg is always 0 | -6/+4 | ||
| After we changed peg bytecode emission to preallocate space for an instruction before emitting sub rules, the rules are numbered in the order that they are compiled. This means that the main rule is always 0. We can remove the explicitly stored main rule in the peg structure. | ||||
| 2019-01-31 | Fix some typos and update style. | -3/+58 | ||
| Add bars.janet tool for templating arbitrary strings, especially HTML. | ||||
| 2019-01-31 | Add parser/insert and bump to 0.4.0 | -3/+46 | ||
| 2019-01-31 | Fix emscripten build. | -1/+1 | ||
| 2019-01-31 | Make getline more useful. | -11/+14 | ||
| 2019-01-31 | Update changelog an fix typos. | -1/+9 | ||
| 2019-01-31 | Merge pull request #27 from jfcap/master | -1/+2 | ||
| Added :lflags option to cook/make-native | ||||
| 2019-01-31 | typo in REAME.md | -1/+1 | ||
| 2019-01-31 | Added :lflags option to cook/make-native | -1/+2 | ||
| 2019-01-30 | Merge branch 'master' of github.com:janet-lang/janet | -4/+6 | ||
| 2019-01-30 | Remove redundancies in stacktraces. | -152/+167 | ||
| There was an implementation for stacktraces in both run.c and in core.janet, status-pp. The commit removes the one in core.janet in favor of the C based stacktrace, which is exposed via debug/stacktrace. Lots of reshuffling of run-context ensued as well, which resulted in an api that is a bit cleaner. | ||||
| 2019-01-30 | Remove extra vector function. | -16/+0 | ||
| 2019-01-30 | Merge pull request #26 from honix/master | -4/+6 | ||
| Cooking on windows | ||||
| 2019-01-30 | Cooking on windows | -4/+6 | ||
| 2019-01-29 | Add math headers for emscripten | -0/+2 | ||
| We now check for NaN in table.c and struct.c as we disallow NaN keys. | ||||
| 2019-01-29 | Address #25 | -1/+2 | ||
| 2019-01-28 | Update require to use real path name rather than module name. | -30/+18 | ||
| 2019-01-28 | Address #24 | -2/+14 | ||
| 2019-01-28 | Disallow NaN as table/struct key. | -13/+23 | ||
| Fix bugs and add tests for denormalized tables and structs. | ||||
| 2019-01-26 | 0.3.00.3.0 | -2/+2 | ||
| 2019-01-26 | 0.3.2 | -1/+1 | ||
| 2019-01-26 | 0.3.1 | -1/+1 | ||
| 2019-01-26 | Remove all traces of 'bakpakin/janet' from repo. | -2/+2 | ||
| 2019-01-26 | Appveyor is annoying. | -1/+2 | ||
| 2019-01-26 | Messing with appveyor, trying travis. | -2/+1 | ||
| 2019-01-26 | Update for version 0.4.0. | -1/+4 | ||
| Version 0.3.0 never really happened, as no release binaries were ever generated. | ||||
| 2019-01-26 | Generated files go to the same location on win32. | -7/+4 | ||
| 2019-01-26 | Update slurp and spit error handler. | -0/+2 | ||
| 2019-01-26 | Make amalg tool windows friendly | -3/+11 | ||
| Convert / to \ in file paths for windows. | ||||
| 2019-01-26 | Add anchors in generated docs | -1/+2 | ||
| This allows us to link to specific functions. | ||||
| 2019-01-25 | Address #23 | -2/+13 | ||
