summary refs log tree commit diff stats
path: root/lib/system
Commit message (Expand)AuthorAgeFilesLines
...
* pthread_key_t is respected to be an opaque type ...Araq2011-05-201-
/*
 * (C)opyright MMVI Anselm R. Garbe <garbeam at gmail dot com>
 * See LICENSE file for license details.
 */

#define FONT		"-*-terminus-medium-*-*-*-13-*-*-*-*-*-iso10646-*"
#define BGCOLOR		"#666699"
#define FGCOLOR		"#ffffff"
#define BORDERCOLOR	"#9999CC"
#define STATUSDELAY	10 /* seconds */
+0200'>2011-04-031-1/+4 * bugfixes; field discriminant checks; linearScanEnd, unroll, shallow pragmasAraq2011-03-231-27/+46 * linearScanEnd pragma; string case statement optimizationAraq2011-03-143-11/+14 * fixes #20Araq2011-03-122-2/+34 * distinction between re.replace and re.replacef; speed improvements for re moduleAraq2011-03-061-1/+1 * basic continue after error works; interactive mode more usefulAraq2011-02-131-1/+3 * documentation improvementsAraq2011-01-311-7/+0 * unary <; countup two type parameters; --recursivePath should work nowAraq2011-01-291-1/+9 * changes to threads; --recursivePath supportAraq2011-01-291-1/+25 * basic thread support; still broken on Windows; untested on Mac OS XAraq2011-01-183-98/+9 * docgen: module dependencies are now listedAraq2011-01-161-13/+24 * cleanup: E_Base should not be used for inheriting exceptions; documentation g...Araq2011-01-151-1/+1 * bugfix: floating point precision; added strutils.formatFloatAraq2011-01-091-2/+3 * added strutils.alignAraq2010-12-071-10/+10 * commit before ov-res changesAraq2010-12-071-4/+23 * renamed lock->aquireAraq2010-11-182-20/+20 * docgen understands and ignores *when false*Araq2010-11-181-4/+1 * version 0.8.10Araq2010-10-211-4/+5 * bugfix: finally sections are executed before return/breakAraq2010-09-201-1/+0 * threading code deactivated; tiny C bugfix: don't report warnings to error cal...Araq2010-09-194-79/+119 * fixes for exception handling; added system.compileOptionAraq2010-09-133-29/+110 * tiny C support; cosmetic improvements for the docsAraq2010-08-282-9/+9 * bugfix: init of tempsAraq2010-08-241-0/+26 * accurate file/line informationAndreas Rumpf2010-08-141-3/+8 * inlining of the write barrier for dllsAndreas Rumpf2010-08-086-148/+130 * DLL generation of the stdlib for unixAndreas Rumpf2010-08-042-2/+3 * before stack init changeAndreas Rumpf2010-08-015-35/+58 * handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-298-204/+241 * c2nim: better parsing of #ifdef C2NIM; #def supportAndreas Rumpf2010-07-221-2/+55 * bugfix: c2nim: typedef unsigned charAndreas Rumpf2010-07-221-0/+3 * added system.appType magicAndreas Rumpf2010-07-211-0/+6 * bugfix: exception handling (still not correct)Andreas Rumpf2010-06-041-0/+27