1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-11 09:10:27 +00:00

Commit Graph

  • 235019ec39 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2019-02-27 16:30:04 -0500
  • 7d17159ae4 Make JANET_STACK_MAX configurable option. Calvin Rose 2019-02-27 16:28:43 -0500
  • 56d7d4ef39
    Merge pull request #57 from tekknolagi/patch-1 Calvin Rose 2019-02-27 15:43:29 -0500
  • 77c379faa8
    Fix typo in README Max Bernstein 2019-02-27 11:39:00 -0800
  • 3014a59c3e Fix parse error with comment on last line. Calvin Rose 2019-02-27 13:09:19 -0500
  • d70049dbb1 Register core/file abstract type J.-F. Cap 2019-02-27 10:54:10 +0100
  • 4713219317 Update whitespace and some doc strings. Calvin Rose 2019-02-25 23:48:04 -0500
  • 36f92db61e
    Merge pull request #55 from jfcap/typed-array Calvin Rose 2019-02-25 23:40:19 -0500
  • 59393fc73b Added some guards in ta_view unmarshalling to protect against bad marshalled data. J.-F. Cap 2019-02-26 02:28:24 +0100
  • 3eb44f1f79 Fix buffer allocation J.-F. Cap 2019-02-26 00:21:03 +0100
  • fb5119bf43 Added some tests (suite 5) J.-F. Cap 2019-02-25 18:49:04 +0100
  • febfefa4b2 Added tarray/slice and fix buffer size J.-F. Cap 2019-02-25 02:21:10 +0100
  • 632b920e97 fix C format J.-F. Cap 2019-02-24 22:36:35 +0100
  • c81bf42f6b Merge remote-tracking branch 'upstream/master' into typed-array-work J.-F. Cap 2019-02-24 22:25:33 +0100
  • 4147c0ce1f Added typed array C API J.-F. Cap 2019-02-24 22:24:18 +0100
  • 602e30a421 Add "\v" string esca[e sequence. Calvin Rose 2019-02-24 14:46:16 -0500
  • 92a5567b4a Remove some makefile crust from older scripts. Calvin Rose 2019-02-24 14:25:04 -0500
  • 9495be328c Be more careful about data alignment Calvin Rose 2019-02-24 13:43:38 -0500
  • 0eae75a5c2 added MARSH_EOS check J.-F. Cap 2019-02-24 18:45:14 +0100
  • 8e0d7f2539 Merge remote-tracking branch 'upstream/master' into typed-array J.-F. Cap 2019-02-24 03:06:26 +0100
  • 9c1c7fb384 Remove AT id use name as tag J.-F. Cap 2019-02-24 02:51:34 +0100
  • af48912f11 Simplify Abstract type introspection J.-F. Cap 2019-02-24 02:02:54 +0100
  • 327d2ed849 Remove extra "compile error: " string. Calvin Rose 2019-02-23 15:38:49 -0500
  • db64a682be fix incompatibilities with upstream/master changes in marsh.c J.-F. Cap 2019-02-23 17:54:09 +0100
  • 4d3c655058 Merge remote-tracking branch 'upstream/master' into typed-array J.-F. Cap 2019-02-23 17:36:38 +0100
  • 2becebce92 fix C source format J.-F. Cap 2019-02-23 17:13:43 +0100
  • 0cc6c6ff33 implement typed array marshal/unmarshal and generic marshaling capabilities to abstract types. J.-F. Cap 2019-02-23 16:58:47 +0100
  • 115bc6140b Fix NULL ptr issue. Calvin Rose 2019-02-22 17:12:34 -0500
  • b14fcb068b Update janet_pcall interface Calvin Rose 2019-02-22 17:10:24 -0500
  • 2ea28f29b0 Shut up some warnings from clang's static analyzer. Calvin Rose 2019-02-22 12:10:27 -0500
  • 7cb1c7cef2 added ta marshalling J.-F. Cap 2019-02-22 17:41:27 +0100
  • 9d60e8b343 Address issue #54 Calvin Rose 2019-02-22 10:16:32 -0500
  • 340a6c4d8d Update marsh.c to use janet_panic for errors. Calvin Rose 2019-02-22 10:10:41 -0500
  • e5a4c6fc2b Merge remote-tracking branch 'upstream/master' into ta-with-marshal J.-F. Cap 2019-02-22 15:58:47 +0100
  • db9ac6dba5 marshal buffer ok J.-F. Cap 2019-02-22 15:57:48 +0100
  • d570aae817 Merge branch 'ta-marshal' into ta-with-marshal J.-F. Cap 2019-02-22 11:13:12 +0100
  • 59e4b15fad added some abstract type instrospection capabilities registering abstract type in vm_register table J.-F. Cap 2019-02-22 10:54:22 +0100
  • b3401381fa Update CHANGELOG.md Calvin Rose 2019-02-21 20:40:13 -0500
  • beed839d12 Remove the callable? predicate. Calvin Rose 2019-02-21 20:38:22 -0500
  • f4908ebc41 Update issue 53 regression test. Calvin Rose 2019-02-21 19:19:47 -0500
  • 1147482e62 Address #53 - marshalling fiber strangeness Calvin Rose 2019-02-21 19:11:28 -0500
  • 4d07176f1c work in progress J.-F. Cap 2019-02-21 20:52:39 +0100
  • 8c67bf82f6 Remove restriction on variable length arrays. Calvin Rose 2019-02-21 11:54:06 -0500
  • 0823eb7327 Change order of directory creation. Calvin Rose 2019-02-21 11:50:48 -0500
  • 8cff3dd2c3 Fix one more warning. Calvin Rose 2019-02-21 11:46:39 -0500
  • df550efb6b Fix MSVC compiler warnings. Calvin Rose 2019-02-21 11:34:04 -0500
  • 00a47dc0cb Begin work on new memory layout for all objects and GC. Calvin Rose 2019-02-21 11:22:29 -0500
  • 811b1825cb Remove tuple/append and tuple/prepend. Calvin Rose 2019-02-20 21:08:54 -0500
  • 2ca252bc0e Merge remote-tracking branch 'upstream/master' into typed-array J.-F. Cap 2019-02-21 01:43:22 +0100
  • 6054858359 fix C format J.-F. Cap 2019-02-21 00:20:54 +0100
  • 1d50fd9485 First exeperiments with JS style Binary Typed Arrays J.-F. Cap 2019-02-21 00:15:48 +0100
  • a982f351d7 Address #50 Calvin Rose 2019-02-20 12:07:20 -0500
  • 27a274b686 Update some corelib functions. Calvin Rose 2019-02-19 23:41:16 -0500
  • cb002e7b84 Update generating tools to produce stylish code. Calvin Rose 2019-02-19 21:28:22 -0500
  • c022a1cf1a Add astyle guidelines to the contributing document. Calvin Rose 2019-02-19 20:59:34 -0500
  • 9d4effc02e Add make format to format code. Calvin Rose 2019-02-19 20:51:34 -0500
  • 7c19ed8a48
    Merge pull request #49 from boardwalk/fix_indentation Calvin Rose 2019-02-19 19:08:18 -0500
  • ef5f80ad38 Fix indentation, converting some tabs to spaces. Dan Skorupski 2019-02-19 17:41:21 -0600
  • dbcbb4466d We don't need to add module/\*headerpath\*. Calvin Rose 2019-02-18 22:25:40 -0500
  • 7927078b49 Include header path when building modules. Calvin Rose 2019-02-18 20:27:00 -0500
  • b61c9eb991 Update build script for windows. Calvin Rose 2019-02-18 20:15:20 -0500
  • ed72dcf82d Rename the header <janet/janet.h> to <janet.h> Calvin Rose 2019-02-18 20:13:35 -0500
  • 9480ad24cc
    Merge pull request #46 from tssva/remove_mandb Calvin Rose 2019-02-18 19:01:22 -0500
  • a9574b692f
    Don't call mandb during install Tim Sedlmeyer 2019-02-18 18:29:35 -0500
  • 8d9a88e759 Add JANET_PATH back in. Calvin Rose 2019-02-18 15:31:15 -0500
  • 732de8f88d Update man page. Calvin Rose 2019-02-18 15:23:59 -0500
  • 6af5800d21 Add -m option to command line Calvin Rose 2019-02-18 15:06:17 -0500
  • 540b326c54 Simpler way to set JANET_PATH at compile time. Calvin Rose 2019-02-18 14:48:29 -0500
  • 660a2b41ae Set module/*syspath* to JANET_PATH at build time Calvin Rose 2019-02-18 14:31:23 -0500
  • d2d502b9ae Remove ldconfig stuff. Calvin Rose 2019-02-18 13:49:43 -0500
  • 3aae524964 Try to respect PREFIX more. Calvin Rose 2019-02-18 13:46:35 -0500
  • 07912f5ab2 Update comments in strtod.c Calvin Rose 2019-02-17 21:44:58 -0500
  • ffc14f6019 Oops, peg option issue fixed. Calvin Rose 2019-02-17 21:25:30 -0500
  • 1e70c97ef0 Allow enabling/disabling of peg module. Calvin Rose 2019-02-17 21:22:03 -0500
  • 54227ebff1 Update README.md Calvin Rose 2019-02-17 14:00:15 -0500
  • 33087fe9de Update game of life example. Calvin Rose 2019-02-17 11:20:24 -0500
  • 6d5ff43de7 Make amalg build cleaner. Calvin Rose 2019-02-16 23:33:24 -0500
  • c715912ea3 Update changelog. Calvin Rose 2019-02-16 21:57:47 -0500
  • 3b6ff3c09a Add -c option to main client Calvin Rose 2019-02-16 21:55:53 -0500
  • efab484fff Remove some more extra text in core api doc. Calvin Rose 2019-02-16 18:39:44 -0500
  • 4ba7fbb8bb Remove extra 'at' in generated doc. Calvin Rose 2019-02-16 18:38:34 -0500
  • 53cc7ebd29 Fix gendoc. Calvin Rose 2019-02-16 18:35:29 -0500
  • c6f032340a Update CHANGELOG.md Calvin Rose 2019-02-16 17:55:08 -0500
  • 0ce5acec89 Begin cleaning up string API. clean-string-api Calvin Rose 2019-02-16 15:12:34 -0500
  • 44e31cac5d
    Merge pull request #40 from jfcap/string-format Calvin Rose 2019-02-16 15:02:47 -0500
  • 029394db31 Add buffer/format as well as string/format. Calvin Rose 2019-02-16 13:59:38 -0500
  • 00020ba8ab Whitspace and style changes. Calvin Rose 2019-02-16 13:40:51 -0500
  • 1f91ee30fe Make require simpler and module/find more useful. Calvin Rose 2019-02-16 13:21:29 -0500
  • 0f0c415bcf Adde some tests for string/format J.-F. Cap 2019-02-16 16:28:10 +0100
  • a6f022a73d Added string/format function (snprintf like) J.-F. Cap 2019-02-16 03:29:04 +0100
  • ec02d55145 Update README to show sourcehut build. Calvin Rose 2019-02-15 19:58:25 -0500
  • cb1a773ca8 Update sr.ht build. Calvin Rose 2019-02-15 19:43:30 -0500
  • 0dc1217d69
    Merge pull request #36 from charles-l/master Calvin Rose 2019-02-15 19:07:10 -0500
  • 06f38d3380 Update makefile for OpenBSD charles 2019-02-15 19:02:14 -0500
  • 2e1ec3700d Fix compilier warning on -Os, gcc. Calvin Rose 2019-02-15 19:01:47 -0500
  • 9e6b1d1b16 Add images. Calvin Rose 2019-02-15 18:56:41 -0500
  • bdf03b4706 Fix unmarshalling integers directly, not through readint. Calvin Rose 2019-02-15 14:01:32 -0500
  • 4d96ba3ba9 Merge branch 'master' of github.com:janet-lang/janet Calvin Rose 2019-02-15 13:21:00 -0500
  • f161002390 Address #35 Calvin Rose 2019-02-15 13:20:20 -0500
  • eb576d6caf
    Merge pull request #33 from jfcap/master Calvin Rose 2019-02-12 20:21:44 -0500