| 
							
							
								 Calvin Rose | dd8de1e9ac | Merge pull request #609 from yumaikas/master Change tracev to upscope instead of using let | 2021-01-22 19:02:27 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | c909835b0a | Update CHANGELOG. | 2021-01-22 12:55:38 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | a18aafedfd | Merge branch 'master' of github.com:janet-lang/janet | 2021-01-22 12:53:28 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 317ab6df6b | Add ev/thread and ev/do-thread. - Also fix setting supervisor with net/accept-loop. | 2021-01-22 12:52:45 -06:00 |  | 
			
				
					| 
							
							
								 Andrew Owen | 1fcaffe6b0 | Change tracev to upscope, add test | 2021-01-21 23:40:28 -07:00 |  | 
			
				
					| 
							
							
								 Sunil Nimmagadda | 381128364e | Replace malloc + memset with calloc. Fixes an overflow warning from gcc with '-Wstringop-overflow' on
NetBSD-current. | 2021-01-21 19:35:57 +05:30 |  | 
			
				
					| 
							
							
								 Calvin Rose | 0acf167e84 | Merge pull request #602 from pyrmont/feature.module-docstrings Display module-level docstrings with (doc) | 2021-01-20 22:11:38 -06:00 |  | 
			
				
					| 
							
							
								 Josef Pospíšil | 251486e4aa | Fix ev/call doc | 2021-01-20 20:31:41 +01:00 |  | 
			
				
					| 
							
							
								 Michael Camilleri | c6467be60d | Conform display of path with existing display of source map info | 2021-01-20 10:47:55 +09:00 |  | 
			
				
					| 
							
							
								 Michael Camilleri | 4dd512ad28 | Use print-module-entry function to display docstring | 2021-01-20 10:16:59 +09:00 |  | 
			
				
					| 
							
							
								 Michael Camilleri | 28076b9385 | Display module-level docstrings with (doc) | 2021-01-20 10:01:31 +09:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 49dcc816ae | Update os/shell to be non-blocking as well. | 2021-01-18 16:44:22 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | fa61c70103 | Release 1.14.1 | 2021-01-18 11:51:42 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 5ee6dbcdf4 | Prepare for 1.14.1 release. | 2021-01-18 11:43:53 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 634219da2c | Fix windows swallowing IOCP events in many cases. This fixes windows hanging on "failed" IO operations. | 2021-01-17 20:41:59 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | fbe3849b4b | Revert change to propagate op code. | 2021-01-17 15:33:42 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | bd2e335063 | Allow 1 argument call of debug/stacktrace Since fibers now track the last value signaled. | 2021-01-17 13:55:40 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 96262e7d87 | Fix integer limit docs. | 2021-01-17 13:44:53 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | c5da87b860 | Fix broken doc format. Many assumptions in the parsing code that could cause infinite
loops, as well as assuming things were non-nil. | 2021-01-17 11:36:48 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 70e23df6f8 | Merge branch 'master' of github.com:janet-lang/janet | 2021-01-16 18:29:41 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 95af205681 | Merge pull request #589 from yumaikas/master Add support for a profile.janet | 2021-01-16 18:29:00 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 6dfb689d1f | Update versions to indicate 14.1 | 2021-01-16 15:54:27 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 462e74ef87 | Add os/proc-close to close all pipes associated with a subprocess. This will not leak handles until the GC runs in most use cases. | 2021-01-16 15:11:07 -06:00 |  | 
			
				
					| 
							
							
								 Andrew Owen | c6aa536590 | Clean up env dance | 2021-01-16 12:47:50 -07:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | c79480342b | Remove unused defines. | 2021-01-16 07:19:28 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | a1cc5ca045 | Fix #593. Also add ev/give-supervisor to the core. | 2021-01-16 07:18:07 -06:00 |  | 
			
				
					| 
							
							
								 Andrew Owen | 7f74ff3dd7 | Restore :source property to keep import* working at REPL | 2021-01-15 02:59:17 -07:00 |  | 
			
				
					| 
							
							
								 Andrew Owen | c4a95e9a1e | Update error handling, kill a bikeshed argument | 2021-01-15 01:53:14 -07:00 |  | 
			
				
					| 
							
							
								 Andrew Owen | 71f9e2b1d7 | Add support for a profile.janet Add support for a profile.janet, along with a flag for disabling it's use. | 2021-01-15 01:31:23 -07:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 16fe32215b | Merge pull request #584 from sogaiu/tweak-file-docs Tweak file docs | 2021-01-13 21:41:33 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | dd7342a6cf | Merge pull request #583 from sogaiu/tweak-debug-docs Tweak debug/stack docs | 2021-01-13 21:41:26 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 35c88d10cd | Merge pull request #582 from sogaiu/tweak-parser-docs Tweak parser docs | 2021-01-13 21:41:09 -06:00 |  | 
			
				
					| 
							
							
								 sogaiu | 122e2a9378 | Tweak os docs | 2021-01-14 08:44:56 +09:00 |  | 
			
				
					| 
							
							
								 sogaiu | 33c9395d79 | Tweak file docs | 2021-01-14 08:33:04 +09:00 |  | 
			
				
					| 
							
							
								 sogaiu | fc49aa359c | Tweak debug/stack docs | 2021-01-14 07:47:50 +09:00 |  | 
			
				
					| 
							
							
								 sogaiu | fcf37942a7 | Tweak parser docs | 2021-01-14 07:31:20 +09:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 9b42d5a5e9 | Merge pull request #579 from sogaiu/tweak-type-docs Tweak type docs | 2021-01-13 12:26:30 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | ba92dfcbe9 | Merge pull request #580 from sogaiu/tweak-update-docs Tweak update docs | 2021-01-13 12:26:10 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | fd03603adb | Merge pull request #577 from sogaiu/tweak-expand-path-docs Tweak module/expand-path docs | 2021-01-13 12:25:55 -06:00 |  | 
			
				
					| 
							
							
								 sogaiu | c56b876bfe | Tweak update docs | 2021-01-13 23:04:06 +09:00 |  | 
			
				
					| 
							
							
								 sogaiu | c4957d5dfb | Tweak type docs | 2021-01-13 22:59:43 +09:00 |  | 
			
				
					| 
							
							
								 sogaiu | 068bd33afb | Tweak disasm docs | 2021-01-13 22:27:03 +09:00 |  | 
			
				
					| 
							
							
								 sogaiu | e9bd108be9 | Tweak module/expand-path docs | 2021-01-13 22:16:54 +09:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 4f2d1cdc00 | Go back to a single supervisor channel per fiber. We now also use the fiber mask to figure out which flags to wait for. | 2021-01-12 21:35:28 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 61cca10cf6 | Allow iterating through the properties of core abstract types. | 2021-01-11 23:14:07 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | dfbdd17dce | Add doc-offunction to core for reverse documentation lookup. | 2021-01-11 20:32:26 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 5e1a8c86f9 | Add more network and subprocess testing with redirection. | 2021-01-11 18:32:56 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | bf01bf631d | More work on windows networking code. Remove use of WSARecv and WSASend since for whatever reason
they seem suspect. We may want to revisit this later. | 2021-01-11 18:00:31 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 874cc79443 | Fix #571 - fiber/status and fiber/new docstrings. | 2021-01-11 15:44:46 -06:00 |  | 
			
				
					| 
							
							
								 Calvin Rose | 3883460202 | Remove length checks to a number of core functions. This lets them be more generic and implemented over a wider range of
data types, such as fibers. | 2021-01-11 15:01:41 -06:00 |  |