summary refs log tree commit diff stats
path: root/lib/pure/ioselects
diff options
context:
space:
mode:
Diffstat (limited to 'lib/pure/ioselects')
0 files changed, 0 insertions, 0 deletions
f='/ahoang/Nim/blame/changelog.md?h=devel&id=eb087b35469e17b957cee18c3b988c40884bd35e'>^
f8b828695 ^
39f4a3e41 ^


bde899d4f ^
b70fd0400 ^
88b5dd336 ^
e3e17009f ^
b70fd0400 ^
737fff590 ^
e3e17009f ^
b70fd0400 ^
ff950725f ^
e3e17009f ^
b70fd0400 ^
afeca3d9f ^
b70fd0400 ^
212457f5e ^
b70fd0400 ^
c0fc2f572 ^
e5425b5f2 ^

1874b3e78 ^

e3e17009f ^
fd24a8923 ^
e5425b5f2 ^
1874b3e78 ^

b70fd0400 ^
e3e17009f ^
b3a80dd2e ^
b70fd0400 ^

737fff590 ^
b70fd0400 ^
e3e17009f ^
3d88d06b3 ^


f7d2f9c5f ^
e3e17009f ^
737fff590 ^
b70fd0400 ^
f7d2f9c5f ^
737fff590 ^
b70fd0400 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
                   
 
 
                                            
 


                                                                      
 
                                            
 
 
                                    
 
 
                    
 
 
                  
 
                                                    
 
                                          
 

                                                                                    

                                                                    
 
                                                                         
 

                                                             
                     
 
 

                   
 
                
 


                                                                             
 
                    
 
                                                    
 
 
           
# v1.1 - XXXX-XX-XX


## Changes affecting backwards compatibility

- The switch ``-d:nimBinaryStdFiles`` does not exist anymore. Instead
  stdin/stdout/stderr are binary files again. This change only affects
  Windows.

### Breaking changes in the standard library


### Breaking changes in the compiler


## Library additions


## Library changes

- Added `os.delEnv` and `nimscript.delEnv`. (#11466)

- Enable Oid usage in hashtables. (#11472)

- Added `unsafeColumnAt` procs, that return unsafe cstring from InstantRow. (#11647)

- Make public `Sha1Digest` and `Sha1State` types and `newSha1State`,
  `update` and `finalize` procedures from `sha1` module. (#11694)

- Added the `std/monotimes` module which implements monotonic timestamps.

- Consistent error handling of two `exec` overloads. (#10967)

## Language additions


## Language changes


### Tool changes

- The Nim compiler now does not recompile the Nim project via ``nim c -r`` if
  no dependent Nim file changed. This feature can be overridden by
  the ``--forceBuild`` command line option.

### Compiler changes

- VM can now cast integer type arbitrarily. (#11459)


## Bugfixes