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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
added install.sh; scgi: does not set system.stackTraceNewLine anymore
Araq
2010-10-26
4
-1
/
+735
|
*
bugfix: typo in SMTP module; SCGI module finished
Araq
2010-10-25
7
-36
/
+217
|
*
ssl.connect now returns the result of the certificate validation.
dom96
2010-10-23
2
-9
/
+6
|
*
Added {.final.} to objects which are not meant to be inherited, and added an ↵
dom96
2010-10-23
2
-3
/
+3
|
|
|
|
OSError() when recvLine fails.
*
Removed the assert()'s from ssl.nim, and limited lines to 80 chars.
dom96
2010-10-23
3
-27
/
+50
|
*
Added a .gitignore file
dom96
2010-10-23
1
-0
/
+2
|
*
Added an openssl wrapper, ssl module and smtp module.
dom96
2010-10-23
3
-0
/
+643
|
*
base64: decoding works
Araq
2010-10-23
1
-20
/
+6
|
*
added base64 module; decoding still broken
Araq
2010-10-23
5
-13
/
+142
|
*
version 0.8.10
Araq
2010-10-21
5
-2
/
+968
|
*
version 0.8.10
Araq
2010-10-21
58
-30798
/
+732
|
*
proper parameter order for os.copyFile/os.moveFile
Araq
2010-09-21
2
-6
/
+3
|
*
bugfix: finally sections are executed before return/break
Araq
2010-09-20
6
-2
/
+64
|
*
bugfix: finally sections are executed before return/break
Araq
2010-09-20
7
-49
/
+71
|
*
bugfix: overflow checking for small ints; bugfix: tiny C works again
Araq
2010-09-20
5
-41
/
+19
|
*
threading code deactivated; tiny C bugfix: don't report warnings to error ↵
Araq
2010-09-19
15
-135
/
+208
|
|
|
|
callback
*
standard filter supports multiple line expressions; better amd64 detection ↵
Araq
2010-09-17
3
-16
/
+56
|
|
|
|
for mac os X
*
mac os x amd64 detection; missing C files added
Araq
2010-09-16
3
-2
/
+22
|
*
C sources for bootstrapping
Araq
2010-09-13
0
-0
/
+0
|
*
fixes for exception handling; added system.compileOption
Araq
2010-09-13
18
-165
/
+329
|
*
attempt to get tiny C for i386 to work
Araq
2010-08-28
2
-1
/
+7
|
*
added missing wrappers
Araq
2010-08-28
8
-0
/
+2576
|
*
tiny C support; cosmetic improvements for the docs
Araq
2010-08-28
151
-43
/
+63611
|
*
added some missing wrappers
Araq
2010-08-24
3
-0
/
+2295
|
*
bugfix: init of temps
Araq
2010-08-24
15
-76
/
+107
|
*
added detect.nim; bugfix: build.sh template
Araq
2010-08-17
3
-1
/
+834
|
*
modified build.sh
Araq
2010-08-17
0
-0
/
+0
|
*
included generated C code for bootstrapping
Araq
2010-08-17
0
-0
/
+0
|
*
got rid of old ide code
Araq
2010-08-17
5
-716
/
+0
|
*
readme.txt restored
Araq
2010-08-17
1
-0
/
+21
|
*
ugh
Araq
2010-08-17
1
-21
/
+0
|
\
|
*
first commit (only readme.txt)
Andreas Rumpf
2010-08-16
1
-0
/
+21
|
*
accurate file/line information
Andreas Rumpf
2010-08-14
10
-81
/
+508
|
*
documentation changes
Andreas Rumpf
2010-08-12
2
-267
/
+262
|
*
windows.nim compiles again; thanks for fucking it up
Andreas Rumpf
2010-08-12
1
-191
/
+87
|
*
c2nim: new features & bugfixes
Andreas Rumpf
2010-08-11
12
-166
/
+1257
|
*
added missing files
Andreas Rumpf
2010-08-08
4
-0
/
+190
|
*
inlining of the write barrier for dlls
Andreas Rumpf
2010-08-08
1
-17
/
+17
|
*
inlining of the write barrier for dlls
Andreas Rumpf
2010-08-08
25
-854
/
+860
|
*
DLL generation of the stdlib for unix
Andreas Rumpf
2010-08-04
9
-111
/
+101
|
*
before stack init change
Andreas Rumpf
2010-08-01
13
-58
/
+94
|
*
handling of compiler procs improved for DLL generation
Andreas Rumpf
2010-07-29
33
-671
/
+701
|
*
implemented user-defined pragmas
Andreas Rumpf
2010-07-23
11
-151
/
+237
|
*
standalone structs; function pointers
Andreas Rumpf
2010-07-23
5
-86
/
+270
|
*
standalone structs still not implemented
Andreas Rumpf
2010-07-23
1
-0
/
+2
|
*
c2nim: cast-bug fixes (sort of)
Andreas Rumpf
2010-07-23
2
-112
/
+149
|
*
c2nim: rewritten symbol exporting code
Andreas Rumpf
2010-07-22
4
-90
/
+44
|
*
c2nim: code cleanup
Andreas Rumpf
2010-07-22
1
-45
/
+0
|
*
c2nim: better parsing of #ifdef C2NIM; #def support
Andreas Rumpf
2010-07-22
8
-98
/
+404
|
*
bugfix: c2nim: typedef unsigned char
Andreas Rumpf
2010-07-22
4
-7
/
+5
|
[next]