Jōshin 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								e16a7d8f3b 
								
							 
						 
						
							
							
								
								flip et / noet in modelines  
							
							... 
							
							
							
							`et` means `expandtab`.
```sh
rg 'vi: .* :vi' -l -0 | \
  xargs -0 sed -i '' 's/vi: \(.*\) et\(.*\)  :vi/vi: \1 xoet\2:vi/'
rg 'vi: .*  :vi' -l -0 | \
  xargs -0 sed -i '' 's/vi: \(.*\)noet\(.*\):vi/vi: \1et\2  :vi/'
rg 'vi: .*  :vi' -l -0 | \
  xargs -0 sed -i '' 's/vi: \(.*\)xoet\(.*\):vi/vi: \1noet\2:vi/'
``` 
							
						 
						
							2023-12-07 22:17:11 -05:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Jōshin 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								394d998315 
								
							 
						 
						
							
							
								
								Fix vi modelines ( #989 )  
							
							... 
							
							
							
							At least in neovim, `│vi:` is not recognized as a modeline because it
has no preceding whitespace. After fixing this, opening a file yields
an error because `net` is not an option. (`noet`, however, is.) 
							
						 
						
							2023-12-05 14:37:54 -08:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Justine Tunney 
								
							 
						 
						
							
							
								
								
							
							
							
								
							
							
								c776a32f75 
								
							 
						 
						
							
							
								
								Replace COSMO define with _COSMO_SOURCE  
							
							... 
							
							
							
							This change might cause ABI breakages for /opt/cosmos. It's needed to
help us better conform to header declaration practices. 
							
						 
						
							2023-08-13 20:55:04 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Justine Tunney 
								
							 
						 
						
							
							
							
							
								
							
							
								a8cf0f7e89 
								
							 
						 
						
							
							
								
								Add more missing libc functionality  
							
							
							
						 
						
							2022-08-06 10:50:51 -07:00 
							
								 
							
							
								 
							
						 
					 
				
					
						
							
								
								
									Justine Tunney 
								
							 
						 
						
							
							
							
							
								
							
							
								d7ac16a9ed 
								
							 
						 
						
							
							
								
								Work towards improving signals and processes  
							
							
							
						 
						
							2021-01-27 19:34:02 -08:00