1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-15 18:00:01 +00:00

Commit Graph

  • 0350834cd3 By default, require and import extend current env. Calvin Rose 2024-05-15 07:40:21 -0500
  • 980981c9ee Print message if no hook found, but looked for Calvin Rose 2024-05-15 07:30:29 -0500
  • 08e6051af8 More work on sysir compiler - basic function calls (without prototypes). Calvin Rose 2024-05-15 07:23:37 -0500
  • 3c8346f24e Install to bundle/ instead of _bundles/ Calvin Rose 2024-05-14 20:51:29 -0500
  • 42bd27c24b Use a single janet file for hooks.. Calvin Rose 2024-05-14 16:45:27 -0500
  • 4a0f67f3bd Update copyright. Calvin Rose 2024-05-13 21:35:55 -0500
  • 09b6fc4670 Change storage locations for bundles. Calvin Rose 2024-05-13 20:59:06 -0500
  • 4d9bcd6bcc Add is-backup option to bundle/pack. Calvin Rose 2024-05-13 19:42:44 -0500
  • cd34b89977 Rename bundle/backup to bundle/pack. Calvin Rose 2024-05-13 19:38:14 -0500
  • 3151fa3988 Don't expose bundle/do-hook. Calvin Rose 2024-05-13 18:45:43 -0500
  • 5e58110e19 Add copyfile for copying large files. Calvin Rose 2024-05-13 18:37:30 -0500
  • e1cdd0f8cc Update CHANGELOG.md Calvin Rose 2024-05-13 12:47:46 -0500
  • 1f39a0f180 Add bundle/backup and buffer/format-at Calvin Rose 2024-05-13 12:06:17 -0500
  • 19212e6f5c Remove net.c changes. Calvin Rose 2024-05-12 18:09:22 -0500
  • 8875adf69e Merge branch 'master' into compile-opt Calvin Rose 2024-05-12 16:22:06 -0500
  • 367c4b14f5 Sync manifest on error so that we uninstall the correct files. Calvin Rose 2024-05-12 15:08:27 -0500
  • 9c437796d3 Add first versions of bundle/* module Calvin Rose 2024-05-12 14:42:05 -0500
  • 60e22d9703
    Merge pull request #1445 from wishdev/defbind-alias Calvin Rose 2024-05-11 14:25:03 -0500
  • ee7362e847 Add ffi/defbind-alias John W Higgins 2024-05-09 20:56:59 -0700
  • 745567a2e0 More work on frontend. Calvin Rose 2024-05-09 22:22:38 -0500
  • ef2dfcd7c3 More work on a proof of concept frontend. Calvin Rose 2024-05-05 14:45:00 -0500
  • f582fe1f69 Update compiler opt Calvin Rose 2024-05-04 16:14:59 -0500
  • 3cc3312b7b Merge branch 'master' into compile-opt Calvin Rose 2024-05-04 16:14:35 -0500
  • f2d25a0da2 Add test case. Calvin Rose 2024-05-04 16:14:26 -0500
  • 369f96b80e Update README to prefer Zulip. Calvin Rose 2024-05-03 07:51:35 -0500
  • 7c5ed04ab1 A few minor improvements. Calvin Rose 2024-04-26 19:41:54 -0500
  • 4779a445e0 Fix BSD/Macos issue for #1431 Calvin Rose 2024-04-26 19:32:47 -0500
  • f0f1b7ce9e Address #1431 - level-trigger mode for net/accept-loop Calvin Rose 2024-04-26 19:28:20 -0500
  • 7c9157a0ed Remove unneeded string functions. Calvin Rose 2024-04-26 18:10:57 -0500
  • 6e82123fdb refactor(c-api): Check for overflow on janet_struct_begin GrayJack 2024-04-21 23:38:18 -0300
  • d0acf6426d refactor(c-api): Requested changes from review GrayJack 2024-04-21 17:29:33 -0300
  • 522a6cb435
    Merge pull request #1440 from ahgamut/cosmo-build Calvin Rose 2024-04-21 08:06:51 -0500
  • d0d551d739 remove superconfigure recipe Gautham 2024-04-21 01:16:54 -0500
  • 71a123fef7 apelink Gautham 2024-04-21 01:14:58 -0500
  • 3f40c8d7fb fix typo Gautham 2024-04-21 01:12:59 -0500
  • 983c2e5499 simplify build to use only cosmocc Gautham 2024-04-21 01:10:06 -0500
  • eebb4c3ade remove logging Gautham 2024-04-20 22:35:04 -0500
  • 50425eac72 typo Gautham 2024-04-20 22:23:29 -0500
  • 382ff77bbe typo Gautham 2024-04-20 22:16:23 -0500
  • bf680fb5d3 simplify janet APE build Gautham 2024-04-20 22:09:10 -0500
  • 4ed7db4f91 simplify naming Gautham 2024-04-19 10:56:46 -0500
  • 1baa04572e refactor(c-api): Handle the changes in the structures into {un}marshal code GrayJack 2024-04-19 00:53:52 -0300
  • a53921b369 fix: Fix another windows warning GrayJack 2024-04-18 19:45:19 -0300
  • 6eb371e076 fix: Fix some windows warnings GrayJack 2024-04-18 19:37:09 -0300
  • 09c384a2e9 refactor(c-api): Marshal/Unmarshal fiber size_t fields GrayJack 2024-04-18 19:30:13 -0300
  • ef04bf557f refactor(c-api): Use size_t on janet_cstrcmp GrayJack 2024-04-18 02:30:51 -0300
  • 2d17e08a8b refactor(c-api): Missed a few function of JanetFiber GrayJack 2024-04-17 05:36:50 -0300
  • 3558237570 refactor(c-api): Make JanetQueue use size_t GrayJack 2024-04-16 21:27:24 -0300
  • a3e5afd610 refactor(c-api): Make JanetRange use size_t as well GrayJack 2024-04-16 21:09:51 -0300
  • 8d3574066b fix(c-api): Fix the limits for size on 32bit platforms GrayJack 2024-04-16 16:40:42 -0300
  • c5af2a9313 fix: remove dead code GrayJack 2024-04-16 16:24:39 -0300
  • b483c9e2e4 refactor(c-api): Dogfooding usage of size types and limits GrayJack 2024-04-16 16:22:28 -0300
  • 3f54b282dd feat(c-api): Introduce ssize_t and limits constants for size_t as ssize_t GrayJack 2024-04-16 11:41:59 -0300
  • 46bf5d1ce5 fix: Fix tests warnings on Mingw GrayJack 2024-04-16 07:35:32 -0300
  • 3be71dcc0b refactor(c-api): Remove unneded checks due to changes to use size_t GrayJack 2024-04-16 07:04:49 -0300
  • e08e3ba46f fix: Gcc found some extra warnings GrayJack 2024-04-16 05:29:58 -0300
  • 5991e48d6d refactor(c-api): backfit the changes in the API functions on the places they are used GrayJack 2024-04-16 03:55:23 -0300
  • 3f4f71cf87 refactor(c-api): Use size_t in other structures and functions used by lib GrayJack 2024-04-16 00:51:01 -0300
  • af872a4cae refactor(c-api): Use size_t on some JanetFiber fields GrayJack 2024-04-15 18:58:50 -0300
  • b3010e618e refactor(c-api): Use size_t on some JanetStructHead fields GrayJack 2024-04-15 18:48:10 -0300
  • ed800bd39a refactor(c-api): Use size_t on some JanetStringHead fields GrayJack 2024-04-15 18:40:20 -0300
  • 7b0e5e31db refactor(c-api): Use size_t on some JanetTupleHead fields GrayJack 2024-04-15 18:32:55 -0300
  • a58fc4c8c1 refactor(c-api): Update header GrayJack 2024-04-15 18:24:53 -0300
  • 88765ee1de refactor(c-api): Use size_t on some JanetTable fields GrayJack 2024-04-15 18:18:19 -0300
  • f077af8d61 refactor(c-api): Move JanetBuffer to use size_t on count and capacity fields GrayJack 2024-04-15 18:11:31 -0300
  • ee8a1694ba refactor(c-api): Move JanetArray to use size_t on count and capacity fields GrayJack 2024-04-15 18:10:14 -0300
  • bf19920d65 Improve casting. Calvin Rose 2024-04-18 03:29:45 -0500
  • 174b5f6686 missing folder Gautham 2024-04-16 22:24:31 -0500
  • 4173645b81 missing folder Gautham 2024-04-16 22:23:12 -0500
  • af511f1f55 patch folder location Gautham 2024-04-16 22:15:54 -0500
  • 83c6080380 yml config for building with Cosmopolitan Libc Gautham 2024-04-16 22:02:31 -0500
  • 2f0c789ea1 More work to address #1391 Calvin Rose 2024-04-15 21:32:17 -0500
  • a9b8f8e8a9 Address #1391 - set fd to negative value if not used. Calvin Rose 2024-04-15 18:12:05 -0500
  • f92f3eb6fa Address #1434 - add dynamic bindings for module state. v1.34.0 Calvin Rose 2024-04-15 16:20:13 -0500
  • 89e74dca3e Update freebsd build Calvin Rose 2024-03-10 11:17:20 -0500
  • f2e86d2f8d
    Merge pull request #1432 from wishdev/os/clock Calvin Rose 2024-04-15 07:34:02 -0500
  • 623da131e5 os/clock docstring typos John W Higgins 2024-03-23 22:44:44 -0700
  • e89ec31ae5 Add additional format options for os/clock John W Higgins 2024-03-23 11:51:43 -0700
  • 68a6ed208e
    Merge pull request #1430 from pepe/fix-win-clean Calvin Rose 2024-03-24 10:49:34 -0700
  • c01b32c4f3
    Merge pull request #1429 from pepe/prepare-134 Calvin Rose 2024-03-22 06:52:40 -0700
  • ee11ff9da9 Move date and sort people Josef Pospíšil 2024-03-22 07:54:23 +0100
  • ed56d5d6ff Add @llmII to docs Josef Pospíšil 2024-03-20 10:40:30 +0100
  • b317ab755c One more commit Josef Pospíšil 2024-03-20 10:34:30 +0100
  • 9819994999 Correct changelog Josef Pospíšil 2024-03-20 10:32:13 +0100
  • e9dbaa81d2 Add exists test on clean Josef Pospíšil 2024-03-20 10:18:42 +0100
  • 9f9146ffae Prepare for 1.34.0 release Josef Pospíšil 2024-03-20 10:11:08 +0100
  • 9d9732af97 Update changelog for 1.34.0 Josef Pospíšil 2024-03-20 09:57:57 +0100
  • ebb8fa9787
    Merge pull request #1410 from sogaiu/ev-deadline-and-friends-doc-tweaks Calvin Rose 2024-03-12 06:18:40 -0700
  • 9e6abbf4d4 Fix asm roundtrip issue. Calvin Rose 2024-03-10 09:06:32 -0500
  • 6032a6d658
    Merge pull request #1414 from MaxGyver83/master Calvin Rose 2024-02-24 11:06:16 -0800
  • c29ab22e6d Fix documentation of peg/replace Max Schillinger 2024-02-23 12:46:45 +0100
  • 592ac4904c Doc tweaks for ev/deadline and ev/with-deadline sogaiu 2024-02-20 21:59:37 +0900
  • 03ae2ec153
    Merge pull request #1394 from amano-kenji/master Calvin Rose 2024-02-19 11:25:17 -0800
  • 3bc42d0d37 Only re-register when using poll. Calvin Rose 2024-02-19 13:19:23 -0600
  • 12630d3e54 Register stream on unmarshal Calvin Rose 2024-02-19 13:16:45 -0600
  • c9897f99c3 Address #1405 - don't try and resume fibers that can't be resumed. Calvin Rose 2024-02-19 08:37:49 -0600
  • e66dc14b3a Formatting. Calvin Rose 2024-02-17 13:35:07 -0600
  • 7a2868c147 Fix macex1 to keep syntax location for all tuples - Address #1404 Calvin Rose 2024-02-17 13:34:23 -0600
  • 9e0daaee09 Address #1401 - restore if-let tail calls. Calvin Rose 2024-02-15 06:29:33 -0600
  • c293c7de93
    Merge pull request #1402 from sogaiu/each-body-before-set Calvin Rose 2024-02-15 04:05:15 -0800