Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Fix release target | 6eca932b6210f1ac93b3bc030c15797d88d529b6 | lep | 2019-10-17 12:58:24 |
Better error message for `type` as a name | 665dc1efab9a5a8706bb0fcb95a13eabe3358436 | lep | 2019-10-17 12:53:35 |
Added reserved keyword 'alias' | 7589b241e1179f85bf19b82696d97d8365034376 | lep | 2019-05-31 21:57:10 |
More newline stuff | 3e57cdb92c766375430c701034db56e81dcc27e2 | lep | 2019-05-18 09:44:12 |
Report natives after function defintions | eb58451c6e2df142a51e85e68ee11efa45c3215c | lep | 2019-04-01 12:49:24 |
Specify minimum bison version in readme | 44b75417a7d01e2639a4b4acda031e95eca8ffb2 | lep | 2019-02-18 23:41:48 |
Support Apple by defining _aligned_malloc | 596488eafa1e09c1120d2488c78959a8c63c5a5d | Jesse Rogers | 2019-01-03 17:08:49 |
Improved the amalgation build | 4be0d720517e70920c7b716f95babc63df1f4ffa | lep | 2018-12-31 14:50:05 |
Added missing new tests | c5c6dab555bec81e6a7b419ea88d195836b3762f | lep | 2018-12-30 18:40:02 |
A bit better error message for wrong typed array index | ca37eb28822952a4ab3e58488b710317691d16a9 | lep | 2018-12-23 12:01:18 |
Also add git version to release build | 2762d5e5f011aff820bbbbe87ae96f84f006c150 | lep | 2018-12-22 23:54:23 |
Pass cflags to release build | 06b251bf0d4871df3e984aeac3e81e1bd03a5912 | lep | 2018-12-22 22:59:02 |
For release build make amalgation | 700190b5d66996bdec2a7916faed1f85e799e308 | lep | 2018-12-22 20:22:06 |
Power of 2 hashing | 065325daf390f5217310cbd5f19989a774af56c0 | lep | 2018-12-22 19:45:21 |
Small cleanup | 48f7c95157d71e12b4ecea13315b6b4c144fc629 | lep | 2018-12-09 20:23:53 |
Increased types hashtable size | 8970d5c4bb8f9e4640f4c6a1805cf69369ebaea3 | lep | 2018-12-07 18:13:17 |
Fixed some warnings. | 334a10dc8faad2fa19eed06834273bff438f3955 | lep | 2018-11-07 22:45:22 |
Optimized ht_put by not calling ht_lookup. | 4a2c4d293b719c939b4d8f357adcc04ef26b1cbb | lep | 2018-11-07 20:51:00 |
Only add globals to uninitialized globals. | efb384fb661e08a855a5861189bf9409ebf9f557 | lep | 2018-11-07 14:56:38 |
Added unitialized check for globals. | d8a909d8ac08cc233f5cd988afac043cbaeb1b4e | lep | 2018-11-06 19:43:57 |
File | Lines added | Lines deleted |
---|---|---|
GNUmakefile | 1 | 1 |
File GNUmakefile changed (mode: 100644) (index f405558..4c7d30c) | |||
... | ... | pjass.exe: $(SRC) main.c token.yy.c grammar.tab.c | |
91 | 91 | src-release: pjass-git-$(VERSION)-src.zip ## Builds the source zipball | src-release: pjass-git-$(VERSION)-src.zip ## Builds the source zipball |
92 | 92 | binary-release: pjass.exe pjass-git-$(VERSION).zip ## Builds the exe zipball | binary-release: pjass.exe pjass-git-$(VERSION).zip ## Builds the exe zipball |
93 | 93 | ||
94 | pjass-git-$(VERSION)-src.zip: main.c grammar.y token.l Makefile readme.md AUTHORS LICENSE $(SRC:.c=.h) $(SRC) | ||
94 | pjass-git-$(VERSION)-src.zip: main.c grammar.y token.l GNUmakefile readme.md AUTHORS LICENSE $(SRC:.c=.h) $(SRC) | ||
95 | 95 | zip -q -r pjass-git-$(VERSION)-src.zip $^ tests/should-check/ tests/should-fail/ | zip -q -r pjass-git-$(VERSION)-src.zip $^ tests/should-check/ tests/should-fail/ |
96 | 96 | ||
97 | 97 | pjass-git-$(VERSION).zip: pjass.exe | pjass-git-$(VERSION).zip: pjass.exe |