Commit Graph

  • 710702ab8c
    Merge 6e82123fdb into 369f96b80e Eric Shimizu Karbstein 2024-05-03 10:30:26 -0300
  • 369f96b80e Update README to prefer Zulip. master 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
  • 49eb5f8563
    Merge pull request #1403 from llmII/fix-os-proc-wait Calvin Rose 2024-02-15 04:01:09 -0800
  • 674b375b2c
    Improve documentation on subprocess API amano.kenji 2024-02-07 11:01:28 +0000
  • 7e94c091eb
    Fix: os/proc-wait llmII 2024-02-12 23:06:08 -0600
  • 5885ccba61 Swap set / body order for each (#1400) sogaiu 2024-02-13 11:12:18 +0900
  • 431ecd3d1a Abort on assert failure instead of exit Calvin Rose 2024-02-02 08:40:12 -0600
  • f6df8ff935 Expose _exit to skip certain cleanup with os/exit Calvin Rose 2024-02-01 22:20:52 -0600
  • 3fd70f0951 Update debug meson options. Calvin Rose 2024-02-01 19:17:23 -0600
  • bebb635d4f
    Merge pull request #1392 from sogaiu/propagate-docstring-additions Calvin Rose 2024-02-03 10:52:27 -0800
  • 354896bc4b Add to propagate docstring (#1365) sogaiu 2024-02-03 15:48:19 +0900
  • 5ddefff27e
    Merge pull request #1389 from sogaiu/fiber-last-value-doc-tweak Calvin Rose 2024-02-02 08:42:48 -0800
  • 91827eef4f Tweak fiber/last-value docstring sogaiu 2024-02-02 19:06:56 +0900
  • 9c14c09962 Add explicit stdatomic config setting for #1374 Calvin Rose 2024-01-28 15:53:41 -0600
  • e85a84171f Revert local change that removes stdatomic.h Calvin Rose 2024-01-28 07:58:22 -0600
  • 3a4f86c3d7 Make host and port configurable for suite-ev.janet Calvin Rose 2024-01-28 07:56:59 -0600
  • 5e75963312
    Merge pull request #1367 from sogaiu/debug-stacktrace-doc-tweak Calvin Rose 2024-01-28 05:33:11 -0800
  • 184d9289b5
    Merge pull request #1371 from pepe/destructuring-typo Calvin Rose 2024-01-28 05:33:05 -0800
  • b7ff9577c0
    Merge pull request #1373 from sogaiu/module-expand-path-doc-suggestion Calvin Rose 2024-01-28 05:32:50 -0800
  • 942a1aaac6 Address #1370 sogaiu 2024-01-27 21:20:27 +0900
  • 69f0fe004d Fix typo in destructuring Josef Pospíšil 2024-01-26 14:36:56 +0100
  • 2a04347a42 Tweak debug/stacktrace docstring (#1365) sogaiu 2024-01-24 16:52:37 +0900
  • 1394f1a5c0
    Merge pull request #1364 from sogaiu/module-expand-path-doc-tweak Calvin Rose 2024-01-23 16:01:49 -0800
  • cf4d19a8ea Cosmetically tweak module/expand-path docstring sogaiu 2024-01-22 22:16:14 +0900
  • 23b0fe9f8e
    Merge pull request #1360 from pepe/patch-1 Calvin Rose 2024-01-17 11:51:59 -0800