Commit Graph
36 Commits
Author SHA1 Message Date
underscorediscovery fc7bd1c78f Merge pull request #703 from mwilmsm/master
Cleaned up some documentation typos. -mw
2019-09-30 13:23:51 -07:00
underscorediscovery ff4f92eb87 .gitignore; and one more 2019-09-28 12:21:45 -07:00
underscorediscovery 7617498aa3 .gitignore; correct path for object files 2019-09-28 12:21:19 -07:00
underscorediscovery 688691b17c Don't access null pointers when printing null module names
fixes #631
2019-09-18 22:49:01 -07:00
underscorediscovery 7eac8e6a37 docs; encapsulation legibility fixes 2019-09-18 01:43:34 -07:00
Sven Bergström 898e5356c7 Merge pull request #562 from Salmela/locals-array-overflow-fix
Check that there is space in local variable array
2019-09-18 00:20:03 -07:00
Sven Bergström f3b0200c39 Merge pull request #541 from kext/amalgamation
Repaired amalgamation script
2019-09-18 00:11:22 -07:00
underscorediscovery cdeb0db5c3 disambiguate the call here from the call in wren_compiler.c (fixes amalgamation having overalapped symbols) 2019-09-18 00:08:07 -07:00
underscorediscovery 123ba80a89 fix warning about conversion from '__int64' to 'double', possible loss of data 2019-09-18 00:05:16 -07:00
Sven Bergström fa2a3d9576 Clarify modulus documentation for sign
closes #695
2019-09-17 22:27:47 -07:00
Sven Bergström 0e67667010 Update Encapsulation documentation to be clearer
fixes #691
2019-09-17 22:18:55 -07:00
Sven Bergström e94c813ecc Merge pull request #698 from matusnovak/fix-foreign-allocate-abort-fiber
Fix wrenAbortFiber does not work inside of foreign class allocator
2019-09-17 11:08:37 -07:00
Sven Bergström d1a0d0682a Merge pull request #688 from pyway/patch-1
fix memory leak in path.c
2019-07-01 07:40:14 -07:00
Sven Bergström a8fd838255 Merge pull request #680 from bjorn/patch-1
docs: Fixed broken link to overview about maps
2019-04-09 15:46:38 -07:00
Sven Bergström 13dfebe1a5 Merge pull request #664 from Heaven31415/master
Update note about path to visual studio solution.
2019-03-24 14:09:24 -07:00
Sven Bergström 2d018c9109 Merge pull request #663 from Heaven31415/master
Update link to comment about NaN tagging.
2019-03-24 08:03:52 -07:00
Sven Bergström 0f8e9a6554 Merge pull request #612 from iwillspeak/osx-buildfixes
Disable 32 bit macOS Build
2019-02-11 23:33:05 -08:00
Sven Bergström 6514c592d3 Merge pull request #611 from iwillspeak/doc-fixup
Update Call to `WrenInterpret` in Docs
2019-02-11 23:32:40 -08:00
Sven Bergström 8a0d2297a1 Merge pull request #615 from iwillspeak/repl-escape-fix
Fixup Handling of `\` in REPL to Prevent Crash
2019-02-11 22:58:06 -08:00
underscorediscovery 6ac829947a blog; fix twitter link to munificentbob (thanks @noelfb) 2019-02-07 20:40:44 -08:00
underscorediscovery 25a1431fa7 docs; add some links to blog post 2019-02-07 13:07:21 -08:00
underscorediscovery 27a08151e7 blog; clarify weird grammar (sponge) 2019-02-05 19:39:38 -08:00
underscorediscovery 57a1d809d8 docs; replace wren repo URL to point to organization 2019-02-05 18:41:31 -08:00
underscorediscovery 7cc7c715c9 docs; list; add + operator documentation 2019-02-05 18:18:38 -08:00
underscorediscovery 21024bfa13 docs; formatting and tidying
- quick clean up pass on layout and colors for clarity/legibility
- added logo to the sidebar
- fix various css things like a full height page when content is shorter, so the footer doesn't creep away from the bottom
- start using em instead of px for consistency across devices
2019-02-05 18:18:24 -08:00
underscorediscovery 2d449cd4c9 docs; add blog section with simple rss
- rss is hand written right now
- see the hello wren blog post for reasoning
2019-02-05 18:15:29 -08:00
underscorediscovery 29cef0bd53 docs; update generator
- copies files in doc/site/static/ to output
- update output formatting to include potential differences in markdown generator (local generate had >, so cover both to remain consistent)
- copy rss xml (could be in static too, but for now...)
2019-02-05 18:14:34 -08:00
Sven Bergström 201ae2f38a Merge pull request #619 from PrimordialHelios/fix_doc_generation
Fix doc generation script
2019-02-04 17:57:52 -08:00
Sven Bergström cabab755f5 Merge pull request #646 from nenofite/patch-1
Fix broken link for error handling
2018-12-19 18:36:30 -03:30
Sven Bergström 4ebb99d27f Merge pull request #636 from datatypevoid/readme-update
chore(README): point broken links to wren.io
2018-11-26 16:35:42 -03:30
underscorediscovery a2868913c5 Add .log to Num 2016-10-31 17:22:32 -02:30
underscorediscovery 955e92761d Add .pow(_) to Num 2016-10-31 17:22:13 -02:30
underscorediscovery 2650794340 Update AUTHORS 2016-10-31 17:21:55 -02:30
underscorediscovery 1f84a10f44 Implement String indexOf(needle, startIndex) 2016-07-14 01:23:01 -02:30
Sven Bergström 5a8cacfbe4 fix range docs to introduction
Is that the link that was intended?
2016-05-21 00:24:41 -02:30
Sven Bergström b57fd6431a iterator protocol relative to core/ not modules/ 2016-05-21 00:21:47 -02:30