45 Комити (b9d5e95391ac7e5d4843c5f75250b39c6f774380)

Аутор SHA1 Порука Датум
  Ian Piumarta b9d5e95391 detect leaked memory at the end of the program пре 1 месец
  Ian Piumarta c317b66d5e detect illegal pointer comparisons and pointers modified too far outside their base object пре 1 месец
  Ian Piumarta 1eec9dcce4 add primitive atoi() пре 3 месеци
  Ian Piumarta 07634df3dc handle command-line arguments properly пре 3 месеци
  Ian Piumarta 4ddc05b90b add location information to error messages пре 3 месеци
  Ian Piumarta fda0129a1a add missing cases for Token пре 3 месеци
  Ian Piumarta 1fd8b2bd7f fix line number tracking пре 3 месеци
  Ian Piumarta 18caf89d77 include file name and line number in syntax error messages пре 3 месеци
  Ian Piumarta cc5f377864 handle typedefs of anonymous structures пре 3 месеци
  Ian Piumarta d1abebcabc fix initialisation of char * from string literal пре 3 месеци
  Ian Piumarta f411e2d569 be more relaxed about pointer comparisons пре 3 месеци
  Ian Piumarta c12fa4fdad be more pedantic about correct types in pointer initialisation and assignment unless the value is (void *)0 пре 3 месеци
  Ian Piumarta e6bf046263 handle recursive structures, loading and storing pointers to structures in members пре 3 месеци
  Ian Piumarta 47ac124905 handle array and structure initialisers пре 3 месеци
  Ian Piumarta 7f26a50dac handle structures and member access пре 3 месеци
  Ian Piumarta c4ded90303 better printf(), handle initialisation of pointers and arrays from string literals пре 3 месеци
  Ian Piumarta 49c896a266 handle comparisons between pointers and arrays, handle taking address of array пре 3 месеци
  Ian Piumarta 30e9c9ba21 handle postinc of pointers, comparisons between pointers and pointers/arrays, conversion of arrays to pointers пре 3 месеци
  Ian Piumarta 93e8020fff handle array indexing and integer multiplication пре 3 месеци
  Ian Piumarta dda40ae951 handle malloc(), free(), casts and assignments involving pointers to variables, memory, or cast from integer constants пре 3 месеци
  Ian Piumarta 3c5913ff9a handle sizeof() and malloc() пре 3 месеци
  Ian Piumarta 360fde2056 improve error message for invalid assignments пре 3 месеци
  Ian Piumarta e5345ff9ba handle typedef and casts пре 3 месеци
  Ian Piumarta 07fb5f758f split Tbase into individual types пре 3 месеци
  Ian Piumarta e274af205e split Tbase into individual types пре 3 месеци
  Ian Piumarta 9264c94f6b handle comparison of integer and pointer to variable пре 3 месеци
  Ian Piumarta d4c5edce8f handle if() and == пре 3 месеци
  Ian Piumarta ddf85ac562 move system include files to subdir пре 3 месеци
  Ian Piumarta 37856e008b remove debugging info пре 3 месеци
  Ian Piumarta cb668afe92 handle while пре 3 месеци
  Ian Piumarta c220bef846 block eval pops scopes properly during nonlocal return пре 3 месеци
  Ian Piumarta aa7a5f2c65 declare primitives as external functions пре 3 месеци
  Ian Piumarta 0d88339f76 handle for loops пре 3 месеци
  Ian Piumarta 560fe0d6b8 handle assignment to variables пре 3 месеци
  Ian Piumarta 4b29519383 handle enough pointers and address-of to make dangling-pointer.c work; add %p conversion to printf(); add assert() пре 3 месеци
  Ian Piumarta 72975e2827 handle strings in printf пре 3 месеци
  Ian Piumarta a538c4b31d handle global variables and addition пре 3 месеци
  Ian Piumarta 857a621179 handle global variables and addition пре 3 месеци
  Ian Piumarta 9896dc32b0 handle global variables and addition пре 3 месеци
  Ian Piumarta 05f17a9383 handle variadic functions пре 3 месеци
  Ian Piumarta 33bb5e8138 allow multiple identical declarations; function parmeters are arrays of variables not vardecls пре 3 месеци
  Ian Piumarta d5fbff0e83 type check variable declarations пре 3 месеци
  Ian Piumarta 46c4a94f5a handle function parameters/arguments пре 3 месеци
  Ian Piumarta e2f9479f9e evaluates test.txt with no type checking пре 3 месеци
  Ian Piumarta 2f2d130c80 Initial commit. пре 4 месеци