amxmodx/compiler/libpc300
Arkshine c4b233d094 Compiler: Improve sizeof return on array without specifiying the dimensions.
Imported from Pawn 3.1.3636.

"When making an array without specifiying the dimensions, but where the element
count at the lowest dimension is the same for all, the compiler now "counts"
this size, rather than setting the lowest dimension as "variable length".

An example for this situation is the declaration:
    new my_array[][] = { {1,0}, {2,1}, {3,1} }
No dimensions are given, but the new compiler determines that the minor
dimension is 2 (and the major dimension is 3). Previous compilers set the
minor dimension to 0 --meaning "variable"."
2014-08-26 09:05:00 +02:00
..
AMBuilder Compiler: Generate .scp files as part of the build process. 2014-08-26 09:02:38 +02:00
amx.h Update license headers for compiler. 2014-08-04 13:18:28 -05:00
amxdbg.h Update license headers for compiler. 2014-08-04 13:18:28 -05:00
CMakeLists.txt Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
dllmain.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
getch.h Added linux compatibility 2005-07-27 17:28:06 +00:00
libpawnc.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
libpawnc.def Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
libpawnc.lbc Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
libpawnc.rc Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
libpc300.sln Removed amxxpc64 and rebuilt amxxpc binaries. 2013-02-08 03:44:40 -06:00
libpc300.vcxproj Removed amxxpc64 and rebuilt amxxpc binaries. 2013-02-08 03:44:40 -06:00
libpc300.vcxproj.filters Upgraded MSVC project files for VS 2010 and modified build tool to use them. 2011-06-29 00:50:14 -05:00
Makefile Fix Wno-delete-non-virtual-dtor flag to be passed only for .cpp files. 2013-08-10 19:29:28 +02:00
memfile.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
memfile.h Update license headers for compiler. 2014-08-04 13:18:28 -05:00
osdefs.h Added support for Mac OS X and building with clang (bug 5601, r=dvander). 2013-02-13 01:14:37 -06:00
pawn.ico Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
pawncc.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
pawncc.def Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
prefix.c Added linux compatibility 2005-07-27 17:28:06 +00:00
prefix.h Added linux compatibility 2005-07-27 17:28:06 +00:00
sc.h Compiler: Fix runtime error in variadic functions that return strings. 2014-08-26 09:04:56 +02:00
sc1.c Compiler: Improve sizeof return on array without specifiying the dimensions. 2014-08-26 09:05:00 +02:00
sc2.c Compiler: Fix the "@" character was not allowed in macro definitions (while the documentation stated that they were). 2014-08-26 09:04:58 +02:00
sc3.c Compiler: Fix crash when using tagof(tagname:) 2014-08-26 09:04:52 +02:00
sc4.c Compiler: Fix runtime error in variadic functions that return strings. 2014-08-26 09:04:56 +02:00
sc5-in.scp Compiler: Add #warning directive. 2014-08-26 09:04:53 +02:00
sc5.c Compiler: Generate .scp files as part of the build process. 2014-08-26 09:02:38 +02:00
sc6.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
sc7-in.scp Compiler: Generate .scp files as part of the build process. 2014-08-26 09:02:38 +02:00
sc7.c Compiler: Generate .scp files as part of the build process. 2014-08-26 09:02:38 +02:00
scexpand.c Initial import of Pawn (Small 3.0) 2005-07-24 20:00:55 +00:00
sci18n.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
sclinux.h Add support for Emscripten to the compiler. 2014-08-15 16:32:00 +00:00
sclist.c Compiler: Fix the "@" character was not allowed in macro definitions (while the documentation stated that they were). 2014-08-26 09:04:58 +02:00
scmemfil.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
scpack.c Compiler: Generate .scp files as part of the build process. 2014-08-26 09:02:38 +02:00
scstate.c Update license headers for compiler. 2014-08-04 13:18:28 -05:00
scvars.c Compiler: Add #pragma deprecated. 2014-08-26 09:04:36 +02:00