summary refs log tree commit diff stats
path: root/tests/accept
Commit message (Expand)AuthorAgeFilesLines
* bugfix: finally sections are executed before return/breakAraq2010-09-206-2/+64
* bugfix: finally sections are executed before return/breakAraq2010-09-202-4/+11
* bugfix: overflow checking for small ints; bugfix: tiny C works againAraq2010-09-201-1/+1
* fixes for exception handling; added system.compileOptionAraq2010-09-132-0/+26
* handling of compiler procs improved for DLL generationAndreas Rumpf2010-07-295-0/+0
* implemented user-defined pragmasAndreas Rumpf2010-07-231-0/+7
* c2nim tool addedAndreas Rumpf2010-07-213-0/+24
* bugfix: exception handling (still not correct)Andreas Rumpf2010-06-0410-7/+42
* resolved system.nim conflictsAndreas Rumpf2010-05-2912-29/+29
|\
| * Integrating my changes, mostly minor/cosmetic fixes; plus a big Windows lib u...PhiLho2010-05-2112-29/+29
* | added testsAndreas Rumpf2010-05-287-0/+172
* | explicit types for generic routinesAndreas Rumpf2010-05-281-0/+1
|/
* Bugfix: code generation bug that affected dialogs.nimAndreas Rumpf2010-03-252-0/+10
* Bugfix: strutils.deleteAndreas Rumpf2010-03-201-0/+11
* Bugfix: empty echo statementAndreas Rumpf2010-03-201-1/+1
* version 0.8.8Andreas Rumpf2010-03-152-0/+0
* version 0.8.8Andreas Rumpf2010-03-1410-31/+60
* bugfix: len openarrayAndreas Rumpf2010-03-104-0/+27
* bugfix: tseqtupleAndreas Rumpf2010-03-102-0/+23
* bugfix: wrong error: not all cases covered with enums with holesAndreas Rumpf2010-03-091-0/+16
* bugfix:hexadecimal ranges 0x00..0x01Andreas Rumpf2010-03-091-0/+8
* bugfix: bug #511622Andreas Rumpf2010-03-082-2/+3
* bugfix: bug499771Andreas Rumpf2010-03-083-18/+25
* Bugfix: macros can be exported againAndreas Rumpf2010-03-051-0/+1
* further enhancements for the GTK wrapperAndreas Rumpf2010-03-011-0/+0
* bugfixes: re; pegs moduleAndreas Rumpf2010-02-282-0/+8
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-26138-0/+0
* added spec.csv for testingAndreas Rumpf2010-02-251-0/+61
* SQLite wrapperAndreas Rumpf2010-02-245-0/+23
* start of yamllexerrumpf_a@web.de2010-02-214-0/+91
* start of tests refactoring; sqlite3 new wrapper fixesrumpf_a@web.de2010-02-21128-0/+3272
<vc@akkartik.com> 2018-09-01 23:03:50 -0700 4535 - support for global variable names' href='/akkartik/mu/commit/subx/034compute_segment_address.cc?h=main&id=a6517ed821ff39fa56eb3b975799d22497d78a48'>a6517ed8 ^
8998908e ^
a6061b9f ^


3c46d5a2 ^

a6061b9f ^




8998908e ^













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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86