aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorLines
2020-11-18Don't use peg for patch tool.Calvin Rose-1/+1
2020-11-18Several changes to move pipe creation back into ev.cCalvin Rose-10/+1
2020-11-17On install, merge janetconf.h into janet.hCalvin Rose-3/+12
2020-06-18Use function for install-pathsMichael Camilleri-1/+1
2020-06-14On nix platforms, patch jpm with path information.Calvin Rose-0/+33
2020-05-19Remove NSIS artifacts.Calvin Rose-0/+0
2020-05-19Add Wix/msi installer for WindowsLeaf Garland-0/+200
2020-05-10Fix external grammar to disallow | and \ in symbols.Calvin Rose-8/+8
2020-04-05Merge pull request #338 from andrewchambers/unmarshalfuzz2Calvin Rose-2/+6
2020-04-05Address #336 case 3Calvin Rose-7/+7
2020-04-06Make unmarshal fuzzer exercise more code paths.Andrew Chambers-2/+6
2020-04-05Merge pull request #337 from andrewchambers/fuzzunmarshalCalvin Rose-2/+67
2020-04-05Change \UXXXXXXXX -> \UXXXXXX and check codepoint max.Calvin Rose-1/+1
2020-04-05Setup some simple fuzz helpers for unmarshal.Andrew Chambers-2/+67
2020-04-04Address #306 - Add unicode escapes.Calvin Rose-1/+1
2020-01-28Make amalgamtion the default when building.Calvin Rose-104/+0
2020-01-12Update Copyright 2020.Calvin Rose-2/+2
2019-12-31Can we fix NSIS?Calvin Rose-0/+0
2019-12-31Try EnVar_plugin for updating path.Calvin Rose-312/+0
2019-12-31Remove some NSIS cruft to see if we can fix 3.05Calvin Rose-16/+1
2019-12-31Update to NSIS 3.05Calvin Rose-0/+0
2019-12-30Amalg script included janet.h before test macros.Calvin Rose-0/+1
2019-12-04Add os/cryptorand.Andrew Chambers-1/+1
2019-11-29Add afl fuzzing helpers.Andrew Chambers-0/+88
2019-11-08Make sure $prefix/lib/janet is createdCalvin Rose-0/+0
2019-10-29Fix tools/removecr.janetCalvin Rose-1/+1
2019-10-29Fix startup environment.Calvin Rose-0/+1
2019-10-19Fix an issue with the removecr scriptCalvin Rose-1/+1
2019-10-19Update amalg step.Calvin Rose-5/+6
2019-09-12Remove :r from amalg.janetCalvin Rose-1/+1
2019-09-12Add script for removing <CR> on windows.Calvin Rose-1/+10
2019-08-07See if we can use a different build of NSIS.Calvin Rose-0/+0
2019-08-04Add shorthand function literals to janet.Calvin Rose-2/+1
2019-07-28Executables linking to natives working on linux.Calvin Rose-0/+0
2019-07-28Update installer and make things build on windows.Calvin Rose-190/+0
2019-07-27Update windows installation and automation.Calvin Rose-0/+190
2019-07-27Progress towards making windows work again.Calvin Rose-192/+0
2019-07-27Try to fix some tests for CI.Calvin Rose-1/+1
2019-07-26Building standalone binaries on linux working.Calvin Rose-0/+192
2019-07-09Remove amalg.janet dependency on os/dateBarakat-3/+1
2019-07-08Fix jpm.bat on a normal installCalvin Rose-1/+1
2019-07-05Fix typo in jpm.batKrystian RosiƄski-1/+1
2019-06-19Fix doc generation.Calvin Rose-0/+1
2019-06-05Update tm_language_gen.Calvin Rose-16/+19
2019-06-01More work on installation and moving files around.Calvin Rose-662/+0
2019-05-29Update installer again.Calvin Rose-1/+1
2019-05-29Update installer and jpm to work better on windows.Calvin Rose-9/+11
2019-05-29Update options for jpm and path stuff.Calvin Rose-21/+20
2019-05-28Add default for bindir.Calvin Rose-5/+11
2019-05-28Work on windows installer.Calvin Rose-18/+347