1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-12 17:50:26 +00:00

Commit Graph

  • d9a4ef05ac Update docstring format. Calvin Rose 2019-06-08 10:30:30 -0400
  • f00a2770ef Follow meson guidlines for static/shared libs Calvin Rose 2019-06-08 09:05:38 -0400
  • b83fe146fa Add static library to meson build. Calvin Rose 2019-06-07 23:11:34 -0400
  • 6249f03367 Add janet_dep to meson build file. Calvin Rose 2019-06-07 22:42:09 -0400
  • bfc00b67bd
    Merge pull request #123 from andrewchambers/stdlibfd Calvin Rose 2019-06-07 19:31:41 -0400
  • 2b7428ed2b Add file/{fdopen,fileno} functions. Andrew Chambers 2019-06-07 21:30:56 +1200
  • 64a80c57e3 Tables created via table_init cannot leak memory. Calvin Rose 2019-06-05 17:08:49 -0400
  • efb2ab06cb Remove array_init and array_deinit Calvin Rose 2019-06-05 16:19:51 -0400
  • b082c8123e Update tm_language_gen. Calvin Rose 2019-06-05 11:07:08 -0400
  • cc1ff9125a Add b_lundef=false for meson build. Calvin Rose 2019-06-04 23:58:04 -0400
  • 5734e02034 Update CHANGELOG.md Calvin Rose 2019-06-03 10:55:26 -0400
  • 6e8beff0a0 Add optional argument to parser/where to set index. Calvin Rose 2019-06-03 10:48:16 -0400
  • c21eaa5474 Fix redefinition. Calvin Rose 2019-06-02 20:09:16 -0400
  • 13667292c6 Expose signal, type, and status name arrays. Calvin Rose 2019-06-02 20:05:17 -0400
  • 22eb8372dd Make meson build file do cross compilation. Calvin Rose 2019-06-02 17:05:17 -0400
  • 1b7a9def25 Fix path separators. Calvin Rose 2019-06-02 14:10:12 -0400
  • d7954e6fe3 Update installers for path.janet Calvin Rose 2019-06-02 13:30:52 -0400
  • c20c9cd5d7 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2019-06-02 13:28:48 -0400
  • 46531d9a60 Add path.janet. Calvin Rose 2019-06-02 13:26:51 -0400
  • d9a366fbed
    Merge pull request #118 from ALSchwalm/all-bindings-env Calvin Rose 2019-06-02 12:08:38 -0400
  • 64bf52372a Allow all-bindings and dynamics to search specific env Adam Schwalm 2019-06-02 10:07:54 -0500
  • 0a9715a94c Bump version to 1.0.0 Calvin Rose 2019-06-01 23:52:01 -0400
  • c82aac1365 Refer to @ as atsign not ampersand. Calvin Rose 2019-06-01 23:40:59 -0400
  • e697cc3811 Make os/execute not leak memory on panics. Calvin Rose 2019-06-01 23:38:10 -0400
  • c150f2f2c1 Add scratch memory API. Calvin Rose 2019-06-01 23:31:39 -0400
  • 0a54e1ed62 Fix installer. Calvin Rose 2019-06-01 11:34:28 -0400
  • b9daf41327 NSIS installer fix. Calvin Rose 2019-06-01 10:43:40 -0400
  • 2d2bc436e6 Quick fix. Calvin Rose 2019-06-01 10:40:59 -0400
  • 3d76d988c3 More work on installation and moving files around. Calvin Rose 2019-06-01 10:38:28 -0400
  • bea6dbbf3d Hint utf8 output on windows console. Calvin Rose 2019-05-31 15:30:23 -0400
  • e1bd24c2ab Make os/execute on windows closer to posix version Calvin Rose 2019-05-31 15:02:44 -0400
  • 1f30ea66e9 Windows quick fix. Calvin Rose 2019-05-31 13:45:39 -0400
  • c43aaf8986 More work to os/execute. Calvin Rose 2019-05-31 13:43:38 -0400
  • 2acc81d1c5 Add noreturn attribute to panic functions. Calvin Rose 2019-05-31 10:10:20 -0400
  • 26513a7a16 Update changelog posix_spawn Calvin Rose 2019-05-30 19:33:09 -0400
  • d005ac6888 Appease MSVC. Calvin Rose 2019-05-30 19:21:11 -0400
  • 7fdb098a20 Add process.h. Calvin Rose 2019-05-30 19:14:54 -0400
  • a4a200e037 Spawn.h not found in windows. Calvin Rose 2019-05-30 19:13:13 -0400
  • 15d95d8803 Windows include issue. Calvin Rose 2019-05-30 18:50:52 -0400
  • 46950a8cb3 Convert os/execute to use posix_spawn. Calvin Rose 2019-05-30 18:40:10 -0400
  • 4867cab569 Correct changelog date. Calvin Rose 2019-05-29 22:21:06 -0400
  • c8cf7c2445 Appease MSVC. Calvin Rose 2019-05-29 22:11:56 -0400
  • 1b63215aad Remove extra functions. Calvin Rose 2019-05-29 22:00:47 -0400
  • bcbe42ab23 Add API version checking for modules. Calvin Rose 2019-05-29 21:57:03 -0400
  • c8c6419013 Update installer again. Calvin Rose 2019-05-29 19:48:31 -0400
  • e8516c29e0 Update installer and jpm to work better on windows. Calvin Rose 2019-05-29 19:01:12 -0400
  • 12247bd958 Update installer. Calvin Rose 2019-05-29 17:48:46 -0400
  • 9d30d5f6e3 Update installer. Calvin Rose 2019-05-29 13:02:15 -0400
  • be89d10004 Update NSIS installer. jpm Calvin Rose 2019-05-29 12:51:50 -0400
  • ba0956488d Prepare for 0.6.0 release v0.6.0 Calvin Rose 2019-05-29 12:19:39 -0400
  • 31f502b508 Add more to util.h to help with amalg build. Calvin Rose 2019-05-29 12:07:53 -0400
  • efaaead378 Update changelog Calvin Rose 2019-05-29 11:58:41 -0400
  • 4d47d92a4a Windows WEXITSTATUS fix? Calvin Rose 2019-05-29 11:53:57 -0400
  • b39ad97a87 Fix up close to return proper exit code. Calvin Rose 2019-05-29 11:50:46 -0400
  • af23040d9c file/close returns an integer. Calvin Rose 2019-05-29 11:40:07 -0400
  • fd2d706e33 Add os/remove. Calvin Rose 2019-05-29 11:31:19 -0400
  • 178d175bcf Update options for jpm and path stuff. Calvin Rose 2019-05-29 11:04:38 -0400
  • 7a7f586094 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2019-05-28 23:03:08 -0400
  • 5124587c96
    Merge pull request #114 from andrewchambers/configcheck Calvin Rose 2019-05-28 23:02:08 -0400
  • 6c897b1a37 Add default for bindir. Calvin Rose 2019-05-28 22:12:42 -0400
  • c6ac53f4be Try distributing only the installer. Calvin Rose 2019-05-28 21:05:47 -0400
  • 2d7812a06c Update appveyor.yml Calvin Rose 2019-05-28 20:52:36 -0400
  • db55277b58 Work on windows installer. Calvin Rose 2019-05-28 20:45:39 -0400
  • 75818217a6 Update CI tasks. Calvin Rose 2019-05-28 14:02:45 -0400
  • 486b80fa7b Update changelog, change version to 0.6.0 Calvin Rose 2019-05-28 13:59:12 -0400
  • 873054d055 Update CI test-install. Calvin Rose 2019-05-28 13:03:47 -0400
  • f12f896020 Change test-install Calvin Rose 2019-05-28 12:59:21 -0400
  • 09ab391d13 Add import-rules to cook. Calvin Rose 2019-05-28 09:49:10 -0400
  • 7569930b0c More work on cook and jpm. Calvin Rose 2019-05-28 08:48:18 -0400
  • e7189438dd More work on jpm Calvin Rose 2019-05-27 22:14:24 -0400
  • 3c304ddc35 Add api for checking build compatibilty. configcheck Andrew Chambers 2019-05-28 13:43:35 +1200
  • 1696de233c Add jpm tool, based on cook. Calvin Rose 2019-05-27 16:50:57 -0400
  • ce9cd4fcef Issue #113 Color console support for windows 10 Calvin Rose 2019-05-26 22:31:30 -0400
  • 698e89aba4 Fix comment macro arity #110 Calvin Rose 2019-05-25 22:50:15 -0400
  • 4c8dd4b96c Fix shell like scripts. Calvin Rose 2019-05-25 19:28:00 -0400
  • 11998b3913 Remove resolver element in path tuple. Calvin Rose 2019-05-25 17:27:56 -0400
  • 840610facf Add urlloader example. Calvin Rose 2019-05-25 17:10:25 -0400
  • 0280deccae Allow filters on templates in module/paths Calvin Rose 2019-05-25 16:13:02 -0400
  • 4d5a95784a Add LDFLAGS to Lflags in generated janet.pc Calvin Rose 2019-05-24 19:58:52 -0400
  • b43d93cf55 Add pkg-config to install. Calvin Rose 2019-05-24 19:36:07 -0400
  • 3f137ed0b1 Add keyword argument tests Calvin Rose 2019-05-24 17:53:24 -0400
  • 5deb13d73e Update version 1.0.0 instead of 1.0.0-dev Calvin Rose 2019-05-24 17:49:33 -0400
  • 82a1c8635e Update changelog. Calvin Rose 2019-05-24 17:13:35 -0400
  • 010e2e4652 Add keyword arguments via &keys. Calvin Rose 2019-05-24 17:03:22 -0400
  • ddedae6831 Reenable computed gotos - they were disabled. Calvin Rose 2019-05-24 13:54:23 -0400
  • 6c63c4f129 Disable faulty embed test. Calvin Rose 2019-05-23 20:32:51 -0400
  • 802686e3df Apply patch from Dave Cottlehuber for bsd. Calvin Rose 2019-05-23 20:30:31 -0400
  • 3be79e8735 Link freebsd build. Calvin Rose 2019-05-23 11:15:58 -0400
  • a303704a7d Add some tests for the amalgamated source/ Calvin Rose 2019-05-23 10:34:01 -0400
  • b5e6c0b8fc Address #109 Calvin Rose 2019-05-22 23:56:59 -0400
  • 98c46fcfb1 Update Calvin Rose 2019-05-21 15:35:39 -0400
  • 409da697dd Update JANET_TFLAG_CALLABLE. Calvin Rose 2019-05-21 15:33:35 -0400
  • 91c3685705 Remove JANET_WALIGN Calvin Rose 2019-05-21 11:12:56 -0400
  • 411fc77ecf Make env optional for compile. Calvin Rose 2019-05-20 11:34:07 -0400
  • 0378ba78cc Add regression test. Calvin Rose 2019-05-20 09:20:50 -0400
  • 55d8e8b56b Fix issue with compilation with source name. Calvin Rose 2019-05-20 04:02:38 -0400
  • 97ad4c4f89 Update manpage and make -k mode not exit on error. Calvin Rose 2019-05-19 15:20:59 -0400
  • 8de999c8f7
    Merge pull request #107 from ALSchwalm/compile-only Calvin Rose 2019-05-19 15:06:35 -0400
  • f444bd25ef Add a 'compile-only' flag to the command line Adam Schwalm 2019-05-19 12:26:53 -0500
  • 43c0db4b0e Add FAQ to readme for color terminal issues. Calvin Rose 2019-05-17 09:48:08 -0400