index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
*
added poDemon flag for process management
Araq
2015-10-19
1
-0
/
+2
*
fixes #3383
Araq
2015-10-06
1
-1
/
+1
*
winlean additions; preparing for osproc patch to use named pipes
Araq
2015-09-29
1
-0
/
+32
*
Implements getPeerAddr/getPeerName on Windows and adds IDX.
Dominik Picheta
2015-09-15
1
-1
/
+7
*
Fixes net/asyncdispatch on Windows. Ref #2976. Fixes #2996.
Dominik Picheta
2015-06-25
1
-0
/
+3
*
preparations for more Nimble packages; clear licensing; fixes #2949
Araq
2015-06-20
6
-27706
/
+0
*
Add WSAEADDRINUSE to winlean.
Dominik Picheta
2015-06-04
1
-0
/
+1
*
stdlib: don't use deprecated symbols
Araq
2015-06-04
1
-7
/
+7
*
Added line breaks to long 'deprecated' pragmas
Perelandric
2015-06-04
1
-16
/
+165
*
lib/windows - Dropped 'T' from types
pdw
2015-06-04
6
-1299
/
+848
*
Merge pull request #2608 from chrisheller/devel
Andreas Rumpf
2015-05-08
1
-17
/
+62
|
\
|
*
Add deprecated versions of procs in windows.nim that had DWORD parameters con...
Chris Heller
2015-05-01
1
-0
/
+39
|
*
Update VirtualLock/Unlock to use SIZE_T instead of DWORD for sizes
Chris Heller
2015-04-28
1
-2
/
+2
|
*
Update the GlobalAlloc/ReAlloc and LocalAlloc/ReAlloc procs to use SIZE_T ins...
Chris Heller
2015-04-28
1
-5
/
+5
|
*
Update Heap* procs in windows.nim that were using DWORD sizes to use SIZE_T
Chris Heller
2015-04-28
1
-5
/
+5
|
*
Update other Virtual* procs that were using dwSize: DWORD to use SIZE_T
Chris Heller
2015-04-28
1
-3
/
+3
|
*
Add procs for VirtualAllocEx and VirtualFreeEx in windows.nim
Chris Heller
2015-04-27
1
-0
/
+6
|
*
Change dwSize parameter in VirtualAlloc/Free procs to use SIZE_T instead of D...
Chris Heller
2015-04-27
1
-2
/
+2
*
|
fixes #2651
Araq
2015-05-04
1
-57
/
+59
|
/
*
windows.nim is gcsafe
Araq
2015-04-04
1
-4
/
+6
*
Corrected SYSTEM_INFO structure to match pointer type on 64-bit systems
Jonathan Edwards
2015-02-21
1
-1
/
+1
*
fixes os.moveFile on Windows
Araq
2015-02-13
1
-0
/
+8
*
Fix cross to windows compilation on linux
Flaviu Tamas
2014-12-30
1
-22
/
+22
*
bugfix: do not use unknown conditional symbols
Araq
2014-12-05
1
-5
/
+5
*
Fixed FD_SET casing
Erik O'Leary
2014-10-10
1
-1
/
+1
*
CS fixes for dialogs on Windows.
Dominik Picheta
2014-10-05
1
-1
/
+1
*
some improvements for nimfix
Araq
2014-09-09
1
-1
/
+1
*
'nimfix' improvements; FdSet is TFdSet again
Araq
2014-09-08
1
-8
/
+8
*
Added Windows asyncfile implementation.
Dominik Picheta
2014-09-05
1
-8
/
+16
*
updated iup.nim; made tests green
Araq
2014-08-31
3
-459
/
+456
*
Winlean and threads case sensitivity fixes.
Dominik Picheta
2014-08-30
1
-3
/
+3
*
made windows.nim compatible with --cs:partial
Araq
2014-08-29
1
-228
/
+228
*
Nimrod renamed to Nim
Araq
2014-08-28
7
-7
/
+7
*
big rename
Araq
2014-08-28
1
-51
/
+58
*
big rename
Araq
2014-08-28
1
-23
/
+23
*
big rename
Araq
2014-08-28
1
-1
/
+3
*
renamefest
Araq
2014-08-23
1
-8
/
+8
*
fixes #820
Araq
2014-08-13
1
-208
/
+0
*
More future debug info. Added new error code to SafeDisconn list.
Dominik Picheta
2014-08-09
1
-0
/
+1
*
renamed UINT in windows.nim to WINUINT
Charlie
2014-05-26
1
-846
/
+846
*
Manual merge of pull request #1138
Clay Sweetser
2014-05-24
1
-2
/
+2
*
Merge branch 'Windows' of git://github.com/enurlyx/Nimrod into enurlyx-Windows
Clay Sweetser
2014-05-24
1
-7
/
+7
|
\
|
*
Changed COLORREF from int to DWORD (32 bit long), so that it works also on 64...
enurlyx
2014-05-04
1
-5
/
+5
|
*
1) export UINT
enurlyx
2014-04-22
1
-2
/
+2
*
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-05-06
1
-3
/
+3
|
\
\
|
*
|
DWORD -> PULONG for POverlapped.
Dominik Picheta
2014-05-03
1
-2
/
+2
|
*
|
Get rid unsafe pointer type in GetQueuedCompletionStatus.
Dominik Picheta
2014-04-30
1
-1
/
+1
*
|
|
some additions to winlean
Araq
2014-05-06
1
-1
/
+9
|
/
/
*
|
async might work now reliably
Araq
2014-04-30
1
-2
/
+2
*
|
Merge pull request #1099 from Varriount/os/getFileInfo
Andreas Rumpf
2014-04-20
1
-0
/
+4
|
\
\
|
|
/
|
/
|
[next]