File debian/changelog added (mode: 100644) (index 0000000..0fefdf8) |
|
1 |
|
pjass (1-ac58f84) UNRELEASED; urgency=medium |
|
2 |
|
|
|
3 |
|
[ cilibrar ] |
|
4 |
|
* lets begin |
|
5 |
|
* Allow null to be converted to code, string, and appropriate comparisons. |
|
6 |
|
* Fixed bug with string literal addition. Added unfortunate special case to canconvert to allow downcasts from base to derived. Waiting on Blizzard to fix this one. (such a cast appears in one place in Blizzard.j) |
|
7 |
|
* Fixed segfault involving undeclared variables by assuming they are integer. |
|
8 |
|
* Make downcasting bug a bit more restrictive to minimize future problems. |
|
9 |
|
* Added \n, \r, \t in double-quotes. Added debug keyword handling. Now it parses everything in the Scripts directory except demo.ai, which looks like it could never work anyway. |
|
10 |
|
* A makefile for cygwin. |
|
11 |
|
* *** empty log message *** |
|
12 |
|
* *** empty log message *** |
|
13 |
|
* *** empty log message *** |
|
14 |
|
* *** empty log message *** |
|
15 |
|
* Fix error message for implicit redirection parameter. |
|
16 |
|
* *** empty log message *** |
|
17 |
|
* Converted to autoconf, automake. |
|
18 |
|
* Some boilerplate files. |
|
19 |
|
* Fixed options to compile under RedHat. |
|
20 |
|
* More adjustments. |
|
21 |
|
* More configuration guessing scripts. |
|
22 |
|
* Fixed -mno-cygwin option to work under just cygwin host_os |
|
23 |
|
* *** empty log message *** |
|
24 |
|
* Works under Linux, removed debug messages. |
|
25 |
|
* Fixed some errors on Debian and removed some warnings. |
|
26 |
|
|
|
27 |
|
[ lep ] |
|
28 |
|
* Fake commit to cleanup the cvs-import of the pjass sourceforge repo. |
|
29 |
|
|
|
30 |
|
[ PitzerMike ] |
|
31 |
|
* pjass 10f |
|
32 |
|
* pjass 10g |
|
33 |
|
* pjass 10h |
|
34 |
|
* pjass 10i |
|
35 |
|
* pjass 10j |
|
36 |
|
|
|
37 |
|
[ Zoxc ] |
|
38 |
|
* pjass 10k |
|
39 |
|
|
|
40 |
|
[ PitzerMike ] |
|
41 |
|
* pjass 10l |
|
42 |
|
|
|
43 |
|
[ Deaod ] |
|
44 |
|
* pjass 10m |
|
45 |
|
|
|
46 |
|
[ lep ] |
|
47 |
|
* pjass 10n |
|
48 |
|
* Comments now work with EOF in addition to newlines at the end. |
|
49 |
|
* Removed unnecessary tokens. |
|
50 |
|
* Removed multiline comments. |
|
51 |
|
* Fixed some bison warnings. |
|
52 |
|
* Removed returnsbool-check for Filter/Condition. |
|
53 |
|
* Added git-versionstring. |
|
54 |
|
* Added basic uninitialized variable check for locals. |
|
55 |
|
* Fixed bug in editdistance. |
|
56 |
|
* Unidentified variables are now marked as initialized. |
|
57 |
|
* Added early exit to editdistance function. |
|
58 |
|
* Fixed some more warnings. |
|
59 |
|
* Missing-return checks also checks elseifs. |
|
60 |
|
* Missing-return check in elseifs should work now. |
|
61 |
|
* Added ifdefs for memalign functionality. |
|
62 |
|
* Wrapped typenode member accesses in getTypePtr. |
|
63 |
|
* Changed sprintf to snprintf. |
|
64 |
|
* Reverted smth. |
|
65 |
|
* Fixed some memory violations. |
|
66 |
|
* Rewrote the hashtable. |
|
67 |
|
* Changed min function to min makro. |
|
68 |
|
* Only put locals into the initialized table. |
|
69 |
|
* Small changes. Removed some unused symbols. |
|
70 |
|
* Propagate returncheck through statements. |
|
71 |
|
* Changed statement default return type from gNone to gAny. |
|
72 |
|
* Also changed gNone to gAny in else and elesif cases. |
|
73 |
|
* Undefined variables are not suggested for other undefined variables. |
|
74 |
|
* Rewrote rawcode handling for somewhat better error messages. |
|
75 |
|
* Rewrote string handling to better handle newlines. |
|
76 |
|
* Changed canconvertreturn behaviour. |
|
77 |
|
* Makefile enhancements |
|
78 |
|
* More Makefile enhancements. |
|
79 |
|
* Directive to suppress warnings. |
|
80 |
|
* Allowes //+rb right before a function to ignore any returnbug errors in that function. Not throughoutly tested. |
|
81 |
|
* Added test target to the Makefile |
|
82 |
|
* Now allows //+rb everywhere. |
|
83 |
|
* Optimized //+rb marker check. |
|
84 |
|
* pjass now checks against //! +rb instead of //+rb. Whitespace allowed. |
|
85 |
|
* Moved tests into this folder. |
|
86 |
|
* Makefile improvements (-O3 -flto) |
|
87 |
|
* Makefile fixes. |
|
88 |
|
* Fixed rare segmentation fault. |
|
89 |
|
* Changed //! +rb to //# +rb |
|
90 |
|
* Added gprof support. |
|
91 |
|
* Added prof target to makefile |
|
92 |
|
* Fixed various warnings. |
|
93 |
|
* Fixed another rare crash. |
|
94 |
|
* Added \r, \n (\x10, \x13) as invalid escape characters. |
|
95 |
|
* Cleaned up string and comment handling in the lexer |
|
96 |
|
* FreeBsd patches. |
|
97 |
|
* Added tests to the git repo. |
|
98 |
|
* Added utf8 bom as another whitespace token. |
|
99 |
|
* Added a test which checks if the utf8-bom can be used as whitespace. |
|
100 |
|
* Fixed all Warnings. |
|
101 |
|
* Also pack testfiles into the release zip. |
|
102 |
|
* Moved code into seperate files. |
|
103 |
|
* Added filterreturnsbool check which can be enabled via //# filter |
|
104 |
|
* Removed strict downcasting check. |
|
105 |
|
* Added help target to Makefile |
|
106 |
|
* Added help target to Makefile |
|
107 |
|
* Removed the +s and +e<n> flags. |
|
108 |
|
* Added optional variable shadowing warning. |
|
109 |
|
* Reduced duplicate code from variable decleration. |
|
110 |
|
* Added +shadow description to -h |
|
111 |
|
* MinGW fixes. |
|
112 |
|
* Added +nosyntaxerror and +nosemanticerror |
|
113 |
|
* A very strange error with newlines and comments. |
|
114 |
|
* Improved errors for function-calls. |
|
115 |
|
* Also split on \r in flag parser. |
|
116 |
|
* Don't treat ``.'' as a valid real value. |
|
117 |
|
* Actually add all the sources to the release zipball |
|
118 |
|
* More descriptive check for assignment. |
|
119 |
|
* Can now compile on freebsd and linux from one branch. |
|
120 |
|
* Makefile changes. |
|
121 |
|
* Better ifdef-handling for aligned malloc. |
|
122 |
|
* Public git release. |
|
123 |
|
* Update readme.md |
|
124 |
|
* Added checks for natives which behave bad in a globals block. |
|
125 |
|
* Handle wrong shadowing. |
|
126 |
|
* Better error messages. |
|
127 |
|
* Do not report arrays as uninitialized when the index is missing. |
|
128 |
|
* Replace strncat with str_append. |
|
129 |
|
* Track opening/closing blocks. |
|
130 |
|
* Cross compile and strip under FreeBSD |
|
131 |
|
* Track blocks |
|
132 |
|
* realloc returns the new pointer... |
|
133 |
|
* Added modulo operator. |
|
134 |
|
* Fixed off-by-one error in str_append. |
|
135 |
|
* Added unitialized check for globals. |
|
136 |
|
* Only add globals to uninitialized globals. |
|
137 |
|
* Optimized ht_put by not calling ht_lookup. |
|
138 |
|
* Fixed some warnings. |
|
139 |
|
* Increased types hashtable size |
|
140 |
|
* Small cleanup |
|
141 |
|
* Power of 2 hashing |
|
142 |
|
* For release build make amalgation |
|
143 |
|
* Pass cflags to release build |
|
144 |
|
* Also add git version to release build |
|
145 |
|
* A bit better error message for wrong typed array index |
|
146 |
|
* Added missing new tests |
|
147 |
|
* Improved the amalgation build |
|
148 |
|
|
|
149 |
|
[ Jesse Rogers ] |
|
150 |
|
* Support Apple by defining _aligned_malloc |
|
151 |
|
|
|
152 |
|
[ lep ] |
|
153 |
|
* Specify minimum bison version in readme |
|
154 |
|
* Report natives after function defintions |
|
155 |
|
* More newline stuff |
|
156 |
|
* Added reserved keyword 'alias' |
|
157 |
|
* Better error message for `type` as a name |
|
158 |
|
* Fix release target |
|
159 |
|
* Added check for bad StringHash usage |
|
160 |
|
* Added some tests for the new StringHash check. |
|
161 |
|
* Improved Readme |
|
162 |
|
* Document installation methods |
|
163 |
|
* Use the strhash hashfunc for our hashtables. |
|
164 |
|
* Warn when using native as code |
|
165 |
|
* Small readme fixes |
|
166 |
|
* Use flag in test. |
|
167 |
|
* Add hexadecimal form with uppercase X |
|
168 |
|
* Allow assignment to local variable in constant function |
|
169 |
|
* Don't use strncat. |
|
170 |
|
* Fixes for OpenBSD |
|
171 |
|
* Add special case for missing `call` |
|
172 |
|
* Better error message when using a function as var name |
|
173 |
|
* Removed mysterious "tabs" token from lexer |
|
174 |
|
* Fix compilation error on GCC 10 |
|
175 |
|
* Improve help message |
|
176 |
|
* Let's stick to C89 for no particular reason. |
|
177 |
|
* Allow unary + |
|
178 |
|
* Add tests for unary plus. |
|
179 |
|
* Actualy use unary plus in test... |
|
180 |
|
* Add basic nix flake |
|
181 |
|
* Add basic nix flake |
|
182 |
|
* Report function calls with more than 31 arguments. |
|
183 |
|
* Update flake.lock |
|
184 |
|
* Disallow null as return value for returns code functions |
|
185 |
|
|
|
186 |
|
-- Vladyslav Bondarenko <vladyslavbond@protonmail.com> Fri, 28 Jul 2023 16:35:09 +0300 |
File debian/copyright added (mode: 100644) (index 0000000..8241c17) |
|
1 |
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ |
|
2 |
|
Upstream-Name: pjass |
|
3 |
|
Upstream-Contact: lep <lep.delete@googlemail.com> |
|
4 |
|
Source: https://github.com/lep/pjass |
|
5 |
|
|
|
6 |
|
Files: * |
|
7 |
|
Copyright: 2003-2004 Rudi Cilibrasi <> |
|
8 |
|
License: BSD |
|
9 |
|
BSD 2-Clause License (http://www.opensource.org/licenses/bsd-license.php) |
|
10 |
|
. |
|
11 |
|
Redistribution and use in source and binary forms, with or without |
|
12 |
|
modification, are permitted provided that the following conditions are |
|
13 |
|
met: |
|
14 |
|
* Redistributions of source code must retain the above copyright |
|
15 |
|
notice, this list of conditions and the following disclaimer. |
|
16 |
|
* Redistributions in binary form must reproduce the above |
|
17 |
|
copyright notice, this list of conditions and the following disclaimer |
|
18 |
|
in the documentation and/or other materials provided with the |
|
19 |
|
distribution. |
|
20 |
|
. |
|
21 |
|
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
|
22 |
|
"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
|
23 |
|
LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
|
24 |
|
A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
|
25 |
|
OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
|
26 |
|
SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
|
27 |
|
LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
|
28 |
|
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
|
29 |
|
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
|
30 |
|
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
|
31 |
|
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
|
32 |
|
. |
|
33 |
|
On Debian systems, the complete text of the license can be found in |
|
34 |
|
"/usr/share/common-licenses/BSD". |