summary refs log tree commit diff stats
path: root/lib/system/excpt.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixed a serious code generation bug leading to wrong RTTIAraq2012-10-191-9/+12
|
* added another system.getStackTraceAraq2012-05-201-0/+9
|
* added system.getStackTrace; docgen refactoring (incomplete)Araq2012-05-061-0/+7
|
* implemented support for the AVR CPU and standalone OSAraq2012-03-311-1/+1
|
* bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-1/+1
|
* added system.setControlCHook, system.writeStackTraceAraq2012-02-191-0/+5
|
* pragma on/off improvements; endb rewrittenAraq2012-01-281-12/+0
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* thread local vs. global system.raiseHookAraq2011-10-231-2/+4
|
* preparation for new 'is' operator; breaks bootstrapping again, sorry (use ↵Araq2011-07-311-1/+1
| | | | generated C code)
* tests are green againAraq2011-06-281-5/+2
|
* bugfix: pegs.nim compiles againAraq2011-06-261-2/+0
|
* improvements to get code size down for programs that don't use GCAraq2011-06-261-90/+96
|
* compiler can emulate thread local variablesAraq2011-06-151-97/+88
|
* threads clean up their heapAraq2011-06-041-1/+3
|
* first steps to thread local heapsAraq2011-06-021-106/+2
|
* pthread_key_t is respected to be an opaque type ...Araq2011-05-201-13/+12
|
* further progress for multi-threadingAraq2011-05-191-18/+15
|
* threads with --gc:boehm may work now :-)Araq2011-05-171-5/+4
|
* thread support: next iterationAraq2011-05-171-16/+39
|
* store a pointer to thread local storage to make the GC happyAraq2011-05-161-2/+3
|
* further steps for thread support; bootstrapping should require unzip C ↵Araq2011-05-161-77/+186
| | | | sources and ./build.sh
* debug build works again; sorryAraq2011-05-091-1/+1
|
* threadvar alternativeAraq2011-05-091-0/+2
|
* optional native stack tracesAraq2011-04-291-2/+2
|
* const table supportAraq2011-04-291-4/+4
|
* basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-181-15/+3
|
* docgen understands and ignores *when false*Araq2010-11-181-4/+1
|
* bugfix: finally sections are executed before return/breakAraq2010-09-201-1/+0
|
* threading code deactivated; tiny C bugfix: don't report warnings to error ↵Araq2010-09-191-10/+62
| | | | callback
* fixes for exception handling; added system.compileOptionAraq2010-09-131-16/+32
|
* accurate file/line informationAndreas Rumpf2010-08-141-3/+8
|
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-4/+2
|
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
|
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
|
* bugfixes for the high-level postgreSQL wrapperAndreas Rumpf2010-01-291-2/+4
|
* better subscript overloadingrumpf_a@web.de2010-01-031-2/+1
|
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
|
* version0.7.10Andreas Rumpf2009-06-081-0/+285