8484de86c7 
								
							
								 
							
						 
						
							
							
								
								fix   #1353  os.get_line  
							
							
							
						 
						
							2019-07-29 04:44:54 +02:00  
				
					
						
							
							
								 
						
							
							
								299d41e3b9 
								
							
								 
							
						 
						
							
							
								
								os: fix a memory leak in File.write(string)  
							
							
							
						 
						
							2019-07-24 22:47:06 +02:00  
				
					
						
							
							
								 
						
							
							
								ca70d1f8a3 
								
							
								 
							
						 
						
							
							
								
								os: Make windows allocations more consistent & LocalFree args_list  
							
							... 
							
							
							
							if max is 512 then allocate `max * sizeof(wchar_t)` 
							
						 
						
							2019-07-24 19:10:06 +02:00  
				
					
						
							
							
								 
						
							
							
								f8bc893972 
								
							
								 
							
						 
						
							
							
								
								Re-add the case for msvc now that it is a valid comp-time option  
							
							
							
						 
						
							2019-07-24 18:14:44 +02:00  
				
					
						
							
							
								 
						
							
							
								99355ae8b2 
								
							
								 
							
						 
						
							
							
								
								os: Implement a read-all for STDIN  
							
							
							
						 
						
							2019-07-24 18:14:13 +02:00  
				
					
						
							
							
								 
						
							
							
								2306901e6e 
								
							
								 
							
						 
						
							
							
								
								os.flush_stdout()  
							
							
							
						 
						
							2019-07-24 16:15:28 +02:00  
				
					
						
							
							
								 
						
							
							
								32aae80a64 
								
							
								 
							
						 
						
							
							
								
								Windows: fix some heap corruptions, fix msvc not building with unicode flags, fix os.getwd, fix mscrazy using a less recent installation  
							
							
							
						 
						
							2019-07-24 15:00:26 +02:00  
				
					
						
							
							
								 
						
							
							
								0bbefca875 
								
							
								 
							
						 
						
							
							
								
								Windows: unicode command line  
							
							
							
						 
						
							2019-07-24 14:32:36 +02:00  
				
					
						
							
							
								 
						
							
							
								fcb1f211e3 
								
							
								 
							
						 
						
							
							
								
								Windows Unicode I/O  
							
							
							
						 
						
							2019-07-24 12:16:45 +02:00  
				
					
						
							
							
								 
						
							
							
								2291e9fcfe 
								
							
								 
							
						 
						
							
							
								
								Revert "Windows Unicode support"  
							
							... 
							
							
							
							This reverts commit 8462e99bc5 
							
						 
						
							2019-07-24 00:24:34 +02:00  
				
					
						
							
							
								 
						
							
							
								8462e99bc5 
								
							
								 
							
						 
						
							
							
								
								Windows Unicode support  
							
							
							
						 
						
							2019-07-23 23:40:24 +02:00  
				
					
						
							
							
								 
						
							
							
								e25ea7f9dd 
								
							
								 
							
						 
						
							
							
								
								add MSVC C backend support; fix live code reloading on Windows; other Windows fixes  
							
							
							
						 
						
							2019-07-23 23:23:13 +02:00  
				
					
						
							
							
								 
						
							
							
								390394b56b 
								
							
								 
							
						 
						
							
							
								
								string: make substr() copy the data, like in Java and C#; remove .cstr()  
							
							... 
							
							
							
							this makes managing memory used by strings much easier
V strings are now fully compatible with C strings 
							
						 
						
							2019-07-22 17:03:45 +02:00  
				
					
						
							
							
								 
						
							
							
								23c5f88f3e 
								
							
								 
							
						 
						
							
							
								
								Revert "Windows Unicode I/O "  
							
							... 
							
							
							
							This reverts commit 3e005074a3 
							
						 
						
							2019-07-21 17:29:40 +02:00  
				
					
						
							
							
								 
						
							
							
								9c9fe7029e 
								
							
								 
							
						 
						
							
							
								
								fix os.is_dir on Windows  
							
							
							
						 
						
							2019-07-21 17:14:25 +02:00  
				
					
						
							
							
								 
						
							
							
								a6e4720a4d 
								
									
								
							
								 
							
						 
						
							
							
								
								os: fix popen on Windows  
							
							
							
						 
						
							2019-07-21 13:37:27 +02:00  
				
					
						
							
							
								 
						
							
							
								3e005074a3 
								
							
								 
							
						 
						
							
							
								
								Windows Unicode I/O  
							
							
							
						 
						
							2019-07-21 13:29:32 +02:00  
				
					
						
							
							
								 
						
							
							
								6e6f6bc387 
								
							
								 
							
						 
						
							
							
								
								free/malloc fixes  
							
							
							
						 
						
							2019-07-21 12:36:21 +02:00  
				
					
						
							
							
								 
						
							
							
								d6ddfa124d 
								
							
								 
							
						 
						
							
							
								
								Fixed get_error_msg for *nix  
							
							... 
							
							
							
							* Fixed undefined: get_error_msg 
							
						 
						
							2019-07-18 20:21:48 +02:00  
				
					
						
							
							
								 
						
							
							
								251e32948e 
								
							
								 
							
						 
						
							
							
								
								fix Windows build: move hostname to net/  
							
							
							
						 
						
							2019-07-17 13:50:58 +02:00  
				
					
						
							
							
								 
						
							
							
								b9f3f2d622 
								
							
								 
							
						 
						
							
							
								
								v script  
							
							
							
						 
						
							2019-07-17 13:49:42 +02:00  
				
					
						
							
							
								 
						
							
							
								a743ecaff9 
								
							
								 
							
						 
						
							
							
								
								Windows : fix build  
							
							... 
							
							
							
							curl -Os https://raw.githubusercontent.com/vlang/vc/master/v.c 
cc -std=gnu11 -w -o v v.c -lm
ccK5ic4o.o:v.c:(.text+0x6f62): undefined reference to `__imp_gethostname'
collect2.exe: error: ld returned 1 exit status 
							
						 
						
							2019-07-17 00:02:31 +02:00  
				
					
						
							
							
								 
						
							
							
								8ef3313d63 
								
							
								 
							
						 
						
							
							
								
								Fixed buf on hostname and added optional type.  
							
							... 
							
							
							
							Before submitting this PR, submit https://github.com/vlang/v/pull/1188  
							
						 
						
							2019-07-17 00:02:07 +02:00  
				
					
						
							
							
								 
						
							
							
								91a712fdf0 
								
							
								 
							
						 
						
							
							
								
								Check for max error code overflow  
							
							... 
							
							
							
							If do not check the overflow of the maximum error code (15841), this can lead to a program crash. 
							
						 
						
							2019-07-17 00:01:42 +02:00  
				
					
						
							
							
								 
						
							
							
								47b0221b82 
								
							
								 
							
						 
						
							
							
								
								os: hostname function  
							
							
							
						 
						
							2019-07-16 19:23:47 +02:00  
				
					
						
							
							
								 
						
							
							
								36442976c3 
								
							
								 
							
						 
						
							
							
								
								fix dir_exists on win  
							
							
							
						 
						
							2019-07-16 18:31:49 +02:00  
				
					
						
							
							
								 
						
							
							
								e638e47af5 
								
							
								 
							
						 
						
							
							
								
								`setenv` and `unsetenv` for windows fix  
							
							
							
						 
						
							2019-07-16 17:18:08 +02:00  
				
					
						
							
							
								 
						
							
							
								f5fa43d2fa 
								
							
								 
							
						 
						
							
							
								
								os: fix executable() for all other BSDs  
							
							
							
						 
						
							2019-07-16 16:37:59 +02:00  
				
					
						
							
							
								 
						
							
							
								674969665e 
								
							
								 
							
						 
						
							
							
								
								freebsd fix  
							
							
							
						 
						
							2019-07-16 16:22:25 +02:00  
				
					
						
							
							
								 
						
							
							
								6fabd36732 
								
							
								 
							
						 
						
							
							
								
								freebsd: fix os.executable()  
							
							
							
						 
						
							2019-07-16 16:19:55 +02:00  
				
					
						
							
							
								 
						
							
							
								c3ad75191d 
								
							
								 
							
						 
						
							
							
								
								os: fix 'rm' and 'rmdir' implementation on windows  
							
							
							
						 
						
							2019-07-16 15:55:51 +02:00  
				
					
						
							
							
								 
						
							
							
								961ffb1868 
								
							
								 
							
						 
						
							
							
								
								Windows: temporary fix of dir_exists  
							
							
							
						 
						
							2019-07-16 03:17:49 +02:00  
				
					
						
							
							
								 
						
							
							
								9c63cac54d 
								
							
								 
							
						 
						
							
							
								
								another Windows fix  
							
							
							
						 
						
							2019-07-16 02:06:39 +02:00  
				
					
						
							
							
								 
						
							
							
								090cdcf3b9 
								
							
								 
							
						 
						
							
							
								
								os: fix PathSeparator on Windows  
							
							
							
						 
						
							2019-07-16 01:59:28 +02:00  
				
					
						
							
							
								 
						
							
							
								cc06fe7ae6 
								
							
								 
							
						 
						
							
							
								
								os.dir(); fix vroot on Windows  
							
							
							
						 
						
							2019-07-16 01:57:06 +02:00  
				
					
						
							
							
								 
						
							
							
								24a1e0e24a 
								
							
								 
							
						 
						
							
							
								
								better os.executable on macos  
							
							
							
						 
						
							2019-07-15 23:25:11 +02:00  
				
					
						
							
							
								 
						
							
							
								9b5383341d 
								
							
								 
							
						 
						
							
							
								
								Add get_error_msg  
							
							
							
						 
						
							2019-07-15 20:39:09 +02:00  
				
					
						
							
							
								 
						
							
							
								449fd372f9 
								
							
								 
							
						 
						
							
							
								
								*_nix.v support  
							
							
							
						 
						
							2019-07-15 19:23:09 +02:00  
				
					
						
							
							
								 
						
							
							
								7c6f59afa6 
								
							
								 
							
						 
						
							
							
								
								FreeBSD support  
							
							
							
						 
						
							2019-07-15 17:24:44 +02:00  
				
					
						
							
							
								 
						
							
							
								7058333f17 
								
							
								 
							
						 
						
							
							
								
								Add get_module_filename  
							
							
							
						 
						
							2019-07-15 14:27:33 +02:00  
				
					
						
							
							
								 
						
							
							
								6c2e313155 
								
							
								 
							
						 
						
							
							
								
								add missing implementation of os.getexepath for mac  
							
							
							
						 
						
							2019-07-14 16:50:24 +02:00  
				
					
						
							
							
								 
						
							
							
								82ed0156c5 
								
							
								 
							
						 
						
							
							
								
								Fixed clang build for windows.  
							
							... 
							
							
							
							Fixed:
C:\Users\C182~1\AppData\Local\Temp\ccb5oFDP.o: In function `os__fork':
C:/Users/─рэ //.vlang//v2.exe.c:4831: undefined reference to `fork'
C:\Users\C182~1\AppData\Local\Temp\ccb5oFDP.o: In function `os__wait':
C:/Users/─рэ //.vlang//v2.exe.c:4840: undefined reference to `wait'
collect2.exe: error: ld returned 1 exit status 
							
						 
						
							2019-07-14 12:38:03 +02:00  
				
					
						
							
							
								 
						
							
							
								436d7592c7 
								
							
								 
							
						 
						
							
							
								
								os: fork() and wait()  
							
							
							
						 
						
							2019-07-14 10:22:41 +02:00  
				
					
						
							
							
								 
						
							
							
								5d7bac2016 
								
							
								 
							
						 
						
							
							
								
								os: add flush method  
							
							
							
						 
						
							2019-07-13 12:30:52 +02:00  
				
					
						
							
							
								 
						
							
							
								d0e7d0070d 
								
							
								 
							
						 
						
							
							
								
								fix travis windows user home  
							
							
							
						 
						
							2019-07-12 20:35:01 +02:00  
				
					
						
							
							
								 
						
							
							
								f834644db4 
								
							
								 
							
						 
						
							
							
								
								make gg work on Windows; prebuild glad and cJSON; new ft module  
							
							
							
						 
						
							2019-07-12 04:50:14 +02:00  
				
					
						
							
							
								 
						
							
							
								de8dc4cddb 
								
							
								 
							
						 
						
							
							
								
								hot code reloading examples  
							
							
							
						 
						
							2019-07-07 22:02:27 +02:00  
				
					
						
							
							
								 
						
							
							
								d47e2f113f 
								
							
								 
							
						 
						
							
							
								
								Revert "make function arguments immutable"  
							
							... 
							
							
							
							This reverts commit 0f0ed8d716 
							
						 
						
							2019-07-05 02:44:22 +02:00  
				
					
						
							
							
								 
						
							
							
								0f0ed8d716 
								
							
								 
							
						 
						
							
							
								
								make function arguments immutable  
							
							
							
						 
						
							2019-07-05 00:24:13 +02:00  
				
					
						
							
							
								 
						
							
							
								ebbea9f560 
								
							
								 
							
						 
						
							
							
								
								Revert "Added const INVALID_HANDLE_VALUE"  
							
							... 
							
							
							
							This reverts commit adef37f0f4 
							
						 
						
							2019-07-04 22:39:20 +02:00