• R/O
  • SSH
  • HTTPS

jpl: List of commits


RSS
Rev. Time Author
r1132 2021-02-01 08:25:36 jakobthomsen

fix constness check in call

r1131 2021-02-01 08:23:25 jakobthomsen

implement countdown construct

r1130 2021-02-01 07:01:37 jakobthomsen

use consume list loop

r1129 2021-02-01 06:58:44 jakobthomsen

implement consume-list-loop

r1128 2021-02-01 06:47:33 jakobthomsen

cleanup

r1127 2021-02-01 04:52:21 jakobthomsen

cleanup

r1126 2021-02-01 04:38:26 jakobthomsen

cleanup

r1125 2021-02-01 04:31:02 jakobthomsen

hide new variable until it has been completely initialized

r1124 2021-02-01 04:26:47 jakobthomsen

report error on constant list in push / pop

r1123 2021-01-31 12:31:43 jakobthomsen

report runtime-error when out-of-memory in call of appending to list

r1122 2021-01-31 12:11:34 jakobthomsen

automatically emit destructors for variables leaving scope at end of block

r1121 2021-01-31 11:44:33 jakobthomsen

assert variables have been deleted at end of block

r1120 2021-01-31 11:00:31 jakobthomsen

cleanup

r1119 2021-01-31 10:52:57 jakobthomsen

use automatically generated destructors

r1118 2021-01-31 10:08:22 jakobthomsen

automatically generate destructor for every data-type

r1117 2021-01-30 08:43:12 jakobthomsen

unscope argument when pushed onto list

r1116 2021-01-30 08:05:22 jakobthomsen

remove fragile assignment to list

r1115 2021-01-30 07:30:45 jakobthomsen

deactivate obsolete "NEW" syntax

r1114 2021-01-30 07:28:38 jakobthomsen

use let syntax

r1113 2021-01-30 07:24:53 jakobthomsen

cleanup

r1112 2021-01-30 07:08:17 jakobthomsen

report error on duplicate variable in definition

r1111 2021-01-29 14:02:48 jakobthomsen

restrict NEW to list-type

r1110 2021-01-29 13:51:50 jakobthomsen

use let syntax

r1109 2021-01-29 12:43:40 jakobthomsen

make new variable only accessible when it is fully initialized

r1108 2021-01-29 12:27:13 jakobthomsen

reserve unused element

r1107 2021-01-29 12:11:13 jakobthomsen

report error on missing return

r1106 2021-01-29 12:07:19 jakobthomsen

remove identifier from result

r1105 2021-01-29 12:00:03 jakobthomsen

copy instead of reference

r1104 2021-01-29 11:56:37 jakobthomsen

fix missing typecheck in constructor

r1103 2021-01-29 08:57:29 jakobthomsen

use new syntax

Show on old repository browser