Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Added +shadow description to -h | 6a62b1ecf773175992a2a430a178fffb5532e467 | lep | 2016-03-13 19:35:20 |
Reduced duplicate code from variable decleration. | 01d6f01ebf7c2df9f58aea1bba61bae8a270b520 | lep | 2016-03-13 19:03:34 |
Added optional variable shadowing warning. | 2a0b36f50d2850c4c2ff09f503e6ffad6abf58d9 | lep | 2016-03-13 14:30:36 |
Removed the +s and +e<n> flags. | 4ab97e853531f2767136602d88c6a86897089eea | lep | 2016-03-13 10:52:37 |
Added help target to Makefile | a713b03be873950d11e62a7b9e4f2d9a8d2e0945 | lep | 2016-03-03 16:02:34 |
Removed strict downcasting check. | 5f6ffd725b2ac9d24eff5917d96ceeeaaf748e5f | lep | 2016-03-03 16:00:49 |
Added filterreturnsbool check which can be enabled via //# filter | 6828cb5e726e7f57cad0ec3f794209c2012c7908 | lep | 2016-03-03 15:58:59 |
Moved code into seperate files. | 047c531a1c3affb43f53d102c94e765d772ecff3 | lep | 2016-02-17 20:57:30 |
Also pack testfiles into the release zip. | e2d8ca45c7175b4f0192ddb6202ae71059369495 | lep | 2016-02-01 15:15:03 |
Fixed all Warnings. | 981e0b8b51eebb4904a42c58c825fa10185f5d23 | lep | 2016-02-01 15:12:38 |
Added a test which checks if the utf8-bom can be used as whitespace. | cb0ebe275982a65a2ebbd4aca831da4e31739eba | lep | 2016-01-31 15:04:12 |
Added utf8 bom as another whitespace token. | ea1572ceaa7743fcdff89f206e24540df6358e7b | lep | 2016-01-31 13:23:27 |
Added tests to the git repo. | 6aca6f760084ee65f8cdd469b18ad5cb37c42ee3 | lep | 2016-01-17 10:44:56 |
FreeBsd patches. | 6c3acc1dff6ecd5fa486506fabed077be5347afc | lep | 2016-01-17 10:23:48 |
Cleaned up string and comment handling in the lexer | ebec6e67e248bef82bf92416733b394399c4e1d4 | lep | 2016-01-17 09:51:44 |
Added \r, \n (\x10, \x13) as invalid escape characters. | 85d0c7e4453c1879bcbc4db8be28527c5ce9f4f7 | lep | 2016-01-06 13:16:49 |
Fixed another rare crash. | b6edcc3cfd5c1c837318b0efa5ded6f16e86b403 | lep | 2015-12-21 19:02:41 |
Fixed various warnings. | 6027429ad1895baef4796ac4ae43952ed51f6174 | lep | 2015-10-28 09:27:40 |
Added prof target to makefile | 9c4b383d3f7416a30a8bde79c735097edaf8d84a | lep | 2015-10-27 19:14:20 |
Added gprof support. | 374f624967a563dd4c356a3fc104f8ced49fd692 | lep | 2015-10-27 18:10:13 |
File | Lines added | Lines deleted |
---|---|---|
main.c | 2 | 0 |
File main.c changed (mode: 100644) (index 122e155..628ac44) | |||
... | ... | printf( | |
119 | 119 | "pjass -v Display version information and exit\n" | "pjass -v Display version information and exit\n" |
120 | 120 | "pjass +rb Enable returnbug\n" | "pjass +rb Enable returnbug\n" |
121 | 121 | "pjass -rb Disable returnbug\n" | "pjass -rb Disable returnbug\n" |
122 | "pjass +shadow Enable error on variable shadowing\n" | ||
123 | "pjass -shadow Disable error on variable shadowing\n" | ||
122 | 124 | "pjass - Read from standard input (may appear in a list)\n" | "pjass - Read from standard input (may appear in a list)\n" |
123 | 125 | ); | ); |
124 | 126 | exit(0); | exit(0); |